Versions in this module Expand all Collapse all v1 v1.12.2 Mar 3, 2025 Changes in this version + type SharedMemory struct + func NewSharedMemory(ctrl *gomock.Controller) *SharedMemory + func (m *SharedMemory) Apply(requests map[ids.ID]*atomic.Requests, batches ...database.Batch) error + func (m *SharedMemory) EXPECT() *SharedMemoryMockRecorder + func (m *SharedMemory) Get(peerChainID ids.ID, keys [][]byte) ([][]byte, error) + func (m *SharedMemory) Indexed(peerChainID ids.ID, traits [][]byte, startTrait, startKey []byte, limit int) ([][]byte, []byte, []byte, error) + type SharedMemoryMockRecorder struct + func (mr *SharedMemoryMockRecorder) Apply(requests any, batches ...any) *gomock.Call + func (mr *SharedMemoryMockRecorder) Get(peerChainID, keys any) *gomock.Call + func (mr *SharedMemoryMockRecorder) Indexed(peerChainID, traits, startTrait, startKey, limit any) *gomock.Call