| 22 | ) |
| 23 | |
| 24 | type OrgStats struct { |
| 25 | CoreStats *types.OrgCoreStats |
| 26 | Collaborators []types.UserLogin |
| 27 | Webhooks map[types.WebhookID]types.Webhook |
| 28 | Installations map[types.InstallID]types.Install |
| 29 | Runners map[types.RunnerID]types.Runner |
| 30 | } |
| 31 | |
| 32 | type Organization struct { |
| 33 | info *github.Organization |
nothing calls this directly
no outgoing calls
no test coverage detected