Documentation
¶
Index ¶
Constants ¶
Variables ¶
This section is empty.
Functions ¶
Types ¶
type INotifi ¶
type INotifi interface {
NotifyUser(ctx context.Context, not *notifications.Notification) error
}
type Notifi ¶
type Notifi struct {
// contains filtered or unexported fields
}
func (*Notifi) NotifyUser ¶
func (n *Notifi) NotifyUser(ctx context.Context, not *notifications.Notification) error
Click to show internal directories.
Click to hide internal directories.