//
pkg.gl
Category
github.com/nextmv-io/sdk
run
decode
package
1.8.1
Repository:
https://github.com/nextmv-io/sdk.git
Documentation:
pkg.go.dev
Overview
Versions
2
Dependencies
4
Dependents
7
Files
39 SLOC
#
Functions
Gob
Gob returns a new binary value decoder.
JSON
JSON creates a JSON decoder.
XML
XML creates a JSON decoder.
#
Structs
GobDecoder
GobDecoder is a Decoder that decodes a gob into a struct.
JSONDecoder
JSONDecoder is a Decoder that decodes a json into a struct.
XMLDecoder
XMLDecoder is a Decoder that decodes a json into a struct.
#
Interfaces
Decoder
Decoder defines a decoder.