diff options
Diffstat (limited to 'api/graphql/models/models.go')
-rw-r--r-- | api/graphql/models/models.go | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/api/graphql/models/models.go b/api/graphql/models/models.go index 5355b722..c54f4cf2 100644 --- a/api/graphql/models/models.go +++ b/api/graphql/models/models.go @@ -16,8 +16,3 @@ type Repository struct { Cache *cache.MultiRepoCache Repo *cache.RepoCache } - -type RepositoryMutation struct { - Cache *cache.MultiRepoCache - Repo *cache.RepoCache -} |