MCPcopy Create free account
hub / github.com/crashappsec/github-analyzer / OrgStats

Struct OrgStats

pkg/github/org/org.go:24–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22)
23
24type 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
32type Organization struct {
33 info *github.Organization

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected