package
0.0.0-20210318211101-2bc12df73e84
Repository: https://github.com/puppetlabs/wash.git
Documentation: pkg.go.dev

# Functions

NewMockBase creates a new "mock" entry without read/write.
NewMockBlockReadWrite creates a new "mock" entry for (block) reads and writes.
NewMockRead creates a new "mock" entry for reads.
NewMockReadWrite creates a new "mock" entry for reads and writes.
NewMockWrite creates a new "mock" entry for writes.

# Structs

MockBase is a basic mock with no read/write operations.
MockBlockReadWrite mocks block read and write operations.
MockRead only mocks Read operations.
MockReadWrite mocks read and write operations.
MockWrite only mocks Write operations.