Documentation ¶ Index ¶ type Msg type Notify Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Msg ¶ type Msg = map[string]any Msg is a map of string to any. type Notify ¶ type Notify interface { // Send sends a notification. Send(ctx context.Context, msg Msg) error // Type returns the type of the notification service. Type() string // Hash returns the hash of the notification service. Hash() string } Notify is a notification service. Source Files ¶ View all Source files notify.go Directories ¶ Show internal Expand all Path Synopsis email hook phone Click to show internal directories. Click to hide internal directories.