Documentation
¶
Index ¶
Constants ¶
View Source
const ( BaseSubject events.Subject = "notifi" UserNotification events.Type = "user" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type INotifi ¶
type INotifi interface {
NotifyUser(ctx context.Context, not *notifications.Notification)
}
type Notifi ¶
type Notifi struct {
// contains filtered or unexported fields
}
func (*Notifi) NotifyUser ¶ added in v0.8.0
func (n *Notifi) NotifyUser(ctx context.Context, not *notifications.Notification)
Click to show internal directories.
Click to hide internal directories.