Documentation
¶
Index ¶
Constants ¶
View Source
const (
MODULE = "version"
)
Variables ¶
This section is empty.
Functions ¶
func NewVersionHttpHandler ¶
func NewVersionHttpHandler(gateway cx.HttpHandler, svc version.Service) delivery.HttpHandler
Types ¶
type VersionHttpHandler ¶
type VersionHttpHandler struct {
// contains filtered or unexported fields
}
func (VersionHttpHandler) CheckVersion ¶
func (this VersionHttpHandler) CheckVersion(c *gin.Context) error
func (VersionHttpHandler) GetServerVersion ¶
func (this VersionHttpHandler) GetServerVersion(c *gin.Context) error
Click to show internal directories.
Click to hide internal directories.