model

package
v1.3.1 Latest Latest
Warning

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

Go to latest
Published: Mar 31, 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 EmailRecord

type EmailRecord struct {
	RequestId string `gorm:"primaryKey"`
	Data      string
	RawData   string
	MessageId string    `gorm:"uniqueIndex"`
	CreatedAt time.Time `gorm:"->,autoCreateTime"`
}

type Version

type Version struct {
	ID        uint      `gorm:"primaryKey"`
	Version   string    `gorm:"uniqueIndex"`
	CreatedAt time.Time `gorm:"->,autoCreateTime"`
}

Jump to

Keyboard shortcuts

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