# Functions
GetEmptyTargetsNotaryRepository returns an EmptyTargetsNotaryRepository.
GetLoadedNotaryRepository returns a LoadedNotaryRepository.
GetLoadedWithNoSignersNotaryRepository returns a LoadedWithNoSignersNotaryRepository.
GetOfflineNotaryRepository returns a OfflineNotaryRepository.
GetUninitializedNotaryRepository returns an UninitializedNotaryRepository.
# Structs
EmptyTargetsNotaryRepository is a mock Notary repository that is initialized but does not have any signed targets.
LoadedNotaryRepository is a mock Notary repository that is loaded with targets, delegations, and keys.
LoadedWithNoSignersNotaryRepository is a mock Notary repository that is loaded with targets but no delegations it only contains the green target.
OfflineNotaryRepository is a mock Notary repository that is offline.
UninitializedNotaryRepository is a mock Notary repository that is uninintialized it builds on top of the OfflineNotaryRepository, instead returning ErrRepositoryNotExist for any online operation.