Module kitsune_p2p::event[][src]

Expand description

Definitions for events emited from the KitsuneP2p actor.

Structs

Gather all op-hash data for a list of op-hashes from our implementor.

Get agent info for a single agent, as previously signed and put.

A single row in the metrics database

Store the AgentInfo as signed by the agent themselves.

Get agent info which satisfies a query.

Gather a list of op-hashes from our implementor that meet criteria. Also get the start and end times for ops within a time window up to a maximum number.

Request that our implementor sign some data on behalf of an agent.

Enums

The KitsuneP2pEvent stream allows handling events generated from the KitsuneP2p actor.

A single datum of metric info about an Agent, to be recorded by the client.

Different kinds of queries about metric data

Corresponding response to MetricQuery

Traits

The KitsuneP2pEvent stream allows handling events generated from the KitsuneP2p actor.

The KitsuneP2pEvent stream allows handling events generated from the KitsuneP2p actor.

Functions

A time window which covers all of recordable time

Type Definitions

Handler Result Type.

Receiver type for incoming connection events.

A range of timestamps, measured in milliseconds