Documentation ¶
Overview ¶
Authenticated Posting
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GroupHeadCacheAuthed ¶
type GroupHeadCacheAuthed struct { Base GroupHeadCacheWithAuth Rank AuthRank }
Implements newspolyglot.GroupHeadCache
func (*GroupHeadCacheAuthed) GroupHeadFilter ¶
func (a *GroupHeadCacheAuthed) GroupHeadFilter(groups [][]byte) ([][]byte, error)
Filters the list "groups" removing those groups that eighter not exist or they can't be posted to.
type GroupHeadCacheWithAuth ¶
type GroupHeadCacheWithAuth interface { // Filters the list "groups" removing those groups that // eighter not exist or they can't be posted to. // // rank specifies the poster's authentication rank. GroupHeadFilterWithAuth(rank AuthRank, groups [][]byte) ([][]byte, error) }
Cacheable Group-Head
Click to show internal directories.
Click to hide internal directories.