package
Version:
v0.0.0-...-fb979a2
Opens a new window with list of versions in this module.
Published: Jan 19, 2020
License: GPL-3.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package models contains database models
type Event struct {
ID uint64 `gorm:"primary_key"`
Start time.Time `gorm:"not null"`
End time.Time
Excluded bool `gorm:"not null"`
Off bool `gorm:"not null"`
}
Event model for Events
type Setting struct {
ID uint64 `gorm:"primary_key"`
Key string `gorm:"unique;not null"`
Value string `gorm:"not null"`
}
Setting models for Settings
Source Files
¶
Click to show internal directories.
Click to hide internal directories.