Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NoopNotify ¶
type NoopNotify struct { }
func (NoopNotify) Failed ¶
func (n NoopNotify) Failed(target, comment string) error
func (NoopNotify) Finish ¶
func (n NoopNotify) Finish(target, comment string) error
func (NoopNotify) Init ¶
func (n NoopNotify) Init() error
func (NoopNotify) Start ¶
func (n NoopNotify) Start(target, comment string) error
type Notifier ¶
type SlackConfig ¶
type SlackNotify ¶
type SlackNotify struct {
// contains filtered or unexported fields
}
func NewSlackNotify ¶
func NewSlackNotify(configPath string) (SlackNotify, error)
func (SlackNotify) Failed ¶
func (n SlackNotify) Failed(target, comment string) error
func (SlackNotify) Finish ¶
func (n SlackNotify) Finish(target, comment string) error
func (SlackNotify) Start ¶
func (n SlackNotify) Start(target, comment string) error
func (SlackNotify) Test ¶
func (n SlackNotify) Test() error
Click to show internal directories.
Click to hide internal directories.