Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var SeedConfigLocalPath string = "config/seed_local.json"
View Source
var SeedConfigPath string = "config/seed.json"
View Source
var SeedConfigTestPath string = "config/seed_test.json"
Functions ¶
This section is empty.
Types ¶
type SeedConfig ¶
type SeedConfig struct { Users []struct { User me.User `json:"user"` UserPassword mo.UserPassword `json:"user_password"` } `json:"users"` }
var SeedConfigInstance *SeedConfig
func GetSeedConfigInstance ¶
func GetSeedConfigInstance() *SeedConfig
func (*SeedConfig) ReadConfig ¶
func (c *SeedConfig) ReadConfig()
Click to show internal directories.
Click to hide internal directories.