Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreatePostHandler ¶
type CreatePostHandler struct {
// contains filtered or unexported fields
}
func NewCreatePostHandler ¶
func NewCreatePostHandler(repository *repository.PostRepository) *CreatePostHandler
func (*CreatePostHandler) Handle ¶
func (h *CreatePostHandler) Handle() echo.HandlerFunc
type DeletePostHandler ¶
type DeletePostHandler struct {
// contains filtered or unexported fields
}
func NewDeletePostHandler ¶
func NewDeletePostHandler(repository *repository.PostRepository) *DeletePostHandler
func (*DeletePostHandler) Handle ¶
func (h *DeletePostHandler) Handle() echo.HandlerFunc
type GetPostHandler ¶
type GetPostHandler struct {
// contains filtered or unexported fields
}
func NewGetPostHandler ¶
func NewGetPostHandler(repository *repository.PostRepository) *GetPostHandler
func (*GetPostHandler) Handle ¶
func (h *GetPostHandler) Handle() echo.HandlerFunc
type ListPostsHandler ¶
type ListPostsHandler struct {
// contains filtered or unexported fields
}
func NewListPostsHandler ¶
func NewListPostsHandler(repository *repository.PostRepository) *ListPostsHandler
func (*ListPostsHandler) Handle ¶
func (h *ListPostsHandler) Handle() echo.HandlerFunc
type UpdatePostHandler ¶
type UpdatePostHandler struct {
// contains filtered or unexported fields
}
func NewUpdatePostHandler ¶
func NewUpdatePostHandler(repository *repository.PostRepository) *UpdatePostHandler
func (*UpdatePostHandler) Handle ¶
func (h *UpdatePostHandler) Handle() echo.HandlerFunc
Click to show internal directories.
Click to hide internal directories.