Versions in this module Expand all Collapse all v0 v0.0.1 Aug 25, 2023 Changes in this version + func Load(filepath string) (out chan net.IP) + func Store(filePath string, dataChan chan []byte) + type Compressor struct + func NewCompressor() Compressor + func (p Compressor) Load(filePath string) chan net.IP + func (p Compressor) Serialize(ipRangeChan chan model.IPRange) chan []byte + func (p Compressor) Squeeze(ipChan chan net.IP) chan model.IPRange + func (p Compressor) Store(s string, dataChan chan []byte)