Versions in this module Expand all Collapse all v0 v0.1.0 Feb 22, 2024 Changes in this version + func HelloHandler(ctx context.Context) http.HandlerFunc + type API struct + Mux *http.ServeMux + func Setup(ctx context.Context, m *http.ServeMux) *API + type HelloResponse struct + Message string