Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetIndexHeight ¶
func UpdateIndexHeight ¶
Types ¶
type IndexHeight ¶
type IndexHeight struct {
ID uint32 `gorm:"primary_key;auto_increment"`
Name string `gorm:"size:128;not null;unique"`
Height uint64 `sql:"type:bigint"`
}
func (*IndexHeight) ByName ¶
func (m *IndexHeight) ByName(name string) (*IndexHeight, error)
Click to show internal directories.
Click to hide internal directories.