Documentation ¶
Index ¶
- Variables
- func Parse(req *http.Request, obj any) error
- func RawWrite(w io.Writer, obj any) error
- func Read(resp *http.Response, obj any) error
- func Stream[T any](stream io.Reader, output chan<- T, key string, closeChan bool) error
- func Write(w http.ResponseWriter, status int, obj any)
- func WriteArray(w http.ResponseWriter, status int, array any)
- func WritePagination(w http.ResponseWriter, status int, pageSize, total uint, last string, ...)
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrCannotMarshal = errors.New("cannot marshal json")
)
Functions ¶
func WriteArray ¶ added in v4.5.0
func WriteArray(w http.ResponseWriter, status int, array any)
func WritePagination ¶ added in v4.5.0
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.