Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrRunInit = fmt.Errorf("run init error")
Functions ¶
Types ¶
type Command ¶
type Command struct {
Name string
Path string
Env []string
Filter func([]byte) bool
Command []string
AllowFailure bool
Order int
Depends []string
User string
// contains filtered or unexported fields
}
func (*Command) DependecyTrigger ¶
type OrderCommand ¶
type StoreReg ¶
type StoreReg struct {
// contains filtered or unexported fields
}
StoreReg hold commands.
var GlobalReg *StoreReg
GlobalReg using in server requests. Don't forget to run KillAll before exit the program.
func NewStoreReg ¶
func (*StoreReg) SetAsGlobal ¶
Click to show internal directories.
Click to hide internal directories.