Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EmailConfig ¶
type NotificationConfig ¶
type NotificationConfig struct { ServiceTopic string Email EmailConfig }
type RestAPIConfig ¶
type SignalsConfig ¶
type SignalsConfig struct {
ServiceTopic string
}
type SystemConfig ¶
type SystemConfig struct { RestAPI RestAPIConfig Tickers map[string]TickerConfig Notification NotificationConfig Signals SignalsConfig MQProvider string ProjectName string }
func CreateConfig ¶
func CreateConfig(r io.ReadCloser) (*SystemConfig, error)
func LoadConfig ¶
func LoadConfig(filePath string) (*SystemConfig, error)
Click to show internal directories.
Click to hide internal directories.