backend

package
v0.30.0 Latest Latest
Warning

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

Go to latest
Published: Aug 20, 2024 License: MPL-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const ConfigFeatureTypePassword = "password"
View Source
const ConfigFeatureTypeText = "text"

Variables

This section is empty.

Functions

func GetList

func GetList() []string

func HaveBackend

func HaveBackend(name string) bool

func Register

func Register(name string, b Backend)

Types

type Backend

type Backend interface {
	Metadata() interface{}
	CreateFeatureConfig() []ConfigFeature
	ValidateConfiguration(config types.Metadata) error
	ParseConfig(format string, config string) (types.Metadata, error)
	ConfigToFormat(format string, metadata types.Metadata) (string, error)
}

func GetBackend

func GetBackend(name string) Backend

type ConfigFeature

type ConfigFeature struct {
	Type     string `json:"type"`
	Input    string `json:"input"`
	Title    string `json:"title"`
	Name     string `json:"name"`
	Required bool   `json:"required"`
}

type SinkFeature added in v0.26.0

type SinkFeature struct {
	Backend     string          `json:"backend"`
	Description string          `json:"description"`
	Config      []ConfigFeature `json:"config"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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