Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NewServerOptions ¶
type NewServerOptions struct { Repository repository.RepositoryInterface JwtService middleware.IJwtService }
type Server ¶
type Server struct { Repository repository.RepositoryInterface JwtService middleware.IJwtService }
func NewServer ¶
func NewServer(opts NewServerOptions) *Server
func (*Server) UpdateUser ¶
(PATCH /v1/users/me)
func (*Server) UserRegister ¶
(POST /v1/users)
Directories ¶
Path | Synopsis |
---|---|
Package middleware is a generated GoMock package.
|
Package middleware is a generated GoMock package. |
Click to show internal directories.
Click to hide internal directories.