Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppConfig ¶
type AppConfig struct {
ItemGroups []entities.ItemGroup `yaml:"item_groups"`
FeedbackServiceEndpoint string `yaml:"feedback_endpoint"`
AppURL string `yaml:"app_url"`
}
AppConfig is a struct to store non-private configuration for the project
func NewAppConfig ¶
func NewAppConfig(env *environment.Env) (*AppConfig, error)
NewAppConfig loads the project config from the config files based on the environment
Click to show internal directories.
Click to hide internal directories.