Documentation
¶
Index ¶
- Variables
- type Wrapper
- func (Wrapper) ArticleGroupMove(group []byte, i int64, backward bool, id_buf []byte) (ni int64, id []byte, ok bool)
- func (Wrapper) ArticleGroupStat(group []byte, num int64, id_buf []byte) ([]byte, bool)
- func (Wrapper) AssignArticleToGroup(group []byte, num, exp uint64, id []byte) error
- func (Wrapper) AssignArticleToGroups(groups [][]byte, nums []int64, exp uint64, id []byte) error
- func (Wrapper) GroupRealtimeQuery(group []byte) (number int64, low int64, high int64, ok bool)
- func (Wrapper) ListArticleGroupRaw(group []byte, first, last int64, targ func(int64, []byte))
Constants ¶
This section is empty.
Variables ¶
View Source
var EUnimplemented = errors.New("EUnimplemented")
Functions ¶
This section is empty.
Types ¶
type Wrapper ¶
type Wrapper struct {
grouphead.GroupHeadDB
}
Turns a grouphead.GroupHeadDB into a groupidx.GroupIndex!
func (Wrapper) ArticleGroupMove ¶
func (Wrapper) ArticleGroupStat ¶
func (Wrapper) AssignArticleToGroup ¶
func (Wrapper) AssignArticleToGroups ¶
func (Wrapper) GroupRealtimeQuery ¶
Click to show internal directories.
Click to hide internal directories.