• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1syntax = "proto3";
2
3package one.two.a_three;
4
5message Four {
6  string a_string = 1;
7}
8