meta

package
v2.0.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 4, 2024 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Version    = "1.0.0"
	LastCommit = "abcdefgh"
	Env        = "dev"
)

Functions

This section is empty.

Types

type Meta

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"`
}

func NewMeta

func NewMeta(namespace, app string) *Meta

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL