Documentation ¶
Index ¶
Constants ¶
View Source
const SectionKey = "application"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { GrpcPort int `json:"grpcPort" pflag:",On which grpc port to serve Catalog"` GrpcServerReflection bool `json:"grpcServerReflection" pflag:",Enable GRPC Server Reflection"` HTTPPort int `json:"httpPort" pflag:",On which http port to serve Catalog"` Secure bool `json:"secure" pflag:",Whether to run Catalog in secure mode or not"` ReadHeaderTimeoutSeconds int `json:"readHeaderTimeoutSeconds" pflag:",The amount of time allowed to read request headers."` }
func (Config) GetGrpcHostAddress ¶
func (Config) GetHTTPHostAddress ¶
Click to show internal directories.
Click to hide internal directories.