Documentation ¶
Index ¶
- func BuildInsert(indexer Indexer, tx *sql.Tx) (*sql.Stmt, error)
- func BuildTable(indexer Indexer) string
- func CurrentIndex(indexer Indexer, tx *sql.Tx) (int64, error)
- func Equal(a []interface{}, b []interface{}) bool
- func GetIndexedTable(indexer Indexer) string
- func Init(indexer Indexer, db *sqlx.DB) error
- func Process(indexer Indexer, batchSize int, db *sqlx.DB) (int, error)
- func ReadConfig() (configs.Config, error)
- func Run(indexer Indexer) error
- func SkipKill(kill models.Kill, db *sqlx.DB) bool
- func UnprocessedRows(indexer Indexer, batchSize int, tx *sql.Tx) (int64, *sql.Rows, error)
- type Index
- type IndexKey
- type Indexer
- type KillsIndexer
- type MapVotesIndexer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildTable ¶
func GetIndexedTable ¶
func ReadConfig ¶
Types ¶
type KillsIndexer ¶
type MapVotesIndexer ¶
Click to show internal directories.
Click to hide internal directories.