//
pkg.gl
Category
github.com/nextmv-io/sdk
run
encode
package
0.32.3
Repository:
https://github.com/nextmv-io/sdk.git
Documentation:
pkg.go.dev
Overview
Versions
2
Dependencies
4
Dependents
8
Files
47 SLOC
#
Functions
Gob
Gob returns a new binary value encoder.
JSON
JSON returns a new encoder that writes JSON.
XML
XML returns a new binary value encoder.
#
Structs
GobEncoder
GobEncoder is a Encoder that encodes a struct into a gob.
JSONEncoder
JSONEncoder is a Encoder that encodes a struct into a json.
XMLEncoder
XMLEncoder is a Encoder that encodes a struct into a gob.
#
Interfaces
Encoder
Encoder defines an encoder.