controller

package
v0.0.0-...-d736814 Latest Latest
Warning

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

Go to latest
Published: Sep 30, 2021 License: Apache-2.0 Imports: 3 Imported by: 0

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 (IssueController) Delete

func (IssueController) List

func (IssueController) Show

type ProjectController

type ProjectController struct {
	ProjectService domain.ProjectService
}

Controller for Project model

func (ProjectController) Create

func (ProjectController) Delete

func (ProjectController) List

func (ProjectController) Show

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 (UserController) Show

Jump to

Keyboard shortcuts

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