backend

package
v0.0.0-...-ffe5998 Latest Latest
Warning

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

Go to latest
Published: May 15, 2021 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Backend

type Backend interface {
	Load(ctx context.Context, cfg *Config) (map[string]interface{}, error)
}

type Config

type Config struct {
	Fields []*Field
}

type Field

type Field struct {
	Name string
}

type Splitter

type Splitter func(string) []string

func NewSplitter

func NewSplitter(sep string) Splitter

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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