Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StoreConfig ¶
type StoreConfig struct {
Version string `json:"version"`
PluginBinDirs []string `json:"pluginBinDirs"`
Store StorePluginConfig `json:"store"`
}
StoreConfig represents the configuration of a store plugin that is passed to a verifier
type StorePluginConfig ¶
type StorePluginConfig map[string]interface{}
StorePluginConfig represents the configuration of a store plugin
type StoresConfig ¶
type StoresConfig struct {
Version string `json:"version,omitempty"`
PluginBinDirs []string `json:"pluginBinDirs,omitempty"`
Stores []StorePluginConfig `json:"plugins,omitempty"`
}
StoresConfig represents configuration of multiple store plugins
Click to show internal directories.
Click to hide internal directories.