Discover Packages
github.com/aKardasz/sftpgo/v2
internal
version
package
Version:
v2.0.0-...-83f77b2
Opens a new window with list of versions in this module.
Published: Dec 3, 2022
License: AGPL-3.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Package version defines SFTPGo version details
func AddFeature(feature string )
AddFeature adds a feature description
GetAsString returns the string representation of the version
type Info struct {
Version string `json:"version"`
BuildDate string `json:"build_date"`
CommitHash string `json:"commit_hash"`
Features []string `json:"features"`
}
Info defines version details
Get returns the Info struct
Source Files
¶
Click to show internal directories.
Click to hide internal directories.