Documentation ¶
Index ¶
Constants ¶
View Source
const LoggerTag = "CONFIG_LIBP2P"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BootstrapDependencies ¶
type Config ¶
type Config struct { LibP2P *libP2PConfig `hcl:"libp2p,block,optional"` WebAPI *webAPIConfig `hcl:"webapi,block,optional"` // HCL fields: Range hcl.Range `hcl:",range"` Content hcl.BodyContent `hcl:",content"` // contains filtered or unexported fields }
func (*Config) LibP2PBootstrap ¶
func (c *Config) LibP2PBootstrap(d BootstrapDependencies) (transport.Service, error)
type Dependencies ¶
Click to show internal directories.
Click to hide internal directories.