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

Struct Resolver

_examples/graphql/schema-first/graph/resolver.go:9–11  ·  view source on GitHub ↗

This file will not be regenerated automatically. It serves as dependency injection for your app, add any dependencies you require here.

Source from the content-addressed store, hash-verified

7// It serves as dependency injection for your app, add any dependencies you require here.
8
9type Resolver struct {
10 CharacterStore map[string]model.Character
11}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected