Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeviceListUpdateConsumer ¶ added in v0.8.9
type DeviceListUpdateConsumer struct {
// contains filtered or unexported fields
}
DeviceListUpdateConsumer consumes device list updates that came in over federation.
func NewDeviceListUpdateConsumer ¶ added in v0.8.9
func NewDeviceListUpdateConsumer( process *process.ProcessContext, cfg *config.KeyServer, js nats.JetStreamContext, updater *internal.DeviceListUpdater, ) *DeviceListUpdateConsumer
NewDeviceListUpdateConsumer creates a new DeviceListConsumer. Call Start() to begin consuming from key servers.
func (*DeviceListUpdateConsumer) Start ¶ added in v0.8.9
func (t *DeviceListUpdateConsumer) Start() error
Start consuming from key servers
type SigningKeyUpdateConsumer ¶ added in v0.9.7
type SigningKeyUpdateConsumer struct {
// contains filtered or unexported fields
}
SigningKeyUpdateConsumer consumes signing key updates that came in over federation.
func NewSigningKeyUpdateConsumer ¶ added in v0.9.7
func NewSigningKeyUpdateConsumer( process *process.ProcessContext, cfg *config.KeyServer, js nats.JetStreamContext, keyAPI *internal.KeyInternalAPI, ) *SigningKeyUpdateConsumer
NewSigningKeyUpdateConsumer creates a new SigningKeyUpdateConsumer. Call Start() to begin consuming from key servers.
func (*SigningKeyUpdateConsumer) Start ¶ added in v0.9.7
func (t *SigningKeyUpdateConsumer) Start() error
Start consuming from key servers
Click to show internal directories.
Click to hide internal directories.