Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ResponseGenerator ¶
type ResponseGenerator interface {
GenerateResponse(request *http.Request, route *routers.Route) (*Response, error)
}
func New ¶
func New(dataGenerator data.MediaGenerator) ResponseGenerator
Click to show internal directories.
Click to hide internal directories.