You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

states.proto 243 B

123456789101112131415161718
  1. syntax = "proto3";
  2. package devteam;
  3. option csharp_namespace = "DevTeam";
  4. message DeveloperState {
  5. string understanding = 1;
  6. }
  7. message DeveloperLeadState {
  8. string plan = 1;
  9. }
  10. message ProductManagerState {
  11. string capabilities = 1;
  12. }