config

package
v1.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 2, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL