Files
podinfo/pkg/server/response.go
2018-01-06 12:58:01 +02:00

9 lines
240 B
Go

package server
type Response struct {
Environment []string `json:"environment"`
Runtime map[string]string `json:"runtime"`
Labels map[string]string `json:"labels"`
Annotations map[string]string `json:"annotations"`
}