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

Struct SonicSnappyEncoding

pkg/encoding/sonic_encoding.go:25–25  ·  view source on GitHub ↗

SonicSnappyEncoding Sonic json格式和snappy压缩

Source from the content-addressed store, hash-verified

23
24// SonicSnappyEncoding Sonic json格式和snappy压缩
25type SonicSnappyEncoding struct{}
26
27// Marshal 序列化
28func (s SonicSnappyEncoding) Marshal(v interface{}) (data []byte, err error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected