package
Version:
v2.3.0+incompatible
Opens a new window with list of versions in this module.
Published: Aug 2, 2016
License: Apache-2.0
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 10
Opens a new window with list of known importers.
Documentation
¶
View Source
var Admin = User{
Username: "admin",
Password: "admin",
Email: "admintest@deis.com",
IsSuperuser: false,
}
type CmdResult struct {
Out []byte
Err []byte
ExitCode int
}
CmdResult represents a generic command result, with expected Out, Err and
ExitCode
Satisfies returns whether or not the original CmdResult, ocd, meets all of
the expectations contained in the expeced CmdResult, ecd
String returns the CmdResult in printable form
Source Files
¶
Click to show internal directories.
Click to hide internal directories.