Documentation ¶
Index ¶
- Variables
- func CloseFile(j job.IJob, fileWriter writer.IFileWriter, file *os.File)
- func MakePathFromManifestFile(siblingFile string, fileName string) string
- type PMJobError
- func (e PMJobError) Command() string
- func (e PMJobError) Documentation() string
- func (e PMJobError) Error() string
- func (e PMJobError) IsCritical() bool
- func (e *PMJobError) SetCommand(cmd string)
- func (e *PMJobError) SetDocumentation(doc string)
- func (e *PMJobError) SetIsCritical(isCritical bool)
- func (e *PMJobError) SetStatus(status string)
- func (e PMJobError) Status() string
Constants ¶
This section is empty.
Variables ¶
View Source
var InstallPrivateDependencyMessage = "" /* 149-byte string literal not displayed */
View Source
var UnknownError = "" /* 183-byte string literal not displayed */
Functions ¶
Types ¶
type PMJobError ¶ added in v1.7.0
type PMJobError struct {
// contains filtered or unexported fields
}
func NewPMJobError ¶ added in v1.7.0
func NewPMJobError(err string) *PMJobError
func (PMJobError) Command ¶ added in v1.7.0
func (e PMJobError) Command() string
func (PMJobError) Documentation ¶ added in v1.7.0
func (e PMJobError) Documentation() string
func (PMJobError) Error ¶ added in v1.7.0
func (e PMJobError) Error() string
func (PMJobError) IsCritical ¶ added in v1.7.0
func (e PMJobError) IsCritical() bool
func (*PMJobError) SetCommand ¶ added in v1.7.0
func (e *PMJobError) SetCommand(cmd string)
func (*PMJobError) SetDocumentation ¶ added in v1.7.0
func (e *PMJobError) SetDocumentation(doc string)
func (*PMJobError) SetIsCritical ¶ added in v1.7.0
func (e *PMJobError) SetIsCritical(isCritical bool)
func (*PMJobError) SetStatus ¶ added in v1.7.0
func (e *PMJobError) SetStatus(status string)
func (PMJobError) Status ¶ added in v1.7.0
func (e PMJobError) Status() string
Click to show internal directories.
Click to hide internal directories.