| 8 | ) |
| 9 | |
| 10 | type mock struct { |
| 11 | Apps []*models.App |
| 12 | Routes []*models.Route |
| 13 | data map[string][]byte |
| 14 | } |
| 15 | |
| 16 | func NewMock() models.Datastore { |
| 17 | return NewMockInit(nil, nil) |
nothing calls this directly
no outgoing calls
no test coverage detected