Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct { Server *ServerOptions `mapstructure:"server"` HttpThriftGenericClient *injectors.HttpThriftGenericClientOpts `mapstructure:"httpThriftGenericClient"` }
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
type ServerOptions ¶
type ServerOptions struct { Addr string `mapstructure:"addr"` LogLevel logutils.Level `mapstructure:"logLevel"` ProjectName string `mapstructure:"projectName"` LogMeta map[string]interface{} `mapstructure:"logMeta"` OltpGrpcCollectorEndpoint string `mapstructure:"oltpCollectorGrpcEndpoint"` }
ServerOptions server options
func DefaultServerOptions ¶
func DefaultServerOptions() *ServerOptions
DefaultServerOptions default opts
Source Files ¶
Click to show internal directories.
Click to hide internal directories.