增加ip2region库管理

This commit is contained in:
刘祥超
2020-11-04 15:51:38 +08:00
parent e02f8cc394
commit cce2efdf69
13 changed files with 2747 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
syntax = "proto3";
option go_package = "./pb";
package pb;
message File {
int64 id = 1;
string filename = 2;
int64 size = 3;
}