Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { EnablePrintRoutes bool `yaml:"enable_print_routes"` BaseUrl string `yaml:"base_url"` GrpcConfig *grpc_builder.Config `yaml:"grpc_config"` }
type GrpcServerConfigLoader ¶
type GrpcServerConfigLoader struct {
GrpcServer *Config `yaml:"grpc_server"`
}
Click to show internal directories.
Click to hide internal directories.