Documentation
¶
Index ¶
- Constants
- Variables
- func FileList(args []string) ([]string, error)
- func Message(format string, a ...interface{})
- func MessageError(format string, a ...interface{})
- func MessageExit()
- func MessageTest(format string, a ...interface{})
- func PrinterWatch(msg <-chan MessageCh)
- func RunNew(options Options, scan Scan) error
- type Assert
- type CmdFunc
- type Condition
- type ConditionCmd
- type Element
- type MessageCh
- type Options
- type Scan
- type Suite
- type Test
- type Vars
Constants ¶
View Source
const ( MSG = iota ERR TST EXIT )
Variables ¶
View Source
var ( StdOut chan MessageCh LineLength = 70 )
View Source
var ( APIURL string Dump bool Headers map[string]string )
Functions ¶
func MessageError ¶
func MessageError(format string, a ...interface{})
func MessageExit ¶
func MessageExit()
func MessageTest ¶
func MessageTest(format string, a ...interface{})
func PrinterWatch ¶
func PrinterWatch(msg <-chan MessageCh)
Types ¶
type Condition ¶
type Condition map[int]*ConditionCmd
type ConditionCmd ¶
Source Files
¶
Click to show internal directories.
Click to hide internal directories.