Identities gives access to the Identity entities
()
| 144 | |
| 145 | // Identities gives access to the Identity entities |
| 146 | func (c *RepoCache) Identities() *RepoCacheIdentity { |
| 147 | return c.identities |
| 148 | } |
| 149 | |
| 150 | func (c *RepoCache) getResolvers() entity.Resolvers { |
| 151 | return c.resolvers |
no outgoing calls