Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidatePluginConfig ¶
func ValidatePluginConfig(config PluginConfig) (merr error)
Types ¶
type PluginConfig ¶
type PluginConfig struct { RawServerURL string `json:"serverURL" toml:"serverURL"` ServerPubKey utils.PlainHexBytes `json:"serverPubKey" toml:"serverPubKey"` }
func (PluginConfig) ServerURL ¶
func (p PluginConfig) ServerURL() string
Click to show internal directories.
Click to hide internal directories.