model

package
v0.0.0-...-b063506 Latest Latest
Warning

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

Go to latest
Published: Feb 22, 2020 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Algorithm

type Algorithm struct {
	Id          int32 `xorm:"pk autoincr"`
	Name        string
	CreatedAtTs int64
	CreatedAt   time.Time `xorm:"created"`
	UpdatedAtTs int64
	UpdatedAt   time.Time `xorm:"updated"`
}

type Pool

type Pool struct {
	Id          int32 `xorm:"pk autoincr"`
	Name        string
	WebsiteUrl  string
	Icon        string
	Status      int32
	ListOrder   int32
	CreatedAtTs int32
	CreatedAt   time.Time `xorm:"created"`
	UpdatedAtTs int32
	UpdatedAt   time.Time `xorm:"updated"`
}

type PoolAddress

type PoolAddress struct {
	Id          int32 `xorm:"pk autoincr"`
	PoolId      int32
	CoinId      int32
	Address     string
	Type        int32
	CreatedAtTs int32
	CreatedAt   time.Time `xorm:"created"`
	UpdatedAtTs int32
	UpdatedAt   time.Time `xorm:"updated"`
}

type PoolCoinbaseTag

type PoolCoinbaseTag struct {
	Id          int32 `xorm:"pk autoincr"`
	PoolId      int32
	Tag         []byte
	CreatedAtTs int32
	CreatedAt   time.Time `xorm:"created"`
	UpdatedAtTs int32
	UpdatedAt   time.Time `xorm:"updated"`
}

type PowCoin

type PowCoin struct {
	Id          int32  `xorm:"pk autoincr"`
	Name        string `xorm:"unique"`
	EnName      string `xorm:"unique"`
	EnTag       string `xorm:"unique"`
	AlgorithmId int32
	MaxSupply   float64
	ReleaseDate time.Time
	BlockTime   int32
	Icon        string
	GithubUrl   string
	WebsiteUrl  string
	Intro       string
	Status      int32
	ListOrder   int32
	CreatedAtTs int32
	CreatedAt   time.Time `xorm:"created"`
	UpdatedAtTs int32
	UpdatedAt   time.Time `xorm:"updated"`
}

Jump to

Keyboard shortcuts

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