db

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Apr 2, 2021 License: GPL-3.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	DB *gorm.DB
)

Functions

This section is empty.

Types

type Channel added in v0.2.0

type Channel struct {
	ID                 int `gorm:"primaryKey"`
	Name               string
	RemoteControlKeyID *int
}

type Recording

type Recording struct {
	ID          int `gorm:"primaryKey"`
	ProgramName string
	StartedAt   time.Time
	EndsAt      time.Time
	Ended       bool
	ChannelID   *int
	Channel     Channel
}

Jump to

Keyboard shortcuts

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