Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PostController ¶
type PostController interface {
GetPost(resp http.ResponseWriter, req *http.Request)
AddPost(resp http.ResponseWriter, req *http.Request)
}
PostController Blueprint for PostController
func NewPostController ¶
func NewPostController(service service.PostService) PostController
NewPostController creates a PostController Object
Click to show internal directories.
Click to hide internal directories.