Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreatorsController ¶
type CreatorsController struct {
// contains filtered or unexported fields
}
func NewCreatorsController ¶
func NewCreatorsController(service *services.CreatorService) *CreatorsController
func (*CreatorsController) GetByEmail ¶
func (c *CreatorsController) GetByEmail(w http.ResponseWriter, r *http.Request)
func (*CreatorsController) GetById ¶
func (c *CreatorsController) GetById(w http.ResponseWriter, r *http.Request)
func (*CreatorsController) NewCreator ¶
func (c *CreatorsController) NewCreator(w http.ResponseWriter, r *http.Request)
type TaskController ¶
type TaskController struct {
// contains filtered or unexported fields
}
func NewTaskController ¶
func NewTaskController(service *services.TasksService) *TaskController
func (*TaskController) GetById ¶
func (c *TaskController) GetById(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.