Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CollectedData ¶
type CollectedData struct { Context CollectedDataContext Entity githubcollected.CollectedEntity Namespace namespace.Namespace CanonicalLink string }
type CollectedDataContext ¶
type CollectedDataContext interface { IsEnterprise() bool Roles() []permissions.Role }
type CollectionMetric ¶
type CollectorChannels ¶
type CollectorChannels struct { Collected <-chan CollectedData Progress <-chan CollectionMetric }
type CollectorManager ¶
type CollectorManager interface { Collect() CollectorChannels CollectMetadata() map[namespace.Namespace]Metadata }
func NewCollectorsManager ¶
Click to show internal directories.
Click to hide internal directories.