Versions in this module Expand all Collapse all v0 v0.5.2 Jul 27, 2023 v0.5.1 Jul 27, 2023 Changes in this version + type MockStore struct + func NewMockStore(ctrl *gomock.Controller) *MockStore + func (m *MockStore) EXPECT() *MockStoreMockRecorder + func (m *MockStore) Init(cleanStart bool) error + func (m *MockStore) Remove(id packets.PacketID) error + func (m *MockStore) Set(id packets.PacketID) (bool, error) + type MockStoreMockRecorder struct + func (mr *MockStoreMockRecorder) Init(cleanStart interface{}) *gomock.Call + func (mr *MockStoreMockRecorder) Remove(id interface{}) *gomock.Call + func (mr *MockStoreMockRecorder) Set(id interface{}) *gomock.Call + type Store interface + Init func(cleanStart bool) error + Remove func(id packets.PacketID) error + Set func(id packets.PacketID) (bool, error)