mirror of
https://github.com/Unkn0wnCat/calapi.git
synced 2025-07-25 07:27:11 +02:00
Initial commit
This commit is contained in:
commit
15407746e3
37 changed files with 8525 additions and 0 deletions
8
graph/model/calendar.go
Normal file
8
graph/model/calendar.go
Normal file
|
@ -0,0 +1,8 @@
|
|||
package model
|
||||
|
||||
type Calendar struct {
|
||||
ID string `json:"id"`
|
||||
DbID uint64
|
||||
Name string `json:"name"`
|
||||
Description string `json:"description"`
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue