Documentation
¶
Index ¶
Constants ¶
View Source
const ApplicationName = "CaptainHook CLI"
ApplicationName is the name of the application
View Source
const FullVersion = VersionMajor + "." + VersionMinor + "." + VersionPatch
FullVersion contains the full version of this package in a printable string
View Source
const VersionMajor = "0"
VersionMajor 0 means in development, >1 ensures compatibility with each minor version, but breakes with new major version
View Source
const VersionMinor = "1"
VersionMinor introduces changes that require a new version number. If the major version is 0, they are likely to break compatibility
View Source
const VersionPatch = "0"
VersionPatch introduces changes that require a new version number. Follows semver specs.
Variables ¶
This section is empty.
Functions ¶
Types ¶
Source Files
¶
- clients.go
- hooks.go
- root.go
- version.go
Click to show internal directories.
Click to hide internal directories.