Datenbanken, erster Versuch
This commit is contained in:
parent
b26544756a
commit
766aedf22d
21 changed files with 678 additions and 320 deletions
10
models/date.go
Normal file
10
models/date.go
Normal file
|
@ -0,0 +1,10 @@
|
|||
// date
|
||||
package models
|
||||
|
||||
type Date struct {
|
||||
Day int
|
||||
Hour int
|
||||
Minute int
|
||||
}
|
||||
|
||||
const MinuteGranularity int = 5
|
Loading…
Add table
Add a link
Reference in a new issue