8 lines
80 B
Go
8 lines
80 B
Go
package domain
|
|
|
|
type Label struct {
|
|
ID uint32
|
|
Name string
|
|
Color string
|
|
}
|