runtime

package
v1.0.4 Latest Latest
Warning

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

Go to latest
Published: Jan 8, 2026 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Context

type Context struct {
	Logger         *zerolog.Logger
	Viper          *viper.Viper
	ClientFactory  client.Factory
	Settings       *settings.Settings
	Credentials    *credentials.Credentials
	EnvironmentSet *environments.EnvironmentSet
	Workflow       WorkflowRuntime
}

func NewContext

func NewContext(logger *zerolog.Logger, viper *viper.Viper) *Context

func (*Context) AttachCredentials

func (ctx *Context) AttachCredentials(validationCtx context.Context, skipValidation bool) error

func (*Context) AttachEnvironmentSet

func (ctx *Context) AttachEnvironmentSet() error

func (*Context) AttachSettings

func (ctx *Context) AttachSettings(cmd *cobra.Command, validateDeployRPC bool) error

type WorkflowRuntime

type WorkflowRuntime struct {
	ID       string
	Language string
}

Jump to

Keyboard shortcuts

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