Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DefaultProviders ¶
type DefaultProviders struct {
// contains filtered or unexported fields
}
DefaultProviders - default providers container
func New ¶
func New(providers []Provider, approvalsManager approvals.Manager) *DefaultProviders
New - new providers registry
func (*DefaultProviders) List ¶
func (p *DefaultProviders) List() []string
List - list available providers
func (*DefaultProviders) Submit ¶
func (p *DefaultProviders) Submit(event types.Event) error
Submit - submit event to all providers
func (*DefaultProviders) TrackedImages ¶
func (p *DefaultProviders) TrackedImages() ([]*types.TrackedImage, error)
TrackedImages - get tracked images for provider
Click to show internal directories.
Click to hide internal directories.