Documentation ¶ Index ¶ type SlackConfig func (sc *SlackConfig) Error(m string) (*http.Response, error) func (sc *SlackConfig) Fatal(m string) func (sc *SlackConfig) GinAbort(c *gin.Context, m string) func (sc *SlackConfig) Print(m string) string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type SlackConfig ¶ type SlackConfig struct { WebHook string Application string } func (*SlackConfig) Error ¶ func (sc *SlackConfig) Error(m string) (*http.Response, error) func (*SlackConfig) Fatal ¶ func (sc *SlackConfig) Fatal(m string) func (*SlackConfig) GinAbort ¶ func (sc *SlackConfig) GinAbort(c *gin.Context, m string) func (*SlackConfig) Print ¶ func (sc *SlackConfig) Print(m string) string Source Files ¶ View all Source files slack.go Click to show internal directories. Click to hide internal directories.