plugin

package
v0.8.5 Latest Latest
Warning

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

Go to latest
Published: Jun 6, 2020 License: MPL-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var PluginRoot = "~/.tflint.d/plugins"

PluginRoot is the root directory of the plugins This variable is exposed for testing.

Functions

This section is empty.

Types

type Plugin

type Plugin struct {
	RuleSets []*tfplugin.Client
	// contains filtered or unexported fields
}

Plugin is an object handling plugins Basically, it is a wrapper for go-plugin and provides an API to handle them collectively.

func Discovery

func Discovery(config *tflint.Config) (*Plugin, error)

Discovery searches plugins according the passed configuration The search priority of plugins is as follows:

  1. Current directory (./.tflint.d/plugins)
  2. Home directory (~/.tflint.d/plugins)

Files under these directories that satisfy the "tflint-ruleset-*" naming rules enabled in the configuration are treated as plugins.

func (*Plugin) Clean

func (p *Plugin) Clean()

Clean is a helper for ending plugin processes

type Server

type Server struct {
	// contains filtered or unexported fields
}

Server is a RPC server for responding to requests from plugins

func NewServer

func NewServer(runner *tflint.Runner) *Server

NewServer initializes a RPC server for plugins

func (*Server) Attributes

Attributes returns corresponding hcl.Attributes

func (*Server) EmitIssue

func (s *Server) EmitIssue(req *tfplugin.EmitIssueRequest, resp *interface{}) error

EmitIssue reflects a issue to the Runner

func (*Server) EvalExpr

func (s *Server) EvalExpr(req *tfplugin.EvalExprRequest, resp *tfplugin.EvalExprResponse) error

EvalExpr returns a value of the evaluated expression

Jump to

Keyboard shortcuts

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