Initial commit

This commit is contained in:
Donny
2019-04-22 20:46:32 +08:00
commit 49ab8aadd1
25441 changed files with 4055000 additions and 0 deletions

11
vendor/github.com/tsuna/gohbase/pb/README.txt generated vendored Normal file
View File

@@ -0,0 +1,11 @@
These are the protobuf definition files used by GoHBase.
They were copied from HBase (see under hbase-protocol/src/main/protobuf).
Currently using .proto files from HBase branch-1.3, with unnecessary .proto
files removed.
The following changes were made to those files:
- the package name was changed to "pb". (`sed -i 's/hbase.pb/pb/g' ./*`)
The files in this directory are also subject to the Apache License 2.0 and
are copyright of the Apache Software Foundation.