Documentation
¶
Index ¶
- func SetBuildInfo(b *Build)
- type Build
- func (buildInfo *Build) GetBranch() string
- func (buildInfo *Build) GetBuildNumber() string
- func (buildInfo *Build) GetBuildTimestamp() string
- func (buildInfo *Build) GetCommitHash() string
- func (buildInfo *Build) GetRepoUrl() string
- func (buildInfo *Build) GetTag() string
- func (buildInfo *Build) Notice() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetBuildInfo ¶
func SetBuildInfo(b *Build)
Types ¶
type Build ¶
type Build struct { RepoUrl string Branch string Tag string Commit string Message string BuildLabel string Timestamp string Number string }
func (*Build) GetBuildNumber ¶
func (*Build) GetBuildTimestamp ¶
func (*Build) GetCommitHash ¶
func (*Build) GetRepoUrl ¶
Click to show internal directories.
Click to hide internal directories.