Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewGateway ¶
func NewGateway(config Config) *ceGateway
Types ¶
type Config ¶
type Config struct {
Port int `yaml:"port"`
SinkPort int `yaml:"sink_port"`
Observability observability.Config `yaml:"observability"`
ControllerAddr []string `yaml:"controllers"`
GRPCReflectionEnable bool `yaml:"grpc_reflection_enable"`
Auth Auth `yaml:"auth"`
}
func InitConfig ¶
func (Config) GetCloudEventReceiverPort ¶
func (Config) GetProxyConfig ¶
Click to show internal directories.
Click to hide internal directories.