Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DataSourceConfig ¶
type GbeConfig ¶
type GbeConfig struct { DataSource DataSourceConfig `json:"dataSource"` Redis RedisConfig `json:"redis"` Kafka KafkaConfig `json:"kafka"` PushServer PushServerConfig `json:"pushServer"` RestServer RestServerConfig `json:"restServer"` JwtSecret string `json:"jwtSecret"` }
type KafkaConfig ¶
type KafkaConfig struct {
Brokers []string `json:"brokers"`
}
type PushServerConfig ¶
type RedisConfig ¶
type RestServerConfig ¶
type RestServerConfig struct {
Addr string `json:"addr"`
}
Click to show internal directories.
Click to hide internal directories.