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 ¶
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"` 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.