pusher

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Jul 17, 2019 License: Apache-2.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 SourceDatabaseHash

type SourceDatabaseHash struct {
	AID         int64     `xorm:"aid bigint autoincr pk"`
	TName       string    `xorm:"table_name varchar(255) notnull"`
	RangeStart  int64     `xorm:"range_start bigint notnull"`
	RangeEnd    int64     `xorm:"range_end bigint notnull"`
	Hash        string    `xorm:"hash varchar(255) notnull"`
	CreatedTime time.Time `xorm:"created_time created notnull"`
	UpdatedTime time.Time `xorm:"updated_time updated notnull"`
}

func (SourceDatabaseHash) TableName

func (t SourceDatabaseHash) TableName() string

Jump to

Keyboard shortcuts

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