common

package
v1.30.0 Latest Latest
Warning

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

Go to latest
Published: Apr 17, 2024 License: Apache-2.0 Imports: 1 Imported by: 6

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Runner

type Runner interface {
	// NewOptions returns a new empty options structure to be populated
	// by from the JSON -options argument.
	NewOptions() interface{}
	// Run the client or server, taking in options. This execute the
	// test code.
	Run(logger *log.Logger, options interface{}) error
}

Runner is a client or server to run.

Jump to

Keyboard shortcuts

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