1
0
dwelling-home/pkg/mindflow/category.go

7 lines
68 B
Go

package mindflow
type Category struct {
ID int64
Name string
}