package
Version:
v0.33.0
Opens a new window with list of versions in this module.
Published: Aug 20, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package fakes provides mock implementations to be used in testing.
type FakeRandomGenerator struct {
Ret []byte
Err error
}
FakeRandomGenerator can be used to mock a RandomGenerator.
func (FakeRandomGenerator) Generate ¶
Generate returns the mocked Generate response.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.