testsuite

package
v0.0.0-...-81741d2 Latest Latest
Warning

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

Go to latest
Published: Sep 20, 2024 License: AGPL-3.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func TestOperations

func TestOperations(t *testing.T, opsFactory OperationsFactoryFunc)

Types

type Logger

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

func NewLogger

func NewLogger(t *testing.T) *Logger

func (*Logger) Debug

func (l *Logger) Debug(msg string, args ...any)

Debug implements logger.Logger.

func (*Logger) Error

func (l *Logger) Error(msg string, args ...any)

Error implements logger.Logger.

func (*Logger) Info

func (l *Logger) Info(msg string, args ...any)

Info implements logger.Logger.

func (*Logger) Warn

func (l *Logger) Warn(msg string, args ...any)

Warn implements logger.Logger.

type OperationsFactoryFunc

type OperationsFactoryFunc func(addr string) (protocol.Operations, error)

Jump to

Keyboard shortcuts

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