os

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Jan 3, 2020 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CmdExec

type CmdExec struct {
	Name string   `json:"name" validate:"required"`
	Args []string `json:"args" validate:"-"`
	// contains filtered or unexported fields
}

func (CmdExec) Build

func (e CmdExec) Build() (pipeline.Handler, error)

func (*CmdExec) Handle

func (e *CmdExec) Handle(ctx context.Context, reqRes *pipeline.HandleRes) (respRes *pipeline.HandleRes, err error)

Jump to

Keyboard shortcuts

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