//
pkg.gl
Category
github.com/golibs-starter/golib
web
render
package
1.0.1
Repository:
https://github.com/golibs-starter/golib.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
5
Dependents
1
Files
53 SLOC
#
Functions
Render
Render writes data with custom http status code.
WriteJSON
WriteJSON marshals the given interface object and writes it with custom ContentType.
#
Structs
JSON
JSON contains the given interface object.
#
Interfaces
Renderer
Renderer interface is to be implemented by JSON, XML, HTML, YAML and so on.