Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( GlobalServerConfig ServerConfig GlobalEtcdConfig EtcdConfig )
Functions ¶
This section is empty.
Types ¶
type EtcdConfig ¶
type MinioConfig ¶
type MysqlConfig ¶
type RPCSrvConfig ¶
type RPCSrvConfig struct {
Name string `json:"name"`
}
type RedisConfig ¶
type ServerConfig ¶
type ServerConfig struct {
Name string `json:"name"`
Host string `json:"host"`
Port string `json:"port"`
Mysql MysqlConfig `json:"mysql"`
Minio MinioConfig `json:"minio"`
Redis RedisConfig `json:"redis"`
Etcd EtcdConfig `json:"etcd"`
OtelEndpoint string `json:"otel_endpoint"`
}
Click to show internal directories.
Click to hide internal directories.