Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExecutionSettings ¶
type ExecutionSettings struct {
DotSize uint `json:"dot_size"`
InputPath string `json:"input_path"`
OutPath string `json:"out_path"`
Recursive bool `json:"recursive"`
Black uint `json:"black"`
White uint `json:"white"`
Threads uint `json:"threads"`
}
func (ExecutionSettings) Validate ¶
func (s ExecutionSettings) Validate() error
func (ExecutionSettings) ValidatePipe ¶
func (s ExecutionSettings) ValidatePipe() error
type Executor ¶
type Executor struct {
// contains filtered or unexported fields
}
func NewExecutor ¶
func NewExecutor(settings ExecutionSettings) *Executor
func (*Executor) ExecuteFile ¶
Click to show internal directories.
Click to hide internal directories.