debug

package
v0.0.0-...-1dbd504 Latest Latest
Warning

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

Go to latest
Published: Oct 22, 2020 License: MIT Imports: 1 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 {
	// contains filtered or unexported fields
}

Error is an error with debug information.

func NewError

func NewError(k, m string, i *Information) Error

NewError creates an error.

func (Error) DebugInformation

func (e Error) DebugInformation() *Information

DebugInformation returns debug information.

func (Error) Error

func (e Error) Error() string

type Information

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

Information is debug information.

func NewInformation

func NewInformation(f string, l, c int, s string) *Information

NewInformation creates debug information.

func (*Information) String

func (i *Information) String() string

Jump to

Keyboard shortcuts

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