Documentation ¶ Overview ¶ Package queryparams provides conversion from versioned runtime objects to URL query values Index ¶ func Convert(obj interface{}) (url.Values, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Convert ¶ func Convert(obj interface{}) (url.Values, error) Convert takes an object and converts it to a url.Values object using JSON tags as parameter names. Only top-level simple values, arrays, and slices are serialized. Embedded structs, maps, etc. will not be serialized. Types ¶ This section is empty. Source Files ¶ View all Source files convert.go doc.go Click to show internal directories. Click to hide internal directories.