Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cmd ¶
type Cmd struct {
RunCall struct {
CallCount int
Receives []RunCallReceive
Returns []RunCallReturn
OnCall []RunCallOnCall
}
}
type Config ¶
type Config struct {
WriteCall struct {
CallCount int
Receives []WriteCallReceive
Returns []WriteCallReturn
}
}
type Logger ¶
type Logger struct {
PrintlnCall struct {
CallCount int
Receives []PrintlnCallReceive
}
}
type PrintlnCallReceive ¶
type PrintlnCallReceive struct {
Args []interface{}
}
type RunCallOnCall ¶
type RunCallReceive ¶
type RunCallReturn ¶
type WriteCallReceive ¶
type WriteCallReturn ¶
type WriteCallReturn struct {
Error error
}
Click to show internal directories.
Click to hide internal directories.