extapps

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Apr 21, 2026 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

View Source
const (
	TargetType = "com.steadybit.extension_cloudfoundry.app"

	AppStateStarted = "STARTED"
	AppStateStopped = "STOPPED"
)

Variables

This section is empty.

Functions

func NewAppDiscovery

func NewAppDiscovery() discovery_kit_sdk.TargetDiscovery

func NewCheckAppAction

func NewCheckAppAction() action_kit_sdk.Action[CheckAppState]

Types

type CheckAppState

type CheckAppState struct {
	AppGUID           string
	AppName           string
	End               time.Time
	ExpectedState     string
	StateCheckMode    string
	StateCheckSuccess bool
}

type RestartActionState

type RestartActionState struct {
	AppGUID string
	AppName string
}

type StopActionState

type StopActionState struct {
	AppGUID      string
	AppName      string
	InitialState string
}

Jump to

Keyboard shortcuts

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