Versions in this module Expand all Collapse all v1 v1.0.0 Nov 12, 2023 Changes in this version + type CacheFile struct + DB *bbolt.DB + func Cache() *CacheFile + func (c *CacheFile) Close() error + func (c *CacheFile) DelFakeipPair(ip, host []byte) error + func (c *CacheFile) FlushFakeIP() error + func (c *CacheFile) GetFakeip(key []byte) []byte + func (c *CacheFile) PutFakeip(key, value []byte) error + func (c *CacheFile) SelectedMap() map[string]string + func (c *CacheFile) SetSelected(group, selected string)