Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IssueController ¶
type IssueController struct {
IssueService domain.IssueService
}
Controller for Issue model
func (IssueController) Create ¶
func (c IssueController) Create(w http.ResponseWriter, r *http.Request)
func (IssueController) Delete ¶
func (c IssueController) Delete(w http.ResponseWriter, r *http.Request)
func (IssueController) List ¶
func (c IssueController) List(w http.ResponseWriter, r *http.Request)
func (IssueController) Show ¶
func (c IssueController) Show(w http.ResponseWriter, r *http.Request)
type ProjectController ¶
type ProjectController struct {
ProjectService domain.ProjectService
}
Controller for Project model
func (ProjectController) Create ¶
func (c ProjectController) Create(w http.ResponseWriter, r *http.Request)
func (ProjectController) Delete ¶
func (c ProjectController) Delete(w http.ResponseWriter, r *http.Request)
func (ProjectController) List ¶
func (c ProjectController) List(w http.ResponseWriter, r *http.Request)
func (ProjectController) Show ¶
func (c ProjectController) Show(w http.ResponseWriter, r *http.Request)
type UserController ¶
type UserController struct {
UserService domain.UserService
}
Controller for User model
func (UserController) Create ¶
func (c UserController) Create(w http.ResponseWriter, r *http.Request)
func (UserController) Delete ¶
func (c UserController) Delete(w http.ResponseWriter, r *http.Request)
func (UserController) List ¶
func (c UserController) List(w http.ResponseWriter, r *http.Request)
func (UserController) Show ¶
func (c UserController) Show(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.