MCPcopy Create free account
hub / github.com/kataras/iris / API

Struct API

_examples/project/api/users/api.go:9–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7)
8
9type API struct {
10 Users user.Repository // exported field so api/router.go#api.RegisterDependency can bind it.
11}
12
13func (api *API) Configure(r iris.Party) {
14 r.Post("/signup", api.signUp)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected