Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Response ¶
Response ...
func ExecuteSync ¶
IC.Execute "sh", "-c", "echo stdout; echo 1>&2 stderr"
type StorageBind ¶ added in v0.4.0
type StorageBind struct {
// contains filtered or unexported fields
}
Javascript Binding
Storage
.Search(name) .Push(name, value) .GetByName(name) .Pop(name)
func NewStorageBind ¶ added in v0.4.0
func NewStorageBind( storage *storage.Storage) *StorageBind
NewStorageBind ...
func (*StorageBind) GetByName ¶ added in v0.4.0
func (s *StorageBind) GetByName(name string) string
GetByName ...
Click to show internal directories.
Click to hide internal directories.