Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppConfig ¶
type AppConfig struct {
// contains filtered or unexported fields
}
func (*AppConfig) GitHubConfig ¶
func (*AppConfig) RedisConfig ¶
type GitHubConfig ¶
type GitHubConfig struct {
// contains filtered or unexported fields
}
func (*GitHubConfig) HmacEnabled ¶
func (c *GitHubConfig) HmacEnabled() bool
func (*GitHubConfig) HmacSecret ¶
func (c *GitHubConfig) HmacSecret() string
type RedisConfig ¶
type RedisConfig struct {
// contains filtered or unexported fields
}
func (*RedisConfig) DB ¶
func (c *RedisConfig) DB() int
func (*RedisConfig) Hostname ¶
func (c *RedisConfig) Hostname() string
func (*RedisConfig) Password ¶
func (c *RedisConfig) Password() string
Click to show internal directories.
Click to hide internal directories.