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

Method Validate

stdlib/httpsvr/httpsvr_test.go:69–74  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

67}
68
69func (x *HelloRequest) Validate() (err error) {
70 if validateErr := x.HelloRequestBody.Validate(); validateErr != nil {
71 err = errutil.Stack(err, "validate failed on \"HelloRequest\": %s", validateErr)
72 }
73 return
74}
75
76type HelloRequestBody struct{}
77

Callers

nothing calls this directly

Calls 1

ValidateMethod · 0.65

Tested by

no test coverage detected