Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
IndexTemplate = template.Must(template.New("index").Parse(indexTemplateData))
)
Functions ¶
func ReadSourcesFromEnv ¶
Types ¶
type Config ¶
type Config struct { Tracking TrackingConfig Sources source.Config }
type IndexTemplateData ¶
type IndexTemplateData struct {
PushEvents []PushEventsTemplate
}
type PushEventsTemplate ¶
type QueueConfig ¶
type Repository ¶
func (Repository) ID ¶
func (r Repository) ID() string
type TrackingConfig ¶
type TrackingConfig struct { Repositories []Repository OutputFilepath string }
Click to show internal directories.
Click to hide internal directories.