Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockedRenderService ¶
type MockedRenderService struct{}
func (MockedRenderService) Render ¶
func (service MockedRenderService) Render(writer http.ResponseWriter, request *http.Request, data RenderInterface)
type RenderInterface ¶
type RenderInterface interface {
Render(writer http.ResponseWriter, request *http.Request) error
}
type RenderService ¶
type RenderService struct{}
func (RenderService) Render ¶
func (service RenderService) Render(writer http.ResponseWriter, request *http.Request, data RenderInterface)
type RenderServiceInterface ¶
type RenderServiceInterface interface {
Render(writer http.ResponseWriter, request *http.Request, data RenderInterface)
}
Click to show internal directories.
Click to hide internal directories.