pluginargs

package
v0.0.0-...-7ae29b8 Latest Latest
Warning

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

Go to latest
Published: Sep 18, 2023 License: MPL-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package pluginargs

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Internal

type Internal interface {
	Broker() *plugin.GRPCBroker
	Cache() cacher.Cache
	Cleanup() cleanup.Cleanup
	Logger() hclog.Logger
	Mappers() []*argmapper.Func
}

Internal is an interface that is available to mappers.

func New

func New(
	broker *plugin.GRPCBroker,
	cache cacher.Cache,
	cleanup cleanup.Cleanup,
	logger hclog.Logger,
	mappers []*argmapper.Func,
) Internal

Create a new internal instance

Jump to

Keyboard shortcuts

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