entity

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Nov 22, 2023 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 MasterUser

type MasterUser struct {
	Id        int       `db:"ID"`
	UserName  string    `db:"USERNAME"`
	Password  string    `db:"USER_PASSWORD"`
	CreatedAt time.Time `db:"CREATED_AT"`
	UpdatedAt time.Time `db:"UPDATED_AT"`
}

type PasswordList

type PasswordList struct {
	Id        int       `db:"ID"`
	UserPk    int       `db:"USER_PK"`
	Key       string    `db:"KEY_VALUE"`
	Password  string    `db:"PASSWORD"`
	CreatedAt time.Time `db:"CREATED_AT"`
	UpdatedAt time.Time `db:"UPDATED_AT"`
}

Jump to

Keyboard shortcuts

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