views

package
v0.0.0-...-f1e4607 Latest Latest
Warning

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

Go to latest
Published: Jun 19, 2019 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LatestStatusLog

type LatestStatusLog struct {
	Model
	OwnerID     uuid.UUID
	OwnerType   string
	CompositeID uuid.UUID
	Status      string
	// Reference is plain text
	Reference string
	RoleName  string
	Email     string
	Name      string
	// Remark is cipher text written by admin
	Remark     string
	OperatorID uuid.UUID
}

type Model

type Model struct {
	ID        uuid.UUID `gorm:"primary_key;type:uuid;default:uuid_generate_v4()"`
	CreatedAt time.Time
	UpdatedAt time.Time
	DeletedAt *time.Time `json:"-" sql:"index"`
}

Jump to

Keyboard shortcuts

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