model

package
v0.0.0-...-773e468 Latest Latest
Warning

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

Go to latest
Published: Jul 27, 2019 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Eroge

type Eroge struct {
	ID       int     `db:"id"`
	Filename string  `db:"fname"`
	Meta     metaids `db:"metaids"`
}

Eroge represents a row in the `eroge` table and a singular file.

type User

type User struct {
	ID       string `db:"id"`
	Username string `db:"username"`
	Password string `db:"password"`
}

User represents a row in the `users` table and a singular user.

func (User) String

func (u User) String() string

Jump to

Keyboard shortcuts

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