models

package
v0.0.0-...-fb979a2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 19, 2020 License: GPL-3.0 Imports: 2 Imported by: 0

Documentation

Overview

Package models contains database models

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Event

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

type Setting struct {
	ID    uint64 `gorm:"primary_key"`
	Key   string `gorm:"unique;not null"`
	Value string `gorm:"not null"`
}

Setting models for Settings

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL