Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service interface { chi.Router Context() context.Context Log(...any) Logf(string, ...any) Decode(http.ResponseWriter, *http.Request, any) error Respond(http.ResponseWriter, *http.Request, any, int) RespondText(w http.ResponseWriter, r *http.Request, status int) Created(http.ResponseWriter, *http.Request, string) SetCookie(http.ResponseWriter, *http.Cookie) }
Click to show internal directories.
Click to hide internal directories.