biz

package
v1.6.0 Latest Latest
Warning

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

Go to latest
Published: Sep 1, 2021 License: MIT Imports: 33 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrProcessNotFound = errors.New("process not found")
)

Functions

This section is empty.

Types

type IOReader

type IOReader interface {
	Recv() (interface{}, error)
	Close() error
}

type IOStream

type IOStream interface {
	Recv() (interface{}, error)
	Send(msg interface{}) error
	Close() error
}

type IOWriter

type IOWriter interface {
	Send(interface{}) error
	Close() error
}

type Process

type Process struct {
	*gpmv1.Service
	// contains filtered or unexported fields
}

func NewProcess

func NewProcess(in *gpmv1.Service) *Process

func (*Process) Kill

func (p *Process) Kill() error

func (*Process) Start

func (p *Process) Start() (int32, error)

func (*Process) Stop

func (p *Process) Stop() error

Jump to

Keyboard shortcuts

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