Versions in this module Expand all Collapse all v1 v1.0.2 Apr 25, 2024 v1.0.1 Apr 24, 2024 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)