cli/pkg/cmd/label/shared/shared.go

7 lines
98 B
Go

package shared
type Label struct {
Name string
Color string
Description string
}