JSONGzipEncoding json and gzip
| 105 | |
| 106 | // JSONGzipEncoding json and gzip |
| 107 | type JSONGzipEncoding struct{} |
| 108 | |
| 109 | // Marshal json encode and gzip |
| 110 | func (jz JSONGzipEncoding) Marshal(v interface{}) ([]byte, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected