Documentation
¶
Index ¶
Constants ¶
View Source
const ( KindEdit = "edit" KindCreate = "create" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Notifier ¶
type Notifier interface { SendNewEvent(PayloadNewEvent) error SendNewAccount(PayloadNewAccount) error SendNewReport(PayloadNewReport) error }
type PayloadNewAccount ¶
type PayloadNewEvent ¶
type PayloadNewReport ¶ added in v0.1.3
type PayloadNewReport struct {
EventID string
}
Click to show internal directories.
Click to hide internal directories.