version

package
v0.0.0-...-4dd6cf4 Latest Latest
Warning

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

Go to latest
Published: Jun 14, 2021 License: MIT Imports: 0 Imported by: 0

Documentation

Overview

Package version has the version information about the application

Index

Constants

View Source
const (
	//AppName is the name of the application
	AppName = "octopus-service"
)

Variables

View Source
var (
	//Default stores the current version of the application
	Default = V1
)
View Source
var (
	//V1 is the version 1 of the application
	V1 = Version{Code: "v1.0.0", API: "v1"}
)

Functions

This section is empty.

Types

type Version

type Version struct {
	//Code is semivar code of the version
	Code string
	//API is the api version of the application
	API string
}

Version is the version of application

Jump to

Keyboard shortcuts

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