mirror of
https://git.xeondev.com/LR/S.git
synced 2026-02-04 06:55:06 +01:00
Release 0.1.0
This commit is contained in:
14
proto/pb/options.proto
Normal file
14
proto/pb/options.proto
Normal file
@@ -0,0 +1,14 @@
|
||||
syntax = "proto3";
|
||||
package proto;
|
||||
|
||||
option java_package = "com.google.protobuf";
|
||||
option java_outer_classname = "VTProto";
|
||||
option go_package = "beyond-go/proto/pbcommon;pbcommon";
|
||||
|
||||
import "google/protobuf/descriptor.proto";
|
||||
|
||||
message Opts {
|
||||
oneof _unique {
|
||||
bool unique = 1;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user