Documentation ¶
Index ¶
- Variables
- func GetLogger() log.Logger
- func NewContext(ctx context.Context, requiredFeature string) context.Context
- func NewDiscovery() (registry.Discovery, error)
- func NewNodeFilter() selector.NodeFilter
- func NewRegistrar() (registry.Registrar, error)
- func NewStreamMiddlewareJwt(auth *libauth.Auth) func(ctx context.Context) (context.Context, error)
- type Env
- type Flags
- type InherentSettings
- type Settings
Constants ¶
This section is empty.
Variables ¶
View Source
var ProviderSet = wire.NewSet(NewDiscovery, NewRegistrar, NewNodeFilter)
Functions ¶
func NewContext ¶ added in v0.1.0
func NewDiscovery ¶ added in v0.1.0
func NewNodeFilter ¶ added in v0.1.0
func NewNodeFilter() selector.NodeFilter
func NewRegistrar ¶ added in v0.1.0
Types ¶
type InherentSettings ¶ added in v0.0.10
type Settings ¶ added in v0.0.10
type Settings struct { InherentSettings Flags Version string ProtoVersion string BuildDate string SourceCodeAddress string // contains filtered or unexported fields }
func NewAppSettings ¶ added in v0.0.10
func (*Settings) LoadConfig ¶ added in v0.0.10
func (a *Settings) LoadConfig(conf interface{})
Click to show internal directories.
Click to hide internal directories.