Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServerChanNotifier ¶
type ServerChanNotifier struct {
// contains filtered or unexported fields
}
func New ¶
func New(config *ServerChanNotifierConfig) (*ServerChanNotifier, error)
func (*ServerChanNotifier) Notify ¶
func (n *ServerChanNotifier) Notify(ctx context.Context, subject string, message string) (res *notifier.NotifyResult, err error)
type ServerChanNotifierConfig ¶
type ServerChanNotifierConfig struct {
Url string `json:"url"`
}
Click to show internal directories.
Click to hide internal directories.