Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{
Use: "ndov-receiver",
Short: "Receive NDOV messages",
Long: "Receive NDOV messages and queue them",
}
RootCmd represents the base command when called without any subcommands
Functions ¶
Types ¶
type VersionInformation ¶
VersionInformation is a simple struct containing the version information
var Version VersionInformation
Version contains the version information
func (VersionInformation) VersionStringLong ¶
func (v VersionInformation) VersionStringLong() string
VersionStringLong returns a version string
func (VersionInformation) VersionStringShort ¶
func (v VersionInformation) VersionStringShort() string
VersionStringShort returns a shortened version string
Click to show internal directories.
Click to hide internal directories.