Skip to content

Instantly share code, notes, and snippets.

@pokstad
Created April 10, 2017 04:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pokstad/8500bbf90bd50de3d94d161feaf1e933 to your computer and use it in GitHub Desktop.
Save pokstad/8500bbf90bd50de3d94d161feaf1e933 to your computer and use it in GitHub Desktop.
A protobuf defintion to demonstrate any.Any
syntax = "proto3";
package anything;
import "google/protobuf/any.proto";
message AnythingForYou {
google.protobuf.Any anything = 1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment