MCPcopy Create free account
hub / github.com/apecloud/myduckserver / QueryModifier

FuncType QueryModifier

pgserver/query_modifier.go:5–5  ·  view source on GitHub ↗
func(string) string

Source from the content-addressed store, hash-verified

3import "regexp"
4
5type QueryModifier func(string) string
6
7func NewQueryReplacer(regex string, replacement string) QueryModifier {
8 r := regexp.MustCompile(regex)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected