model

package
v1.0.18 Latest Latest
Warning

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

Go to latest
Published: Jul 16, 2025 License: BSD-2-Clause Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ClaimInfo

type ClaimInfo struct {
	gorm.Model

	Address        string `gorm:"type:varchar(255);not null;uniqueIndex"`
	CexType        string `gorm:"type:varchar(255);not null;index"`
	CexUid         string `gorm:"type:varchar(255);not null"`
	DepositAddress string `gorm:"type:varchar(255);not null"`
	Signature      string `gorm:"type:varchar(255);not null"`
}

func (ClaimInfo) TableName

func (ClaimInfo) TableName() string

Jump to

Keyboard shortcuts

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