Documentation
¶
Index ¶
Constants ¶
View Source
const (
ErrorInvalidConfiguration = "invalid configuration"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
Config used for Slack.
func (*Config) AddToCommand ¶
AddToCommand will add Config's CLI flags to the given *cobra.Command.
func (*Config) AddToViper ¶
type FileUploadMessage ¶
func (FileUploadMessage) Send ¶
func (f FileUploadMessage) Send(config Config) (err error)
type TextMessage ¶
type TextMessage struct {
Content string
}
func (TextMessage) Send ¶
func (t TextMessage) Send(config Config) (err error)
Click to show internal directories.
Click to hide internal directories.