MCPcopy Create free account
hub / github.com/stretchr/objx / URLQuery

Method URLQuery

conversions.go:278–280  ·  view source on GitHub ↗

URLQuery gets an encoded URL query representing the given Obj. This function requires that the wrapped object be a map[string]interface{}

()

Source from the content-addressed store, hash-verified

276// Obj. This function requires that the wrapped object be a
277// map[string]interface{}
278func (m Map) URLQuery() (string, error) {
279 return m.URLValues().Encode(), nil
280}

Calls 1

URLValuesMethod · 0.95