Documentation
¶
Index ¶
- func CatchPanic(ctx context.Context)
- func GetLogLevel() wool.Loglevel
- func Init(ctx context.Context) (*wool.Provider, error)
- func LoadEnvironmentVariables() error
- func ServiceVersion() string
- func WithFixture(fixture string) bool
- type Configuration
- type EndpointOverride
- type Query
- func (q *Query) API(name string) *Query
- func (q *Query) Configuration(key string, name string) (string, error)
- func (q *Query) Module(s string) *Query
- func (q *Query) NetworkInstance() *resources.NetworkInstance
- func (q *Query) Normalize()
- func (q *Query) Secret(key string, name string) (string, error)
- func (q *Query) Service(s string) *Query
- func (q *Query) WithDefaultNetwork() *Query
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CatchPanic ¶ added in v0.0.7
func GetLogLevel ¶ added in v0.0.11
func LoadEnvironmentVariables ¶ added in v0.0.7
func LoadEnvironmentVariables() error
func ServiceVersion ¶ added in v0.1.39
func ServiceVersion() string
func WithFixture ¶ added in v0.1.32
Types ¶
type Configuration ¶ added in v0.0.7
type Configuration struct {
Endpoints []EndpointOverride
}
type EndpointOverride ¶ added in v0.0.7
type Query ¶ added in v0.1.24
type Query struct {
// contains filtered or unexported fields
}
func (*Query) Configuration ¶ added in v0.1.24
func (*Query) NetworkInstance ¶ added in v0.1.24
func (q *Query) NetworkInstance() *resources.NetworkInstance
func (*Query) WithDefaultNetwork ¶ added in v0.1.25
Click to show internal directories.
Click to hide internal directories.