package
1.0.1
Repository: https://github.com/viruscoding/ipatool.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
NewMockLogger creates a new mock instance.
NewMockWriter creates a new mock instance.
No description provided by the author

# Structs

No description provided by the author
MockLogger is a mock of Logger interface.
MockLoggerMockRecorder is the mock recorder for MockLogger.
MockWriter is a mock of Writer interface.
MockWriterMockRecorder is the mock recorder for MockWriter.

# Interfaces

go:generate mockgen -source=logger.go -destination=logger_mock.go -package log.
go:generate mockgen -source=writer.go -destination=writer_mock.go -package log.