Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { Db Database `json:"database"` Redis redis.Options `json:"redis"` Smtp Smtp `json:"smtp"` GoogleCloud GoogleCloud `json:"googleCloud"` }
var Conf *Config
type GoogleCloud ¶
type GoogleCloud struct {
Credentials json.RawMessage `json:"credentials"`
}