MCPcopy Index your code
hub / github.com/labstack/echo / Struct

Struct Struct

bind_test.go:106–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104type TA []Timestamp
105type StringArray []string
106type Struct struct {
107 Foo string
108}
109type Bar struct {
110 Baz int `json:"baz" query:"baz"`
111}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected