Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Create ¶
type Create struct {
Writer http.ResponseWriter
json.ErrorPresenter
}
func NewCreatePresenter ¶
func NewCreatePresenter(w http.ResponseWriter) Create
type Delete ¶
type Delete struct {
Writer http.ResponseWriter
json.ErrorPresenter
}
func NewDeletePresenter ¶
func NewDeletePresenter(w http.ResponseWriter) Delete
type Find ¶
type Find struct {
Writer http.ResponseWriter
json.ErrorPresenter
}
func NewFindPresenter ¶
func NewFindPresenter(w http.ResponseWriter) Find
type List ¶
type List struct {
Writer http.ResponseWriter
json.ErrorPresenter
}
func NewListPresenter ¶
func NewListPresenter(w http.ResponseWriter) List
Click to show internal directories.
Click to hide internal directories.