config

package
v0.0.0-...-be244c0 Latest Latest
Warning

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

Go to latest
Published: Sep 10, 2020 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Configuration

type Configuration struct {
	PluginBinary            string `yaml:"binary" mapstructure:"binary"`
	PluginConfigurationFile string `yaml:"configuration-file" mapstructure:"configuration_file"`
	PluginLogLevel          string `yaml:"log-level" mapstructure:"log_level"`
}

Configuration describes the options to customize the storage behavior

func (*Configuration) Build

func (c *Configuration) Build() (*PluginServices, error)

Build instantiates a PluginServices

type PluginBuilder

type PluginBuilder interface {
	Build() (*PluginServices, error)
}

PluginBuilder is used to create storage plugins

type PluginServices

type PluginServices struct {
	Store        shared.StoragePlugin
	ArchiveStore shared.ArchiveStoragePlugin
	Capabilities shared.PluginCapabilities
}

PluginServices defines services plugin can expose

Jump to

Keyboard shortcuts

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