exec

package
v0.0.0-...-4eca9c6 Latest Latest
Warning

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

Go to latest
Published: Aug 9, 2023 License: GPL-3.0 Imports: 8 Imported by: 0

Documentation

Overview

Package exec runs solvers.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Execer

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

Execer represents the solvers to be run.

func New

func New(solvers []string, logger *log.Logger) *Execer

New creates a new Execer instance.

func (*Execer) Run

func (e *Execer) Run(args []string) <-chan *Result

Run runs the registered solvers.

type Result

type Result struct {
	Response []byte
	Err      error
}

Result represents a solver result.

Jump to

Keyboard shortcuts

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