Documentation
¶
Overview ¶
Package operatorapi exposes the Brokerkit operator inbox over protected HTTP.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AuditRecorder ¶
AuditRecorder receives secret-safe shared audit events.
type Authorizer ¶
Authorizer authenticates one operator and returns the audit identity.
type Options ¶
type Options struct {
Inbox *operatorinbox.Service
Authorize Authorizer
Broker string
Audit AuditRecorder
}
Options configures the shared operator-only handler.
Click to show internal directories.
Click to hide internal directories.