testcmp

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Aug 4, 2021 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FmtLog

type FmtLog struct {
	PrintLogs []string
	FatalLogs []string
}

func (*FmtLog) Fatal

func (l *FmtLog) Fatal(err error)

func (*FmtLog) Printf

func (l *FmtLog) Printf(bundle string, format string, values ...interface{})

type FuncDispatcher

type FuncDispatcher struct {
	RunFunc func(ctx context.Context) error
}

func (FuncDispatcher) Run

func (d FuncDispatcher) Run(ctx context.Context) (err error)

type Log

type Log struct {
	PrintLogs []string
	FatalLogs []string
}

func (*Log) Fatal

func (l *Log) Fatal(err error)

func (*Log) Printf

func (l *Log) Printf(bundle string, format string, values ...interface{})

Jump to

Keyboard shortcuts

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