Documentation ¶
Rendered for darwin/amd64
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Notification ¶
func (*Notification) Cancel ¶
func (n *Notification) Cancel() error
type NotificationChannel ¶
type NotificationChannel struct {
// contains filtered or unexported fields
}
func NewNotificationChannel ¶
func NewNotificationChannel(id string) NotificationChannel
func (NotificationChannel) Send ¶
func (c NotificationChannel) Send(title, text string) (*Notification, error)
Click to show internal directories.
Click to hide internal directories.