Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthCreditional ¶
type ConfigMap ¶
type ConfigMap struct {
DebugMode bool `yaml:"-"`
Service Service `yaml:"service"`
Databases Database `yaml:"databases"`
AuthCreditional AuthCreditional `yaml:"authCreditional"`
}
func (*ConfigMap) GetDebugMode ¶
func (*ConfigMap) LoadFromFile ¶
func (*ConfigMap) SetDebugMode ¶
type HTTPServer ¶
type Service ¶
type Service struct {
GRPCServer HTTPServer `yaml:"grpcServer"`
HTTPServer HTTPServer `yaml:"httpServer"`
}
Click to show internal directories.
Click to hide internal directories.