Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrConfig = errors.New("Config")
)
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Debug bool
Interceptor []string
Preprocess []string
Diff string
WorkDir string
Shell string
CommonArgs []string
LeftArgs []string
RightArgs []string
Writer io.Writer `json:"-"`
TempDir string
}
func (Config) GetLeftArgs ¶
func (Config) GetRightArgs ¶
func (Config) SetupLogger ¶
Click to show internal directories.
Click to hide internal directories.