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

# Functions

NewAuthorizerAuthorizeInvocation creates a new instance of AuthorizerAuthorizeInvocation.
NewFakeAuthorizerDefaultError returns an instance of FakeAuthorizer with all hooks configured to call t.Error.
NewFakeAuthorizerDefaultFatal returns an instance of FakeAuthorizer with all hooks configured to call t.Fatal.
NewFakeAuthorizerDefaultPanic returns an instance of FakeAuthorizer with all hooks configured to panic.
NewFakeServerDefaultError returns an instance of FakeServer with all hooks configured to call t.Error.
NewFakeServerDefaultFatal returns an instance of FakeServer with all hooks configured to call t.Fatal.
NewFakeServerDefaultPanic returns an instance of FakeServer with all hooks configured to panic.
NewServerShutdownInvocation creates a new instance of ServerShutdownInvocation.

# Variables

No description provided by the author

# Structs

AuthorizerAuthorizeInvocation represents a single call of FakeAuthorizer.Authorize.
DebugServer serves values from the `expvar` package to the configured address and path.
FakeAuthorizer is a mock implementation of Authorizer for testing.
FakeServer is a mock implementation of Server for testing.
HealthcheckServer serves JSON status reports of all configured `Healthchecker` resources to the given address and path.
No description provided by the author
ServerAddressInvocation represents a single call of FakeServer.Address.
ServerListenInvocation represents a single call of FakeServer.Listen.
ServerNameInvocation represents a single call of FakeServer.Name.
ServerServeInvocation represents a single call of FakeServer.Serve.
ServerShutdownInvocation represents a single call of FakeServer.Shutdown.

# Interfaces

Authorizer defines a provider for authorizing principals to make requests.
AuthorizerTestingT represents the methods of "testing".T used by charlatan Fakes.
Healthchecker is a named resource that can report its status.
No description provided by the author
ServerTestingT represents the methods of "testing".T used by charlatan Fakes.

# Type aliases

No description provided by the author