Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MovieService ¶
type MovieService struct {
Validator *validator.Validate
}
func (*MovieService) DeleteMovie ¶
func (s *MovieService) DeleteMovie(c *gin.Context)
Delete / Delete
func (*MovieService) GetMovie ¶
func (s *MovieService) GetMovie(c *gin.Context)
Read / Get an individual movie
func (*MovieService) GetMovies ¶
func (s *MovieService) GetMovies(c *gin.Context)
Read / Get all movies
Click to show internal directories.
Click to hide internal directories.