Documentation ¶ Index ¶ func Execute() type EnumValue func (e *EnumValue) Set(val string) error func (e *EnumValue) String() string func (e *EnumValue) Type() string type ErrorCode func NewErrorCode(code int, err error) *ErrorCode func (e *ErrorCode) Error() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Execute ¶ func Execute() Types ¶ type EnumValue ¶ added in v0.3.0 type EnumValue struct { Value string Allowed []string } func (*EnumValue) Set ¶ added in v0.3.0 func (e *EnumValue) Set(val string) error func (*EnumValue) String ¶ added in v0.3.0 func (e *EnumValue) String() string func (*EnumValue) Type ¶ added in v0.3.0 func (e *EnumValue) Type() string type ErrorCode ¶ type ErrorCode struct { Code int Err error } func NewErrorCode ¶ func NewErrorCode(code int, err error) *ErrorCode func (*ErrorCode) Error ¶ func (e *ErrorCode) Error() string Source Files ¶ View all Source files common.go detect.go exec.go execf.go root.go Click to show internal directories. Click to hide internal directories.