Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ListCache ¶
type ListCache struct {
// contains filtered or unexported fields
}
func NewListCache ¶
func NewListCache(t ListCacheType, groupToLinks map[string][]string, refreshPeriod int) *ListCache
func (*ListCache) Configuration ¶
type ListCacheType ¶
type ListCacheType int
const ( BLACKLIST ListCacheType = iota WHITELIST )
func (ListCacheType) String ¶
func (l ListCacheType) String() string
Click to show internal directories.
Click to hide internal directories.