manage

package
v0.1.18 Latest Latest
Warning

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

Go to latest
Published: Jul 10, 2026 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RunGetDefault

func RunGetDefault(ctx context.Context, params GetDefaultParams) error

func RunRestart

func RunRestart(ctx context.Context, params BranchActionParams) error

func RunRestorable

func RunRestorable(ctx context.Context, params BranchActionParams) error

func RunRestore

func RunRestore(ctx context.Context, params BranchActionParams) error

func RunRestoreWindow

func RunRestoreWindow(ctx context.Context, params BranchActionParams) error

func RunSetDefault

func RunSetDefault(ctx context.Context, params BranchActionParams) error

func RunUpdateStudioLogin

func RunUpdateStudioLogin(ctx context.Context, params UpdateStudioLoginParams) error

Types

type BranchActionParams

type BranchActionParams struct {
	WorkspaceID    string
	BranchID       string
	ComputeIDs     []string
	RestoreTime    string
	SourceBranchID string
	Search         string
	Limit          int
	Offset         int
}

type GetDefaultParams

type GetDefaultParams struct {
	WorkspaceID string
}

type UpdateStudioLoginParams

type UpdateStudioLoginParams struct {
	WorkspaceID string
	BranchID    string
	Username    string
	Password    string
}

type UpdateStudioLoginResult

type UpdateStudioLoginResult struct {
	WorkspaceID string `json:"WorkspaceId" toml:"workspace_id" yaml:"workspace_id"`
	BranchID    string `json:"BranchId" toml:"branch_id" yaml:"branch_id"`
	Username    string `json:"Username" toml:"username" yaml:"username"`
}

Jump to

Keyboard shortcuts

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