Documentation ¶
Index ¶
Constants ¶
View Source
const ( TagsTerminusKey = "tags.terminus_key" TagsApplicationId = "tags.application_id" TagsRuntimeName = "tags.runtime_name" TagsRuntimeId = "tags.runtime_id" )
View Source
const ( EmptyIndex = "spot-empty" TimeForSplitIndex = 24 * 60 * 60 * 1000 IndexTTLDay = 9 )
View Source
const ApplicationServiceNode = "application_service_node"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RuntimeDTO ¶
type RuntimeDTO struct { TerminusKey string `json:"terminus_key"` Workspace string `json:"Workspace"` ProjectId string `json:"project_id"` ProjectName string `json:"project_name"` ApplicationId string `json:"application_id"` ApplicationName string `json:"application_name"` RuntimeId string `json:"runtime_id"` RuntimeName string `json:"runtime_name"` }
Click to show internal directories.
Click to hide internal directories.