Documentation ¶ Index ¶ Variables func Dump[O any](ctx context.Context, w http.ResponseWriter, req *http.Request, output O, ...) func DumpError(w http.ResponseWriter, req *http.Request, err error, code int) func FillNil[O any](ctx context.Context, ob O) (output O) Constants ¶ This section is empty. Variables ¶ View Source var ( MAX_RECURSION int = 100 ) Functions ¶ func Dump ¶ func Dump[O any](ctx context.Context, w http.ResponseWriter, req *http.Request, output O, err error) func DumpError ¶ func DumpError(w http.ResponseWriter, req *http.Request, err error, code int) func FillNil ¶ func FillNil[O any](ctx context.Context, ob O) (output O) FillNil modifies the nil slice and maps it to an empty one, but this has side effects. Types ¶ This section is empty. Source Files ¶ View all Source files dump.gofill.go Click to show internal directories. Click to hide internal directories.