Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DatabaseResponse ¶
type DatabaseResponse = []string
type InfoResponse ¶
type InfoResponse struct {
Version utils2.VersionInfo `json:"version"`
PDEndPoint string `json:"pd_end_point"`
}
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func NewService ¶
func (*Service) Register ¶
func (s *Service) Register(r *gin.RouterGroup, auth *user.AuthService)
type WhoAmIResponse ¶
type WhoAmIResponse struct {
Username string `json:"username"`
}
Click to show internal directories.
Click to hide internal directories.