diagnostics

package
v0.11.0 Latest Latest
Warning

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

Go to latest
Published: Dec 9, 2020 License: MPL-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

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(sessCtx context.Context, logger *log.Logger) *Notifier

func (*Notifier) PublishHCLDiags

func (n *Notifier) PublishHCLDiags(ctx context.Context, dirPath string, diags map[string]hcl.Diagnostics, source string)

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. A source string is passed and set for each diagnostic, this is typically displayed in the client UI.

Jump to

Keyboard shortcuts

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