# Functions
New returns a new DiskStorage instance with an empty internal buffer.
NewGoMockDiskStorage creates a new mock instance.
NewMockHTTPClient creates a new mock instance.
WithBuffer returns an option that set the buffer value.
WithHTTPClient returns an option that set the http client.
# Structs
GoMockDiskStorage is a mock of DiskStorage interface.
GoMockDiskStorageMockRecorder is the mock recorder for GoMockDiskStorage.
MockHTTPClient is a mock of HTTPClient interface.
MockHTTPClientMockRecorder is the mock recorder for MockHTTPClient.
# Interfaces
DiskStorage defines the methods needed to store and manage files on disk.
No description provided by the author
# Type aliases
Option configures diskStorage.