workflow

package
v0.0.0-...-e7c744b Latest Latest
Warning

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

Go to latest
Published: Jun 21, 2023 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const AssembleHTTPProxySettingsActivityName = "assemble-http-proxy-settings"

Variables

This section is empty.

Functions

This section is empty.

Types

type AssembleHTTPProxySettingsActivity

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

func NewAssembleHTTPProxySettingsActivity

func NewAssembleHTTPProxySettingsActivity(secrets PasswordSecretStore) AssembleHTTPProxySettingsActivity

func (AssembleHTTPProxySettingsActivity) Execute

type AssembleHTTPProxySettingsActivityInput

type AssembleHTTPProxySettingsActivityInput struct {
	OrganizationID     uint
	HTTPProxyHostPort  string
	HTTPProxySecretID  string
	HTTPProxyScheme    string
	HTTPSProxyHostPort string
	HTTPSProxySecretID string
	HTTPSProxyScheme   string
}

type AssembleHTTPProxySettingsActivityOutput

type AssembleHTTPProxySettingsActivityOutput struct {
	Settings HTTPProxy
}

type HTTPProxy

type HTTPProxy struct {
	HTTPProxyURL  string
	HTTPSProxyURL string
}

type PasswordSecret

type PasswordSecret interface {
	Username() string
	Password() string
}

type PasswordSecretStore

type PasswordSecretStore interface {
	GetSecret(ctx context.Context, organizationID uint, secretID string) (PasswordSecret, error)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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