plugin

package
v1.1.5 Latest Latest
Warning

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

Go to latest
Published: Jul 30, 2019 License: MPL-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrMismatchType  = fmt.Errorf("mismatch on mounted backend and plugin backend type")
	ErrMismatchPaths = fmt.Errorf("mismatch on mounted backend and plugin backend special paths")
)

Functions

func Backend

func Backend(ctx context.Context, conf *logical.BackendConfig) (logical.Backend, error)

Backend returns an instance of the backend, either as a plugin if external or as a concrete implementation if builtin, casted as logical.Backend.

func Factory

func Factory(ctx context.Context, conf *logical.BackendConfig) (logical.Backend, error)

Factory returns a configured plugin logical.Backend.

Types

type PluginBackend added in v1.0.0

type PluginBackend struct {
	logical.Backend
	sync.RWMutex
	// contains filtered or unexported fields
}

PluginBackend is a thin wrapper around plugin.BackendPluginClient

func (*PluginBackend) HandleExistenceCheck added in v1.0.0

func (b *PluginBackend) HandleExistenceCheck(ctx context.Context, req *logical.Request) (bool, bool, error)

HandleExistenceCheck is a thin wrapper implementation of HandleRequest that includes automatic plugin reload.

func (*PluginBackend) HandleRequest added in v1.0.0

func (b *PluginBackend) HandleRequest(ctx context.Context, req *logical.Request) (*logical.Response, error)

HandleRequest is a thin wrapper implementation of HandleRequest that includes automatic plugin reload.

Jump to

Keyboard shortcuts

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