Documentation ¶
Overview ¶
Package nodecmd contains the entrypoint for webmesh nodes.
Package nodecmd contains the entrypoint for webmesh nodes.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenBridgeMarkdownDoc ¶ added in v0.1.3
GenBridgeMarkdownDoc generates the markdown documentation for the bridge commands.
Types ¶
type Options ¶
type Options struct { Global *global.Options `yaml:"global,omitempty" json:"global,omitempty" toml:"global,omitempty"` Mesh *mesh.Options `yaml:",inline" json:",inline" toml:",inline"` Bridge *meshbridge.Options `yaml:"bridge,omitempty" json:"bridge,omitempty" toml:"bridge,omitempty"` Services *services.Options `yaml:"services,omitempty" json:"services,omitempty" toml:"services,omitempty"` }
Options are the node options.
Click to show internal directories.
Click to hide internal directories.