Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DeniedConfig = func() deniedConfig { var cfg deniedConfig if err := json.Unmarshal(configs.DeniedMap, &cfg); err != nil { slog.Warn("json.Unmarshal", slog.String("error", err.Error())) } return cfg }()
View Source
var WorkDirChangeHook func(path string)
Functions ¶
func NewExecutor ¶
Types ¶
This section is empty.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.