Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BootstrapDependencies ¶
type Dependencies ¶
type Scuttlebutt ¶
type Scuttlebutt struct {
Caps string `json:"caps"`
}
type Transport ¶
type Transport struct { P2P P2P `json:"libp2p"` SSB Scuttlebutt `json:"ssb"` }
func (*Transport) ConfigureP2PBoostrap ¶
func (c *Transport) ConfigureP2PBoostrap(d BootstrapDependencies) (transport.Transport, error)
Click to show internal directories.
Click to hide internal directories.