Documentation ¶
Index ¶
Constants ¶
View Source
const (
UnsetGoal = "#-- UNSET --#"
)
Variables ¶
View Source
var (
Objs = Objectives{}
)
Functions ¶
func GetObjectives ¶
func GetObjectives(cfg *Objectives, defaultConfig string) error
Types ¶
type Config ¶
type Config struct { Main MainSettings Redis RedisCredentials }
type MainSettings ¶
type MainSettings struct {
Debug bool
}
type Objectives ¶
type Objectives struct { Settings Settings Mains []Main Secondaries []Secondary Placeholders []Placeholder }
type Placeholder ¶
type RedisCredentials ¶
func (*RedisCredentials) Get ¶
func (rc *RedisCredentials) Get() (*redis.Client, error)
Click to show internal directories.
Click to hide internal directories.