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

# Functions

No description provided by the author
NewMockKeychain creates a new mock instance.
NewMockKeyring creates a new mock instance.

# Variables

No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
MockKeychain is a mock of Keychain interface.
MockKeychainMockRecorder is the mock recorder for MockKeychain.
MockKeyring is a mock of Keyring interface.
MockKeyringMockRecorder is the mock recorder for MockKeyring.

# Interfaces

go:generate mockgen -source=keychain.go -destination=keychain_mock.go -package keychain.
go:generate mockgen -source=keyring.go -destination=keyring_mock.go -package keychain.