Documentation
¶
Index ¶
- func Server(opts ...Option) (http.Service, error)
- type Option
- func Config(val *config.Config) Option
- func Context(val context.Context) Option
- func Flags(val []cli.Flag) Option
- func GatewaySelector(gatewaySelector pool.Selectable[gateway.GatewayAPIClient]) Option
- func Logger(val log.Logger) Option
- func Namespace(val string) Option
- func RoleClient(rs settingssvc.RoleService) Option
- func TracerProvider(val trace.TracerProvider) Option
- type Options
- type Service
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Option ¶
type Option func(o *Options)
Option defines a single option function.
func GatewaySelector ¶
func GatewaySelector(gatewaySelector pool.Selectable[gateway.GatewayAPIClient]) Option
GatewaySelector provides a function to configure the gateway client selector
func RoleClient ¶
func RoleClient(rs settingssvc.RoleService) Option
RoleClient adds a grpc client for the role service
func TracerProvider ¶
func TracerProvider(val trace.TracerProvider) Option
TracerProvider provides a function to set the TracerProvider option
type Options ¶
type Options struct {
Logger log.Logger
Context context.Context
Config *config.Config
Flags []cli.Flag
Namespace string
GatewaySelector pool.Selectable[gateway.GatewayAPIClient]
RoleClient settingssvc.RoleService
TracerProvider trace.TracerProvider
}
Options defines the available options for this package.
Click to show internal directories.
Click to hide internal directories.