Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( GlobalEtcdConfig EtcdConfig GlobalServerConfig Config )
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Name string `json:"name"` Server ServerConfig `json:"server"` MinioInfo MinioConfig `json:"minio"` Stream StreamConfig `json:"stream"` }
type EtcdConfig ¶
type MinioConfig ¶
type ServerConfig ¶
type StreamConfig ¶
type StreamConfig struct {
Address string `json:"address"`
}
Click to show internal directories.
Click to hide internal directories.