Versions in this module Expand all Collapse all v0 v0.2.0 Jun 18, 2026 v0.1.0 Nov 8, 2024 Changes in this version + func NewFactory() receiver.Factory + type Config struct + BatchSize int + CustomServiceName string + GitHubAuth GitHubAuth + Path string + Retry RetryConfig + ServiceNamePrefix string + ServiceNameSuffix string + WebhookSecret configopaque.String + func (cfg *Config) Validate() error + type GitHubAuth struct + AppID int64 + InstallationID int64 + PrivateKey configopaque.String + PrivateKeyPath string + Token configopaque.String + type LogLine struct + Body string + SeverityNumber int + SeverityText string + Timestamp time.Time + type Repository struct + FullName string + Name string + Org string + type RetryConfig struct + InitialInterval time.Duration + MaxElapsedTime time.Duration + MaxInterval time.Duration + type Run struct + CompletedAt time.Time + Conclusion string + CreatedAt time.Time + HeadBranch string + ID int64 + RunAttempt int64 + RunStartedAt time.Time + Status string + URL string