Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Impl ¶
type Impl struct { Logging librepo.Logging CustomConfiguration config.CustomConfiguration Client aurestclientapi.Client // contains filtered or unexported fields }
type NotifierClient ¶
type NotifierClient interface { Setup(clientIdentifier string, url string) error // Send will log any errors, but since we use it async, it cannot return the error Send(ctx context.Context, notification openapi.Notification) }
func New ¶
func New(logging librepo.Logging, configuration config.CustomConfiguration) NotifierClient
Click to show internal directories.
Click to hide internal directories.