JSONGzipEncoding json and gzip
| 30 | |
| 31 | // JSONGzipEncoding json and gzip |
| 32 | type JSONGzipEncoding struct{} |
| 33 | |
| 34 | // Marshal json encode and gzip |
| 35 | func (jz JSONGzipEncoding) Marshal(v interface{}) ([]byte, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected