Documentation ¶
Index ¶
- type LevelDBStore
- type Store
- func (s *Store) GetLatestBatchIndex() (uint64, bool)
- func (s *Store) GetReRollupIndex() (uint64, bool)
- func (s *Store) GetToolReRollupIndex() (uint64, bool)
- func (s *Store) SetLatestBatchIndex(bn uint64) bool
- func (s *Store) SetLatestReRollupIndex(bn uint64) bool
- func (s *Store) SetToolReRollupIndex(bn uint64) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LevelDBStore ¶
func NewLevelDBStore ¶
func NewLevelDBStore(path string) (*LevelDBStore, error)
func (*LevelDBStore) Delete ¶
func (d *LevelDBStore) Delete(key []byte) error
type Store ¶
type Store struct {
// contains filtered or unexported fields
}
func (*Store) GetLatestBatchIndex ¶
func (*Store) GetReRollupIndex ¶
func (*Store) GetToolReRollupIndex ¶
func (*Store) SetLatestBatchIndex ¶
func (*Store) SetLatestReRollupIndex ¶
func (*Store) SetToolReRollupIndex ¶
Click to show internal directories.
Click to hide internal directories.