models

package
v0.0.0-...-c10c52e Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Game

type Game struct {
	gorm.Model
	Name         string
	Played       bool
	Finished     bool
	GameSystemID int
	GameSystems  []GameSystem
	StartedAt    time.Time
	FinishedAt   time.Time
}

type GameSystem

type GameSystem struct {
	gorm.Model
	Name   string
	GameID uint
}

Jump to

Keyboard shortcuts

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