Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Version is the version of the server Version = "dev" // BuildTime is the time when the server was built BuildTime = "unknown" // CommitID is the git commit ID of the server CommitID = "unknown" )
Functions ¶
This section is empty.
Types ¶
type MiscService ¶
type MiscService struct{}
MiscService handles miscellaneous operations
func (*MiscService) GetVersion ¶
func (s *MiscService) GetVersion() *model.VersionInfo
GetVersion returns server version information
Click to show internal directories.
Click to hide internal directories.