package internal
import "github.com/docker/compose-on-kubernetes/internal"
Index ¶
Variables ¶
var ( Version = "unknown-version" GitCommit = unknownGitCommit BuildTime = "unknown-buildtime" )
Default build-time variable. These values are overridden via ldflags
Functions ¶
func FullVersion ¶
func FullVersion() string
FullVersion returns the completion version informations of the project
func GroupErrors ¶
GroupErrors returns an aggregation of several errors applying simplifications: ignore nils, avoid groups of one, flatten subgroups of errors, etc.
Types ¶
type ErrorGroup ¶
type ErrorGroup struct {
// contains filtered or unexported fields
}
ErrorGroup is a type of error that aggregates several errors.
func (ErrorGroup) Error ¶
func (err ErrorGroup) Error() string
Source Files ¶
Directories ¶
- Version
- v0.5.0 (latest)
- Published
- Jan 28, 2022
- Platform
- linux/amd64
- Imports
- 4 packages
- Last checked
- 3 hours ago –
Tools for package owners.