user.proto 105 B

1234567
  1. syntax = "proto3";
  2. message App {
  3. string id = 1;
  4. string workspace_id = 2;
  5. string name = 3;
  6. }