cliexec

package
v0.0.0-...-ac7317d Latest Latest
Warning

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

Go to latest
Published: Jun 11, 2023 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Controller

type Controller struct {
}

func (*Controller) ExecutePath

func (c *Controller) ExecutePath(path string, args []string) ([]byte, error)

func (*Controller) ExecutePathWithDuration

func (c *Controller) ExecutePathWithDuration(path string, args []string, maxDuration time.Duration) ([]byte, error)

type ControllerInterface

type ControllerInterface interface {
	ExecutePath(path string, args []string) ([]byte, error)
	ExecutePathWithDuration(path string, args []string, maxDuration time.Duration) ([]byte, error)
}

Jump to

Keyboard shortcuts

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