models

package
v0.0.0-...-0a09c31 Latest Latest
Warning

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

Go to latest
Published: Mar 21, 2019 License: MPL-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func InitSql

func InitSql()

Types

type Shortcut

type Shortcut struct {
	gorm.Model
	Short  string `gorm:"not null;unique"`
	Value  string `gorm:"not null;"`
	Source string `gorm:"default:'web'"`
}

func GetShortcutByShort

func GetShortcutByShort(value string) Shortcut

func NewShortcut

func NewShortcut(value string) (*Shortcut, error)

Jump to

Keyboard shortcuts

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