resource

package
v1.4.0 Latest Latest
Warning

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

Go to latest
Published: Nov 16, 2021 License: Apache-2.0 Imports: 17 Imported by: 0

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"`
}

type RuntimeQuery

type RuntimeQuery struct {
	RuntimeId     string
	RuntimeName   string
	TerminusKey   string
	ApplicationId string
}

Jump to

Keyboard shortcuts

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