Documentation ¶
Index ¶
Constants ¶
View Source
const Name = "CUSTOM"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Inbound StackConfig `json:"inbound" yaml:"inbound"` Outbound StackConfig `json:"outbound" yaml:"outbound"` }
type NodeConfig ¶
type StackConfig ¶
type StackConfig struct { Path [][]string `json:"path" yaml:"path"` Node []NodeConfig `json:"node" yaml:"node"` }
Click to show internal directories.
Click to hide internal directories.