Bugs gives access to the Bug entities
()
| 139 | |
| 140 | // Bugs gives access to the Bug entities |
| 141 | func (c *RepoCache) Bugs() *RepoCacheBug { |
| 142 | return c.bugs |
| 143 | } |
| 144 | |
| 145 | // Identities gives access to the Identity entities |
| 146 | func (c *RepoCache) Identities() *RepoCacheIdentity { |
no outgoing calls