7 lines
98 B
Go
7 lines
98 B
Go
package shared
|
|
|
|
type Label struct {
|
|
Name string
|
|
Color string
|
|
Description string
|
|
}
|