Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Version = "development" BootedAt time.Time = time.Now() )
View Source
var Type = DistributionTypeOSS
Functions ¶
func IsDevelopment ¶
func IsDevelopment() bool
Types ¶
type DistributionType ¶
type DistributionType uint
const ( DistributionTypeUndefined DistributionType = iota DistributionTypeOSS DistributionTypeEnterprise DistributionTypeCloud )
func (DistributionType) String ¶
func (t DistributionType) String() string
Click to show internal directories.
Click to hide internal directories.