recorder

package
v0.0.0-...-3cd2f5a Latest Latest
Warning

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

Go to latest
Published: Sep 18, 2022 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FuncFileLineType

type FuncFileLineType struct {
	Func       string
	File       string
	LineNumber int
}

func FuncFileLine

func FuncFileLine(lvl uint) FuncFileLineType

FuncFileLine returns the func file and line number of the the number of callers above the caller of this function. Zero returns the immediate caller above the caller of the FuncFileLine func.

func (FuncFileLineType) String

func (ffl FuncFileLineType) String() string

type Interface

type Interface interface {
	Close() error
	Record(geom interface{}, FFL FuncFileLineType, Description TestDescription) error
}

type TestDescription

type TestDescription struct {
	Name        string
	Category    string
	Description string
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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