package
Version:
v2.0.3
Opens a new window with list of versions in this module.
Published: Nov 4, 2024
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
var (
Version = "1.0.0"
LastCommit = "abcdefgh"
Env = "dev"
)
type Meta struct {
Namespace string `json:"namespace" yaml:"namespace"`
App string `json:"app" yaml:"app"`
Version string `json:"version" yaml:"version"`
LastCommit string `json:"last_commit" yaml:"last_commit"`
Env string `json:"env" yaml:"env"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.