Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CloudContainerDetail ¶
type CloudPod ¶
type CloudPod struct { PodId string User string SurvivalTime SurvivalTime }
type ContainerDetail ¶
type Inference ¶
type Inference struct { InferenceIndex ProjectName ProjectName LastCommit string UserToken string SurvivalTime int // seconds Requester string }
type InferenceIndex ¶
type InferenceIndex struct { Project ResourceIndex Id string }
type ProjectName ¶
type ProjectName interface {
ProjectName() string
}
ProjectName
func NewProjectName ¶
func NewProjectName(v string) (ProjectName, error)
type ResourceIndex ¶
type SurvivalTime ¶
type SurvivalTime interface {
SurvivalTime() int64
}
SurvivalTime
func NewSurvivalTime ¶
func NewSurvivalTime(v int64) (SurvivalTime, error)
Click to show internal directories.
Click to hide internal directories.