(ctx context.Context)
| 170 | } |
| 171 | type QueryResolver interface { |
| 172 | Models(ctx context.Context) ([]*model.Model, error) |
| 173 | GetModel(ctx context.Context, id string) (*model.Model, error) |
| 174 | Repositories(ctx context.Context) ([]*model.Repository, error) |
| 175 | GetRepository(ctx context.Context, id string) (*model.Repository, error) |
no outgoing calls
no test coverage detected