Created
April 9, 2020 09:45
-
-
Save vadzappa/992a23f836f2de186e3729f7519bb778 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
syntax = "proto3"; | |
import "google/protobuf/descriptor.proto"; | |
package protocol; | |
option go_package = ".;protocol"; | |
message FieldOptions { | |
string logField = 1; | |
} | |
extend google.protobuf.FieldOptions { | |
FieldOptions options = 50000; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment