Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewMovieHandler ¶
func NewMovieHandler(r *gin.RouterGroup, m *MovieService, cfg *config.Config)
func NewUserHandler ¶
func NewUserHandler(r *gin.RouterGroup, u *UserService, cfg *config.Config)
Types ¶
type MovieHandler ¶
type MovieHandler struct {
// contains filtered or unexported fields
}
func (*MovieHandler) Migrate ¶
func (m *MovieHandler) Migrate()
type UserHandler ¶
type UserHandler struct {
// contains filtered or unexported fields
}
func (*UserHandler) Migrate ¶
func (u *UserHandler) Migrate()
Click to show internal directories.
Click to hide internal directories.