repository

package
v1.4.0-beta Latest Latest
Warning

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

Go to latest
Published: Oct 22, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Cloud

type Cloud interface {
	ListCloudConf() ([]domain.CloudConf, error)
	GetCloudConf(cid string) (domain.CloudConf, error)
}

type Pod

type Pod interface {
	GetRunningPod(cid string) (PodInfoList, error)
	GetPodInfo(pid string) (domain.PodInfo, error)
	GetUserCloudIdLastPod(user types.Account, cloudId string) (domain.PodInfo, error)
	AddStartingPod(*domain.PodInfo) (pid string, err error)
	UpdatePod(*domain.PodInfo) error
}

type PodInfoList

type PodInfoList struct {
	PodInfos []domain.PodInfo
}

Jump to

Keyboard shortcuts

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