Versions in this module Expand all Collapse all v0 v0.2.0 Oct 28, 2024 Changes in this version + type Path struct + Body []byte + Methods []string + StatusCode int + type TestServer struct + Paths map[string]Path + func (t *TestServer) Calls() map[string]int + func (t *TestServer) ServeHTTP(w http.ResponseWriter, r *http.Request) + func (t *TestServer) TotalCalls() int v0.1.0 Mar 28, 2024 Changes in this version + func NewJSONLogger(output io.Writer, level slog.Level) *slog.Logger + func NewTextLogger(output io.Writer, level slog.Level) *slog.Logger