Versions in this module Expand all Collapse all v0 v0.1.3 Sep 15, 2021 v0.1.2 Jul 9, 2021 Changes in this version + type Discovery struct + RequestDiscoveryStub func(string) error + func (fake *Discovery) Invocations() map[string][][]interface{} + func (fake *Discovery) RequestDiscovery(arg1 string) error + func (fake *Discovery) RequestDiscoveryArgsForCall(i int) string + func (fake *Discovery) RequestDiscoveryCallCount() int + func (fake *Discovery) RequestDiscoveryCalls(stub func(string) error) + func (fake *Discovery) RequestDiscoveryReturns(result1 error) + func (fake *Discovery) RequestDiscoveryReturnsOnCall(i int, result1 error) + type Resolver struct + ResolveDocumentStub func(string) (*document.ResolutionResult, error) + func (fake *Resolver) Invocations() map[string][][]interface{} + func (fake *Resolver) ResolveDocument(arg1 string) (*document.ResolutionResult, error) + func (fake *Resolver) ResolveDocumentArgsForCall(i int) string + func (fake *Resolver) ResolveDocumentCallCount() int + func (fake *Resolver) ResolveDocumentCalls(stub func(string) (*document.ResolutionResult, error)) + func (fake *Resolver) ResolveDocumentReturns(result1 *document.ResolutionResult, result2 error) + func (fake *Resolver) ResolveDocumentReturnsOnCall(i int, result1 *document.ResolutionResult, result2 error)