Documentation ¶
Overview ¶
Package fetcher implements path segment fetching, verification and combination logic for SCIOND.
Index ¶
Constants ¶
View Source
const (
DefaultMinWorkerLifetime = 10 * time.Second
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Fetcher ¶
type Fetcher interface {
GetPaths(ctx context.Context, src, dst addr.IA, refresh bool) ([]snet.Path, error)
}
func NewFetcher ¶
func NewFetcher(cfg FetcherConfig) Fetcher
type FetcherConfig ¶
type TrustStore ¶
Directories ¶
Path | Synopsis |
---|---|
Package mock_fetcher is a generated GoMock package.
|
Package mock_fetcher is a generated GoMock package. |
Click to show internal directories.
Click to hide internal directories.