acs

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Dec 19, 2022 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type App

type App struct {
	Label   *string `json:"label,omitempty"`
	Package *string `json:"package,omitempty"`
	Status  string  `json:"status"`
	Version *string `json:"version,omitempty"`
}

App ...

type Client

type Client interface {
	InstallApp(stack, token, packageFileName string, packageReader io.Reader) error
	DescribeApp(stack string, appName string) (*App, error)
	ListApps(stack string) ([]App, error)
	UninstallApp(stack string, appName string) error
}

func NewClassicWithURL

func NewClassicWithURL(acsURL, token string) Client

NewClassicWithURL creates a new ClassicClient

func NewVictoriaWithURL

func NewVictoriaWithURL(acsURL, token string) Client

NewVictoriaWithURL creates a new VictoriaClient

Jump to

Keyboard shortcuts

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