bind

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Apr 8, 2020 License: GPL-3.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LogBind

type LogBind struct{}

Javascript Binding

IC.Log

.Info()
.Warn()
.Error()
.Debug()

func (*LogBind) Debug

func (b *LogBind) Debug(v ...interface{})

Debug ...

func (*LogBind) Error

func (b *LogBind) Error(v ...interface{})

Error ...

func (*LogBind) Info

func (b *LogBind) Info(v ...interface{})

Info ...

func (*LogBind) Warn

func (b *LogBind) Warn(v ...interface{})

Warn ...

type Response

type Response struct {
	Out string
	Err string
}

Response ...

func ExecuteAsync

func ExecuteAsync(name string, arg ...string) (r *Response)

ExecuteAsync ...

func ExecuteSync

func ExecuteSync(name string, arg ...string) (r *Response)

IC.Execute "sh", "-c", "echo stdout; echo 1>&2 stderr"

Jump to

Keyboard shortcuts

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