shared

package
v0.0.0-...-ac99608 Latest Latest
Warning

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

Go to latest
Published: Mar 27, 2023 License: MIT Imports: 1 Imported by: 0

Documentation

Overview

Code generated by protoc-gen-hcplugin. DO NOT EDIT.

Index

Constants

This section is empty.

Variables

View Source
var HandshakeConfig = plugin.HandshakeConfig{
	ProtocolVersion:  2,
	MagicCookieKey:   "BASIC_PLUGIN",
	MagicCookieValue: "hello",
}

HandshakeConfig - engine-interface handshake configuration

Functions

This section is empty.

Types

type KVInterface

type KVInterface interface {
	Get(key string) ([]byte, error)

	Put(key string, value []byte) error
}

KVInterface - this is the interface that we're exposing as a plugin.

Jump to

Keyboard shortcuts

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