package
Version:
v0.0.6
Opens a new window with list of versions in this module.
Published: May 17, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
Providers []Provider `yaml:"providers"`
Datastore Datastore `yaml:"datastore"`
Web Web `yaml:"web"`
Logging Logging `yaml:"logging"`
}
New creates a new configuration
type Datastore struct {
Type string `yaml:"type"`
DataSourceName string `yaml:"dataSourceName"`
}
type Provider struct {
Cloud string `yaml:"cloud"`
}
type Web struct {
Host string `yaml:"host"`
Port int `yaml:"port"`
Prefix string `yaml:"prefix"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.