model

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Feb 13, 2023 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	TerminalType = "terminal-type"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	gorm.Model
	Key   string `gorm:"config_key"`
	Value string
}

type HostAlias

type HostAlias struct {
	gorm.Model
	Name string `gorm:"index:name_tag"`
	Tag  string `gorm:"index:name_tag"`
}

type HostVisible

type HostVisible struct {
	gorm.Model
	Name    string `gorm:"index:name"`
	Visible bool
}

type Tag

type Tag struct {
	gorm.Model
	Name string `gorm:"index:name"`
}

Jump to

Keyboard shortcuts

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