modelDB

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: May 18, 2022 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 HistoryLog

type HistoryLog struct {
	ID         int64       `db:"id"`
	Endpoint   null.String `db:"endpoint"`
	Request    string      `db:"request"`
	Response   string      `db:"response"`
	SourceData string      `db:"source_data"`
	CreatedAt  string      `db:"created_at"`
	CreatedBy  string      `db:"created_by"`
}

type Signing

type Signing struct {
	ID        int64  `db:"id"`
	Email     string `db:"email"`
	CreatedAt string `db:"created_at"`
	CreatedBy string `db:"created_by"`
}

type User

type User struct {
	ID        int64       `db:"id"`
	Email     string      `db:"email"`
	Password  string      `db:"password"`
	Status    int         `db:"status"`
	CreatedAt string      `db:"created_at"`
	CreatedBy string      `db:"created_by"`
	UpdatedAt null.String `db:"updated_at"`
	UpdatedBy null.String `db:"updated_by"`
	DeletedAt null.String `db:"deleted_at"`
	DeletedBy null.String `db:"deleted_by"`
}

Jump to

Keyboard shortcuts

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