types

package
v0.2.2 Latest Latest
Warning

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

Go to latest
Published: Nov 12, 2024 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetTargetManifest

func GetTargetManifest() *provider.ProviderTargetManifest

Types

type TargetOptions

type TargetOptions struct {
	Region          string `json:"Region"`
	ImageId         string `json:"Image Id"`
	InstanceType    string `json:"Instance Type"`
	DeviceName      string `json:"Device Name"`
	VolumeSize      int    `json:"Volume Size"`
	VolumeType      string `json:"Volume Type"`
	AccessKeyId     string `json:"Access Key Id"`
	SecretAccessKey string `json:"Secret Access Key"`
}

func ParseTargetOptions

func ParseTargetOptions(optionsJson string) (*TargetOptions, error)

ParseTargetOptions parses the target options from the JSON string.

type WorkspaceMetadata

type WorkspaceMetadata struct {
	InstanceId string
	Tags       map[string]string
	IsRunning  bool
	Created    string
}

Jump to

Keyboard shortcuts

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