Files
onepanel/model/namespace.go
2020-01-31 19:13:12 -08:00

7 lines
82 B
Go

package model
type Namespace struct {
Name string
Labels map[string]string
}