codefly

package module
v0.1.25 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 16, 2024 License: MIT Imports: 7 Imported by: 0

README

workflow Go Report Card Go Reference

codefly + go = sdk-go

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CatchPanic added in v0.0.7

func CatchPanic(ctx context.Context)

func GetLogLevel added in v0.0.11

func GetLogLevel() wool.Loglevel

func Init added in v0.0.11

func Init(ctx context.Context) (*wool.Provider, error)

func LoadEnvironmentVariables added in v0.0.7

func LoadEnvironmentVariables() error

func LoadService added in v0.0.7

func LoadService(ctx context.Context) error

func Service added in v0.1.18

func Service() *configurations.Service

func Version added in v0.0.7

func Version() string

Types

type Configuration added in v0.0.7

type Configuration struct {
	Endpoints []EndpointOverride
}

type EndpointOverride added in v0.0.7

type EndpointOverride struct {
	Name     string
	Override string
}

type Query added in v0.1.24

type Query struct {
	// contains filtered or unexported fields
}

func For added in v0.1.24

func For(ctx context.Context) *Query

func (*Query) API added in v0.1.24

func (q *Query) API(name string) *Query

func (*Query) Application added in v0.1.24

func (q *Query) Application(s string) *Query

func (*Query) Configuration added in v0.1.24

func (q *Query) Configuration(key string, name string) (string, error)

func (*Query) NetworkInstance added in v0.1.24

func (q *Query) NetworkInstance() *configurations.NetworkInstance

func (*Query) Normalize added in v0.1.24

func (q *Query) Normalize()

func (*Query) Secret added in v0.1.24

func (q *Query) Secret(key string, name string) (string, error)

func (*Query) Service added in v0.1.24

func (q *Query) Service(s string) *Query

func (*Query) WithDefaultNetwork added in v0.1.25

func (q *Query) WithDefaultNetwork() *Query

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL