Documentation
¶
Index ¶
- type MemoryStore
- func (s *MemoryStore) GetPanakoMatch(record panako.StoreRecord, lookupRange int) chan *panako.MatchedRecord
- func (s *MemoryStore) GetPanakoMatches(records []panako.StoreRecord, lookupRange int) chan *panako.MatchedRecord
- func (s *MemoryStore) GetPanakoRecords(resourceId panako.ResourceId) []panako.StoreRecord
- func (s *MemoryStore) GetPrints() map[uint64][]panako.StoreRecord
- func (s *MemoryStore) StorePanakoPrint(record panako.StoreRecord)
- func (s *MemoryStore) StorePanakoPrints(records []panako.StoreRecord)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MemoryStore ¶
type MemoryStore struct {
// contains filtered or unexported fields
}
func NewMemoryStore ¶
func NewMemoryStore() *MemoryStore
func (*MemoryStore) GetPanakoMatch ¶
func (s *MemoryStore) GetPanakoMatch(record panako.StoreRecord, lookupRange int) chan *panako.MatchedRecord
func (*MemoryStore) GetPanakoMatches ¶
func (s *MemoryStore) GetPanakoMatches(records []panako.StoreRecord, lookupRange int) chan *panako.MatchedRecord
func (*MemoryStore) GetPanakoRecords ¶
func (s *MemoryStore) GetPanakoRecords(resourceId panako.ResourceId) []panako.StoreRecord
func (*MemoryStore) GetPrints ¶
func (s *MemoryStore) GetPrints() map[uint64][]panako.StoreRecord
func (*MemoryStore) StorePanakoPrint ¶
func (s *MemoryStore) StorePanakoPrint(record panako.StoreRecord)
func (*MemoryStore) StorePanakoPrints ¶
func (s *MemoryStore) StorePanakoPrints(records []panako.StoreRecord)
Click to show internal directories.
Click to hide internal directories.