groupover

package
v0.0.0-...-060dca9 Latest Latest
Warning

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

Go to latest
Published: Nov 27, 2018 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GroupOverview

type GroupOverview interface {
	GroupOverviewList(targ func(group []byte, statusAndDescr []byte)) bool
	GroupOverviewGet(group []byte, buffer []byte) (statusAndDescr []byte)
}

type GroupOverviewBatchUpdater

type GroupOverviewBatchUpdater interface {
	GroupOverviewBatchUpdate(targ func(GroupOverviewUpdater) error) error
}

type GroupOverviewUpdater

type GroupOverviewUpdater interface {
	GroupOverviewSetStatus(group []byte, status byte) error
	GroupOverviewSetDescr(group []byte, descr []byte) error
}

Directories

Path Synopsis
OverDB is an implementation of the GroupOverview database, based on boltDB (bbolt) and the SSTable format from LevelDB.
OverDB is an implementation of the GroupOverview database, based on boltDB (bbolt) and the SSTable format from LevelDB.

Jump to

Keyboard shortcuts

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