package
0.6.3
Repository: https://github.com/shisa-platform/core.git
Documentation: pkg.go.dev

# Functions

NewFakeRegistrarDefaultError returns an instance of FakeRegistrar with all hooks configured to call t.Error.
NewFakeRegistrarDefaultFatal returns an instance of FakeRegistrar with all hooks configured to call t.Fatal.
NewFakeRegistrarDefaultPanic returns an instance of FakeRegistrar with all hooks configured to panic.
NewFakeResolverDefaultError returns an instance of FakeResolver with all hooks configured to call t.Error.
NewFakeResolverDefaultFatal returns an instance of FakeResolver with all hooks configured to call t.Fatal.
NewFakeResolverDefaultPanic returns an instance of FakeResolver with all hooks configured to panic.
NewRegistrarAddCheckInvocation creates a new instance of RegistrarAddCheckInvocation.
NewRegistrarDeregisterInvocation creates a new instance of RegistrarDeregisterInvocation.
NewRegistrarRegisterInvocation creates a new instance of RegistrarRegisterInvocation.
NewRegistrarRemoveChecksInvocation creates a new instance of RegistrarRemoveChecksInvocation.
NewResolverResolveInvocation creates a new instance of ResolverResolveInvocation.

# Structs

FakeRegistrar is a mock implementation of Registrar for testing.
FakeResolver is a mock implementation of Resolver for testing.
RegistrarAddCheckInvocation represents a single call of FakeRegistrar.AddCheck.
RegistrarDeregisterInvocation represents a single call of FakeRegistrar.Deregister.
RegistrarRegisterInvocation represents a single call of FakeRegistrar.Register.
RegistrarRemoveChecksInvocation represents a single call of FakeRegistrar.RemoveChecks.
ResolverResolveInvocation represents a single call of FakeResolver.Resolve.

# Interfaces

No description provided by the author
go:generate charlatan -output=./registrar_charlatan.go Registrar.
RegistrarTestingT represents the methods of "testing".T used by charlatan Fakes.
go:generate charlatan -output=./resolver_charlatan.go Resolver.
ResolverTestingT represents the methods of "testing".T used by charlatan Fakes.