publish GreptimeDB protobuf for Java using jitpack.io (#4)
This commit is contained in:
@@ -2,6 +2,9 @@ syntax = "proto3";
|
||||
|
||||
package greptime.v1;
|
||||
|
||||
option java_package="io.greptime.v1";
|
||||
option java_outer_classname = "Columns";
|
||||
|
||||
message Column {
|
||||
string column_name = 1;
|
||||
|
||||
|
||||
@@ -2,6 +2,9 @@ syntax = "proto3";
|
||||
|
||||
package greptime.v1;
|
||||
|
||||
option java_package = "io.greptime.v1";
|
||||
option java_outer_classname = "Database";
|
||||
|
||||
import "greptime/v1/ddl.proto";
|
||||
import "greptime/v1/column.proto";
|
||||
|
||||
|
||||
@@ -2,6 +2,9 @@ syntax = "proto3";
|
||||
|
||||
package greptime.v1;
|
||||
|
||||
option java_package = "io.greptime.v1";
|
||||
option java_outer_classname = "Ddl";
|
||||
|
||||
import "greptime/v1/column.proto";
|
||||
|
||||
// "Data Definition Language" requests, that create, modify or delete the database structures but not the data.
|
||||
|
||||
Reference in New Issue
Block a user