Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface { RenderContentJSON(ctx context.Context, w http.ResponseWriter, body []byte) RenderCreated(ctx context.Context, w http.ResponseWriter, location string) RenderErrorOrStatus(ctx context.Context, w http.ResponseWriter, err error) RenderHealth(ctx context.Context, w http.ResponseWriter, serviceName string) RenderNoContent(ctx context.Context, w http.ResponseWriter) MiddlewareDefaults(r *chi.Mux, excludePathsForLogInfoRequests []string) }
Click to show internal directories.
Click to hide internal directories.