vim/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/archive/zip.json

1 line
1.3 KiB
JSON

[0, [{"class": "const", "name": "Deflate", "type": ""}, {"class": "const", "name": "Store", "type": ""}, {"class": "func", "name": "FileInfoHeader", "type": "func(fi os.FileInfo) (*zip.FileHeader, error)"}, {"class": "func", "name": "NewReader", "type": "func(r io.ReaderAt, size int64) (*zip.Reader, error)"}, {"class": "func", "name": "NewWriter", "type": "func(w io.Writer) *zip.Writer"}, {"class": "func", "name": "OpenReader", "type": "func(name string) (*zip.ReadCloser, error)"}, {"class": "func", "name": "RegisterCompressor", "type": "func(method uint16, comp zip.Compressor)"}, {"class": "func", "name": "RegisterDecompressor", "type": "func(method uint16, dcomp zip.Decompressor)"}, {"class": "type", "name": "Compressor", "type": "func(w io.Writer) (io.WriteCloser, error)"}, {"class": "type", "name": "Decompressor", "type": "func(r io.Reader) io.ReadCloser"}, {"class": "type", "name": "File", "type": "struct"}, {"class": "type", "name": "FileHeader", "type": "struct"}, {"class": "type", "name": "ReadCloser", "type": "struct"}, {"class": "type", "name": "Reader", "type": "struct"}, {"class": "type", "name": "Writer", "type": "struct"}, {"class": "var", "name": "ErrAlgorithm", "type": "error"}, {"class": "var", "name": "ErrChecksum", "type": "error"}, {"class": "var", "name": "ErrFormat", "type": "error"}]]