stderr

package
v0.0.0-...-fd4b141 Latest Latest
Warning

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

Go to latest
Published: May 31, 2022 License: AGPL-3.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Error

type Error struct {
	Location   string
	Name       string
	Problem    string
	RequiredBy string
	Text       string
	Version    string
}

type Json

type Json map[string]interface{}

type Line

type Line struct {
	Text string
}

type Output

type Output struct {
	Errors               []Error
	Json                 Json
	Lines                []Line
	Warnings             []Warning
	AuditLockfileMissing bool
}

func Strip

func Strip(input string) (string, Output, error)

type Warning

type Warning struct {
	Identifier string
	Text       string
}

Jump to

Keyboard shortcuts

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