Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileProvider ¶
type FileProvider struct {
// contains filtered or unexported fields
}
FileProvider reads data from a file.
func NewFileProvider ¶
func NewFileProvider(path string) *FileProvider
NewFileProvider returns a new FileProvider.
type RandomGenerator ¶
type RandomGenerator struct {
// contains filtered or unexported fields
}
RandomGenerator generates random data.
func NewRandomGenerator ¶
func NewRandomGenerator(bytes int64) *RandomGenerator
NewRandomGenerator returns a new RandomGenerator.
Click to show internal directories.
Click to hide internal directories.