Documentation
¶
Index ¶
- type Server
- func (server *Server) CreateUser(ctx *gin.Context)
- func (server *Server) DeleteUser(ctx *gin.Context)
- func (server *Server) GetUserByEmail(ctx *gin.Context)
- func (server *Server) GetUserById(ctx *gin.Context)
- func (server *Server) ListUsers(ctx *gin.Context)
- func (server *Server) Start(address string) error
- func (server *Server) UpdateUser(ctx *gin.Context)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func (*Server) CreateUser ¶
func (*Server) DeleteUser ¶
func (*Server) GetUserByEmail ¶
func (*Server) GetUserById ¶
func (*Server) UpdateUser ¶
Click to show internal directories.
Click to hide internal directories.