Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ErrorHandler ¶
type ErrorHandler struct {
// contains filtered or unexported fields
}
ErrorHandler handles errors
func (ErrorHandler) HandleError ¶
func (eh ErrorHandler) HandleError(step string, err error)
HandleError handles the given error
func (ErrorHandler) PrintError ¶ added in v0.1.7
func (eh ErrorHandler) PrintError(step string, err error)
PrintError prints the error, no exit
type SemanticVersion ¶ added in v0.1.7
SemanticVersion is a struct for semantic version
func NewSemanticVersion ¶ added in v0.1.7
func NewSemanticVersion(version string) (SemanticVersion, error)
NewSemanticVersion creates a new instance of semantic version
func (SemanticVersion) String ¶ added in v0.1.7
func (sv SemanticVersion) String() string
Source Files
¶
Click to show internal directories.
Click to hide internal directories.