posts

package
v0.0.0-...-4ef61cc Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 22, 2023 License: MIT Imports: 8 Imported by: 0

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL