Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Module = fx.Options( fx.Provide(NewBoardHandler), fx.Invoke(RegisterRoutes), )
Functions ¶
func RegisterRoutes ¶
func RegisterRoutes(engine *gin.Engine, handler *Handler, manager *jwtAuth.JWTManager)
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func NewBoardHandler ¶
func (Handler) CreateBoard ¶
func (h Handler) CreateBoard(context *gin.Context, requestDTO dto.CreateBoardRequest)
func (Handler) DeleteBoard ¶
func (Handler) GetUserBoards ¶
Click to show internal directories.
Click to hide internal directories.