MCPcopy Create free account
hub / github.com/anchordotdev/cli / QueryParams

TypeAlias QueryParams

api/api.go:31–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29type QueryParam func(url.Values)
30
31type QueryParams []QueryParam
32
33func (q QueryParams) Apply(u *url.URL) {
34 val := u.Query()

Callers 1

GetCredentialsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected