Versions in this module Expand all Collapse all v0 v0.1.1 Sep 27, 2024 Changes in this version + type Handler struct + func NewHandler(svc service.Service) *Handler + func (r *Handler) SayHello(ctx web.Ctx) v0.1.0 Aug 21, 2024 Changes in this version + type GreeterRestfulHandler struct + func NewGreeterRestfulHandler(greeterSvc service.GreeterService) *GreeterRestfulHandler + func (r *GreeterRestfulHandler) SayHello(ctx web.Ctx)