Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetAllActiveHousematesNumbers ¶
func GetAllActiveHousematesNumbers() []string
func LogButtonPress ¶
func SetConfiguration ¶
func SetConfiguration(givenConfiguration Configuration)
Types ¶
type Button ¶
func GetAllButtons ¶
func GetAllButtons() []Button
type ButtonLogEntry ¶
type ButtonLogEntry struct { ID uint `gorm:"primary_key"` ButtonID string `gorm:"ForeignKey:Button"` PressedAt time.Time Reason string }
func (ButtonLogEntry) TableName ¶
func (ButtonLogEntry) TableName() string
type Configuration ¶
Click to show internal directories.
Click to hide internal directories.