MCPcopy Index your code
hub / github.com/go-spring/go-spring / Bind

Method Bind

stdlib/httpsvr/handler.go:42–42  ·  view source on GitHub ↗

Bind binds query/path parameters to the struct.

(*http.Request)

Source from the content-addressed store, hash-verified

40type RequestObject interface {
41 // Bind binds query/path parameters to the struct.
42 Bind(*http.Request) error
43 // Validate validates the parameters.
44 Validate() error
45}

Callers 1

ReadRequestFunction · 0.65

Implementers 6

HelloRequeststdlib/httpsvr/httpsvr_test.go
AssistantReqgs/gs-http-gen/examples/go/proto/assis
GetManagerReqgs/gs-http-gen/examples/go/proto/manag
CreateManagerReqgs/gs-http-gen/examples/go/proto/manag
UpdateManagerReqgs/gs-http-gen/examples/go/proto/manag
ListManagersReqgs/gs-http-gen/examples/go/proto/manag

Calls

no outgoing calls

Tested by

no test coverage detected