Documentation ¶ Index ¶ func Load(envFilePath string) type Project type Variable Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Load ¶ func Load(envFilePath string) Load ... 環境変数を読み込む Types ¶ type Project ¶ type Project struct { Local string `json:"local"` Staging string `json:"staging"` Production string `json:"production"` } Project ... プロジェクト type Variable ¶ type Variable struct { Local map[string]string `yaml:"local"` Staging map[string]string `yaml:"staging"` Production map[string]string `yaml:"production"` } Variable ... 値 Source Files ¶ View all Source files helper.go model.go Click to show internal directories. Click to hide internal directories.