Documentation
¶
Index ¶
- func CatchPanic(ctx context.Context)
- func GetEndpoint(ctx context.Context, unique string) (*configurations.EndpointInstance, error)
- func GetLogLevel() wool.Loglevel
- func GetProjectProvider(ctx context.Context, key string) (string, error)
- func GetServiceProvider(ctx context.Context, unique string, name string, key string) (string, error)
- func Init(ctx context.Context) (*wool.Provider, error)
- func LoadFromEnvironmentVariables(ctx context.Context) error
- func LoadOverrides(ctx context.Context) error
- func LoadService(ctx context.Context) error
- func Version() string
- func WithRoot(dir string)
- type Configuration
- type EndpointOverride
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CatchPanic ¶ added in v0.0.7
func GetEndpoint ¶ added in v0.0.12
func GetEndpoint(ctx context.Context, unique string) (*configurations.EndpointInstance, error)
func GetLogLevel ¶ added in v0.0.11
func GetProjectProvider ¶ added in v0.1.6
func GetServiceProvider ¶ added in v0.1.6
func LoadFromEnvironmentVariables ¶ added in v0.1.6
func LoadOverrides ¶ added in v0.0.7
func LoadService ¶ added in v0.0.7
Types ¶
type Configuration ¶ added in v0.0.7
type Configuration struct {
Endpoints []EndpointOverride
}
type EndpointOverride ¶ added in v0.0.7
Click to show internal directories.
Click to hide internal directories.