types

package
v0.0.0-...-155dcbe Latest Latest
Warning

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

Go to latest
Published: Mar 5, 2019 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Prototype

type Prototype struct {
	gorm.Model
	Name  string
	Units []Unit `gorm:"foreignkey:PrototypeID"`
}

Prototype type

type Unit

type Unit struct {
	gorm.Model
	PrototypeID uint
	Health      int
}

Unit type

Jump to

Keyboard shortcuts

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