Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrAppBindEmpty = errors.New("bind cannot be empty") ErrAppPortEmpty = errors.New("port must be greater than zero") ErrAppDomainEmpty = errors.New("domain cannot be empty") ErrAppSigningSecretEmpty = errors.New("signing secret cannot be empty") )
View Source
var ( ErrSlackAppIDEmpty = errors.New("app id cannot be empty") ErrSlackClientIDEmpty = errors.New("client id cannot be empty") ErrSlackClientSecretEmpty = errors.New("client secret cannot be empty") ErrSlackSigningSecretEmpty = errors.New("signing secret cannot be empty") )
View Source
var (
ErrDBPathEmpty = errors.New("path cannot be empty")
)
Functions ¶
This section is empty.
Types ¶
type App ¶
Click to show internal directories.
Click to hide internal directories.