labels.go 254 字节
Newer Older
Y
Your Name 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
package goku_labels

// constlabel
const (
	Cluster = "cluster"
	Instance = "instance"
)

// api labels
const  (
	API = "api"
	Strategy = "strategy"
	Status ="status"

)
// proxy
const (
	Proto = "proto"
	Method = "method"
	Host ="host"
	Path = "path"

)