Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/google/go-querystring
/ types & classes
Types & classes
15 in github.com/google/go-querystring
⨍
Functions
25
◇
Types & classes
15
Interface
Encoder
Encoder is an interface implemented by any type that wishes to encode itself into URL values in a non-standard way.
query/encode.go:38
Struct
Exported
query/encode_test.go:390
Struct
Inner
query/encode_test.go:373
Struct
Mixed
query/encode_test.go:382
Struct
Nested
query/encode_test.go:280
Struct
Outer
query/encode_test.go:376
Struct
OuterPtr
query/encode_test.go:379
Struct
SubNested
query/encode_test.go:276
TypeAlias
customEncodedInt
customEncodedInt is an int with a custom URL encoding
query/encode_test.go:515
TypeAlias
customEncodedIntPtr
customEncodedInt is an int with a custom URL encoding defined on its pointer value.
query/encode_test.go:583
TypeAlias
customEncodedStrings
customEncodedStrings is a slice of strings with a custom URL encoding
query/encode_test.go:435
Struct
st
query/encode_test.go:490
TypeAlias
tagOptions
tagOptions is the string following a comma in a struct field's "url" tag, or the empty string. It does not include the leading comma.
query/encode.go:345
Struct
unexported
query/encode_test.go:386
Interface
zeroable
query/encode.go:332