Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RandomSelectorMock ¶
type RandomSelectorMock struct {
SelectCalled func(randSeed []byte, sampleSize uint32) ([]uint32, error)
}
RandomSelectorMock is a mock for the RandomSelector interface
func (*RandomSelectorMock) IsInterfaceNil ¶
func (rsm *RandomSelectorMock) IsInterfaceNil() bool
IsInterfaceNil returns true if there is no value under the interface
Click to show internal directories.
Click to hide internal directories.