Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // DummyImageRef holds information about companion dummy image. DummyImageRef = "" //nolint:gochecknoglobals // SampleImageRef holds information about companion sample image. SampleImageRef = "" //nolint:gochecknoglobals // ImageBasename holds a basename of a image, so the development reference // could be built from it. ImageBasename = "" //nolint:gochecknoglobals // ImageBasenameSeparator holds a separator between image basename and name. ImageBasenameSeparator = "/" //nolint:gochecknoglobals )
View Source
var Version = "0.0.0"
Version holds application version information.
Functions ¶
func ImageBasenamePath ¶ added in v0.5.1
func ImageBasenamePath() string
ImageBasenamePath return a path to the image basename variable.
func ImageBasenameSeparatorPath ¶ added in v0.7.0
func ImageBasenameSeparatorPath() string
ImageBasenameSeparatorPath return a path to the image basename separator variable.
func ResolveImage ¶ added in v0.5.1
ResolveImage will try to resolve the image reference from set values. If DummyImageRef is given it will be used, otherwise the ImageBasename and Version will be used.
Types ¶
Click to show internal directories.
Click to hide internal directories.