MCPcopy
hub / github.com/iron-io/functions / mock

Struct mock

api/datastore/mock.go:10–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8)
9
10type mock struct {
11 Apps []*models.App
12 Routes []*models.Route
13 data map[string][]byte
14}
15
16func NewMock() models.Datastore {
17 return NewMockInit(nil, nil)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected