Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GreetHandler ¶
type GreetHandler struct {
// contains filtered or unexported fields
}
func NewGreetHandler ¶
func NewGreetHandler(service *greet.Service) *GreetHandler
func (*GreetHandler) Handle ¶
func (h *GreetHandler) Handle() (echo.HandlerFunc, error)
Click to show internal directories.
Click to hide internal directories.