The highest tagged major version is
v2.
package
Version:
v0.163.0
Opens a new window with list of versions in this module.
Published: Apr 21, 2021
License: MIT
Opens a new window with license information.
Imports: 15
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type MockCall struct {
Stdout string `json:"stdout,omitempty"`
Stderr string `json:"stderr,omitempty"`
ExpectedArgs []string `json:"args"`
ExpectedEnv []string `json:"env"`
ExitCode int `json:"exit_code"`
}
type MockData struct {
AnyOf []MockCall `json:"any_of,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.