Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type PluginConfig ¶
type PluginConfig struct {
SecurityModulePlugin string `json:"securityModule"`
}
PluginConfig is the JSON configuration for loading plugins
type ServerConfig ¶
type ServerConfig struct {
KafkaBridges map[string]*kafka.KafkaBridgeConf `json:"kafka"`
Webhooks map[string]*rest.RESTGatewayConf `json:"webhooks"`
RESTGateways map[string]*rest.RESTGatewayConf `json:"rest"`
Plugins PluginConfig `json:"plugins"`
}
ServerConfig is the parent YAML structure that configures ethconnect to run with a set of individual commands as goroutines (rather than the simple commandline mode that runs a single command)
Click to show internal directories.
Click to hide internal directories.