MCPcopy Index your code
hub / github.com/go-eagle/eagle / JSONGzipEncoding

Struct JSONGzipEncoding

pkg/encoding/json_encoding.go:32–32  ·  view source on GitHub ↗

JSONGzipEncoding json and gzip

Source from the content-addressed store, hash-verified

30
31// JSONGzipEncoding json and gzip
32type JSONGzipEncoding struct{}
33
34// Marshal json encode and gzip
35func (jz JSONGzipEncoding) Marshal(v interface{}) ([]byte, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected