package
0.0.0-20231027131641-93b1e7503408
Repository: https://github.com/lightstar/golib.git
Documentation: pkg.go.dev

# Variables

HTML encoder writes provided data into response as html text.
JSON encoder writes provided data into response as json payload.
Plain encoder writes provided data into response as plain text.

# Interfaces

Encoder interface that encodes arbitrary data and writes the result into http response.

# Type aliases

Func is the function that implements Encoder interface by calling itself on Encode method.