Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type API ¶
type API struct {
// contains filtered or unexported fields
}
API ...
func New ¶
func New(authorizer *auth.Authorizer, cfg *config.SlackConfig, logger log.Logger) (*API, error)
New returns a new API or an error.
func (*API) ServeIncidentSync ¶ added in v1.1.0
func (a *API) ServeIncidentSync(stop <-chan struct{})
Incident sync cron
Click to show internal directories.
Click to hide internal directories.