MCPcopy
hub / github.com/gin-gonic/gin / queryBinding

Struct queryBinding

binding/query.go:9–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7import "net/http"
8
9type queryBinding struct{}
10
11func (queryBinding) Name() string {
12 return "query"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected