unstructured

package
v1.27.0 Latest Latest
Warning

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

Go to latest
Published: Jun 16, 2018 License: BSD-2-Clause Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ErrorValueStringAsKeyNotValid

func ErrorValueStringAsKeyNotValid(value string) error

func IsValidKey

func IsValidKey(value string) bool

func KeyValidator

func KeyValidator(value string, errorReporter structure.ErrorReporter)

func ValidateKey

func ValidateKey(value string) error

Types

type Store

type Store interface {
	Exists(ctx context.Context, key string) (bool, error)
	Put(ctx context.Context, key string, reader io.Reader) error
	Get(ctx context.Context, key string) (io.ReadCloser, error)
	Delete(ctx context.Context, key string) (bool, error)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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