Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UserServer ¶
type UserServer struct {
// contains filtered or unexported fields
}
func NewUserServer ¶
func NewUserServer(svc *service.UserService) *UserServer
func (*UserServer) Add ¶
func (h *UserServer) Add(ctx *gin.Context)
func (*UserServer) Delete ¶
func (h *UserServer) Delete(ctx *gin.Context)
func (*UserServer) Details ¶
func (h *UserServer) Details(ctx *gin.Context)
func (*UserServer) List ¶
func (h *UserServer) List(ctx *gin.Context)
func (*UserServer) Update ¶
func (h *UserServer) Update(ctx *gin.Context)
Click to show internal directories.
Click to hide internal directories.