Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Mongo *mongo.MongoConfig `json:"mongo"`
Prometheus *prometheusprovider.PrometheusConfig `json:"prometheus"`
Kubernetes *kubernetesConfig `json:"kubernetes"`
Registry *registryConfig `json:"registry"`
Logger logger.LoggerConfig `json:"logger"`
// the version settings of the current application
Version string `json:"version"`
}
Config is the structure for vortex
Click to show internal directories.
Click to hide internal directories.