diagnostics

package
v1.13.0 Latest Latest
Warning

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

Go to latest
Published: Mar 1, 2024 License: MPL-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ClientNotifier

type ClientNotifier interface {
	Notify(ctx context.Context, method string, params interface{}) error
}

type DiagnosticSource

type DiagnosticSource string

type Diagnostics

type Diagnostics map[string]map[DiagnosticSource]hcl.Diagnostics

func NewDiagnostics

func NewDiagnostics() Diagnostics

func (Diagnostics) Append

func (d Diagnostics) Append(src string, diagsMap map[string]hcl.Diagnostics) Diagnostics

func (Diagnostics) EmptyRootDiagnostic

func (d Diagnostics) EmptyRootDiagnostic() Diagnostics

EmptyRootDiagnostic allows emptying any diagnostics for the whole directory which were published previously.

type Notifier

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

Notifier is a type responsible for queueing HCL diagnostics to be converted and sent to the client

func NewNotifier

func NewNotifier(clientNotifier ClientNotifier, logger *log.Logger) *Notifier

func (*Notifier) PublishHCLDiags

func (n *Notifier) PublishHCLDiags(ctx context.Context, dirPath string, diags Diagnostics)

PublishHCLDiags accepts a map of HCL diagnostics per file and queues them for publishing. A dir path is passed which is joined with the filename keys of the map, to form a file URI.

Jump to

Keyboard shortcuts

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