controller added
Registrierung hinzugefügt
This commit is contained in:
11
app/models/Section.go
Normal file
11
app/models/Section.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package models
|
||||
|
||||
import "time"
|
||||
|
||||
type Section struct {
|
||||
ID string
|
||||
Name string
|
||||
CreatedAt time.Time
|
||||
UpdatedAt time.Time
|
||||
Categories []Category
|
||||
}
|
||||
Reference in New Issue
Block a user