Versions in this module Expand all Collapse all v0 v0.0.1 Apr 28, 2022 Changes in this version + func Encode(i interface{}) (url.Values, error) + type URLKeyGetter interface + GetURLKey func(parentKey string, childKeystring string) (string, error) + type URLValueGetter interface + GetURLValue func() interface{} + type URLValuesAdder interface + AddURLValues func(string, *url.Values) error + type URLValuesSetter interface + SetURLValues func(string, *url.Values) error