Documentation ¶
Overview ¶
Package offline implements Routing with a client which is only able to perform offline operations.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrOffline = errors.New("routing system in offline mode")
ErrOffline is returned when trying to perform operations that require connectivity.
Deprecated: use github.com/ipfs/boxo/routing/offline.ErrOffline
Functions ¶
func NewOfflineRouter
deprecated
NewOfflineRouter returns an Routing implementation which only performs offline operations. It allows to Put and Get signed dht records to and from the local datastore.
Deprecated: use github.com/ipfs/boxo/routing/offline.NewOfflineRouter
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.