Versions in this module Expand all Collapse all v1 v1.0.0 Feb 23, 2022 Changes in this version + func HelloHandler(ctx context.Context) http.HandlerFunc + type API struct + Router *mux.Router + func Setup(ctx context.Context, r *mux.Router) *API + type HelloResponse struct + Message string