Documentation ¶
Overview ¶
Package atomicmock is a generated GoMock package.
Index ¶
- type SharedMemory
- func (m *SharedMemory) Apply(arg0 map[ids.ID]*atomic.Requests, arg1 ...database.Batch) error
- func (m *SharedMemory) EXPECT() *SharedMemoryMockRecorder
- func (m *SharedMemory) Get(arg0 ids.ID, arg1 [][]byte) ([][]byte, error)
- func (m *SharedMemory) Indexed(arg0 ids.ID, arg1 [][]byte, arg2, arg3 []byte, arg4 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(arg0 any, arg1 ...any) *gomock.Call
Apply indicates an expected call of Apply.
Click to show internal directories.
Click to hide internal directories.