runner

package
v0.0.0-...-5a8621a Latest Latest
Warning

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

Go to latest
Published: Oct 2, 2025 License: MIT Imports: 26 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrAlreadyStopped = errors.New("already stopped")

Functions

This section is empty.

Types

type Service

type Service interface {
	Run(ctx context.Context) error
}

func NewService

func NewService(version string, cfg config.Config, log log.Logger) Service

type TestRunMetadata

type TestRunMetadata struct {
	TestName string  `json:"test_name"`
	Success  bool    `json:"success"`
	Error    *string `json:"error,omitempty"`
}

Directories

Path Synopsis
proofprogram/fakel1
Package ethapi implements the general Ethereum API functions.
Package ethapi implements the general Ethereum API functions.
simulator/cmd command

Jump to

Keyboard shortcuts

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