Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
Mongo Mongo
}
Controller allows a controller to access at Mongo
type Environment ¶
Environment configurations
func (*Environment) GetEnvironment ¶
func (m *Environment) GetEnvironment(environment string) interface{}
GetEnvironment returns a Mongo configuration for the specified environment in parameter
func (*Environment) UnmarshalYAML ¶
func (m *Environment) UnmarshalYAML(unmarshal func(interface{}) error) error
UnmarshalYAML implements Unmarshaler. Avoid use of env in the YAML file.
Click to show internal directories.
Click to hide internal directories.