mirror of
https://github.com/alibaba/higress.git
synced 2026-03-04 08:30:48 +08:00
feat: add api-workflow plugin (#1229)
This commit is contained in:
7
plugins/wasm-go/extensions/api-workflow/utils/tools.go
Normal file
7
plugins/wasm-go/extensions/api-workflow/utils/tools.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package utils
|
||||
|
||||
import "strings"
|
||||
|
||||
func TrimQuote(source string) string {
|
||||
return strings.Trim(source, `"`)
|
||||
}
|
||||
Reference in New Issue
Block a user