Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServerOption ¶
type ServerOption interface {
// contains filtered or unexported methods
}
func WithConfigProvider ¶ added in v0.3.0
func WithConfigProvider(cfgProvider config.ConfigProvider) ServerOption
WithConfigProvider supplies the config for the UI server
type ServerOptions ¶
type ServerOptions struct {
ConfigProvider config.ConfigProvider
}
func NewServerOptions ¶
func NewServerOptions(opts []ServerOption) *ServerOptions
Click to show internal directories.
Click to hide internal directories.