Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Fetcher ¶
type Fetcher struct {
// IA is the local ISD-AS.
IA addr.IA
// Dialer dials a new gRPC connection.
Dialer grpc.Dialer
// Requests aggregates all the outgoing requests sent by the fetcher.
// If it is not initialized, nothing is reported.
Requests metrics.Counter
}
Fetcher fetches trust material from a remote using gRPC.
Click to show internal directories.
Click to hide internal directories.