bind

package
v0.0.25 Latest Latest
Warning

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

Go to latest
Published: Feb 13, 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{})

func (*LogBind) Error

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

func (*LogBind) Info

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

func (*LogBind) Warn

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

type Response

type Response struct {
	Out string
	Err string
}

func ExecuteAsync

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

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