MCPcopy Index your code
hub / github.com/google/go-querystring / Encoder

Interface Encoder

query/encode.go:38–40  ·  view source on GitHub ↗

Encoder is an interface implemented by any type that wishes to encode itself into URL values in a non-standard way.

Source from the content-addressed store, hash-verified

36// Encoder is an interface implemented by any type that wishes to encode
37// itself into URL values in a non-standard way.
38type Encoder interface {
39 EncodeValues(key string, v *url.Values) error
40}
41
42// Values returns the url.Values encoding of v.
43//

Callers 1

reflectValueFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…