Versions in this module Expand all Collapse all v0 v0.3.0 Jan 18, 2023 v0.2.0 Jul 12, 2022 Changes in this version + func CacheModifier(cfg Config, parentModifier func(r *http.Response) error) func(*http.Response) error + func CreateOSMapsProxy(target *url.URL, cfg Config, responseModifier func(r *http.Response) error) *httputil.ReverseProxy + func StringReplaceResponseModifier(from, to string) func(*http.Response) error + type Config struct + CacheMaxAge time.Duration + MapsAPIURL string + OrdnanceSurveyAPIKey string + OrdnanceSurveyAPIURL *url.URL v0.1.0 Feb 21, 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