event.proto 103 B

123456
  1. syntax = "proto3";
  2. enum WorkspaceEvent {
  3. CreateWorkspace = 0;
  4. GetWorkspaceUserDetail = 100;
  5. }