Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Version is the happy version Version = "undefined" // GitSha is the gitsha used to build this version GitSha = "undefined" // Release is true if this is a release Release = "false" // Dirty if git is dirty Dirty = "true" )
Functions ¶
func GenerateTag ¶
func GenerateTag(config config.HappyConfigIface) (string, error)
func VersionCacheKey ¶
func VersionCacheKey() string
VersionCacheKey returns a key to version the cache
Types ¶
type LocalProcessor ¶
type LocalProcessor struct{}
func NewLocalProcessor ¶
func NewLocalProcessor() *LocalProcessor
type TablePrinter ¶
type TablePrinter struct {
// contains filtered or unexported fields
}
func NewTablePrinter ¶
func NewTablePrinter(headings []string) *TablePrinter
func (*TablePrinter) AddRow ¶
func (s *TablePrinter) AddRow(data []string)
func (*TablePrinter) BumpWidth ¶
func (s *TablePrinter) BumpWidth(data []string)
func (*TablePrinter) Print ¶
func (s *TablePrinter) Print()
Click to show internal directories.
Click to hide internal directories.