Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Name string `yaml:"name"`
IP string `yaml:"ip"`
Port int `yaml:"port"`
GRPCReflectionEnable bool `yaml:"grpc_reflection_enable"`
EtcdEndpoints []string `yaml:"etcd"`
DataDir string `yaml:"data_dir"`
MetadataConfig MetadataConfig `yaml:"metadata"`
EtcdConfig embedetcd.Config `yaml:"embed_etcd"`
Topology map[string]string `yaml:"topology"`
Replicas uint `yaml:"replicas"`
GatewayEndpoint string `yaml:"gateway_endpoint"`
}
func InitConfig ¶
func (*Config) GetEtcdConfig ¶
func (*Config) GetEventbusCtrlConfig ¶
func (*Config) GetTriggerConfig ¶
type MetadataConfig ¶
type MetadataConfig struct {
KeyPrefix string `yaml:"key_prefix"`
}
Directories
¶
| Path | Synopsis |
|---|---|
|
block
Package block is a generated GoMock package.
|
Package block is a generated GoMock package. |
|
server
Package server is a generated GoMock package.
|
Package server is a generated GoMock package. |
|
subscription/testing
Package testing is a generated GoMock package.
|
Package testing is a generated GoMock package. |
|
worker/testing
Package testing is a generated GoMock package.
|
Package testing is a generated GoMock package. |
Click to show internal directories.
Click to hide internal directories.