Added Category struct.
This commit is contained in:
parent
3f4c2cc2f6
commit
3878ed33b3
6
pkg/mindflow/category.go
Normal file
6
pkg/mindflow/category.go
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
package mindflow
|
||||||
|
|
||||||
|
type Category struct {
|
||||||
|
ID int64
|
||||||
|
Name string
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user