 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Overview ¶
Package atomicmock is a generated GoMock package.
Index ¶
- type 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
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SharedMemory ¶
type SharedMemory struct {
	// contains filtered or unexported fields
}
    SharedMemory is a mock of SharedMemory interface.
func NewSharedMemory ¶
func NewSharedMemory(ctrl *gomock.Controller) *SharedMemory
NewSharedMemory creates a new mock instance.
func (*SharedMemory) EXPECT ¶
func (m *SharedMemory) EXPECT() *SharedMemoryMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type SharedMemoryMockRecorder ¶
type SharedMemoryMockRecorder struct {
	// contains filtered or unexported fields
}
    SharedMemoryMockRecorder is the mock recorder for SharedMemory.
func (*SharedMemoryMockRecorder) Apply ¶
func (mr *SharedMemoryMockRecorder) Apply(requests any, batches ...any) *gomock.Call
Apply indicates an expected call of Apply.
 Click to show internal directories. 
   Click to hide internal directories.