message

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Jan 28, 2024 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FatalError

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

func NewFatalError

func NewFatalError(err error) FatalError

func (FatalError) Error

func (msg FatalError) Error() error

type ParsedFile

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

func NewParsedFile

func NewParsedFile(data interface{}) ParsedFile

func (ParsedFile) Data

func (msg ParsedFile) Data() interface{}

type QueryResult

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

func NewQueryError

func NewQueryError(err error) QueryResult

func NewQueryResult

func NewQueryResult(results []string) QueryResult

func (QueryResult) Error

func (msg QueryResult) Error() error

func (QueryResult) Failed

func (msg QueryResult) Failed() bool

func (QueryResult) Results

func (msg QueryResult) Results() []string

Jump to

Keyboard shortcuts

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