Documentation ¶
Index ¶
Constants ¶
View Source
const (
EmailSubject = "Streamdal Alert"
)
Variables ¶
View Source
var ( ErrMissingStorageService = errors.New("Store cannot be nil") ErrMissingShutdownCtx = errors.New("ShutdownCtx cannot be nil") )
Functions ¶
This section is empty.
Types ¶
type INotifier ¶
type INotifier interface {
Queue(ctx context.Context, event *protos.NotifyRequest) error
}
type Notification ¶
type Notification struct { Req *protos.NotifyRequest Pipeline *protos.Pipeline Aud *protos.Audience Configs []*protos.NotificationConfig }
Click to show internal directories.
Click to hide internal directories.