Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HelloWebHandler ¶
type HelloWebHandler struct {
ResponseHandler responsehandler.WebResponseHandlerInterface
}
func NewHelloWebHandler ¶
func NewHelloWebHandler(rh responsehandler.WebResponseHandlerInterface) *HelloWebHandler
func (*HelloWebHandler) SayHello ¶
func (h *HelloWebHandler) SayHello(w http.ResponseWriter, r *http.Request)
type HelloWebHandlerInterface ¶
type HelloWebHandlerInterface interface {
SayHello(w http.ResponseWriter, r *http.Request)
}
Click to show internal directories.
Click to hide internal directories.