Documentation
¶
Overview ¶
Code generated by define_gene; DO NOT EDIT.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( //go:embed os_exec.d.ts OsExecDefine []byte OsExecDeclared = map[string]any{ "commandContext": exec.CommandContext, "ErrDot": exec.ErrDot, "ErrNotFound": exec.ErrNotFound, "ErrWaitDelay": exec.ErrWaitDelay, "lookPath": exec.LookPath, "command": exec.Command, "emptyCmd": engine.Empty[exec.Cmd], "emptyRefCmd": engine.EmptyRefer[exec.Cmd], "refOfCmd": engine.ReferOf[exec.Cmd], "unRefCmd": engine.UnRefer[exec.Cmd]} )
Functions ¶
This section is empty.
Types ¶
type OsExecModule ¶
type OsExecModule struct{}
func (OsExecModule) Exports ¶
func (S OsExecModule) Exports() map[string]any
func (OsExecModule) Identity ¶
func (S OsExecModule) Identity() string
func (OsExecModule) TypeDefine ¶
func (S OsExecModule) TypeDefine() []byte
Click to show internal directories.
Click to hide internal directories.