Guest User

Untitled

a guest
Jun 13th, 2018
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. syntax = "proto2";
  2. package LPRRabbitMq.Class;
  3.  
  4. message BlackAndWhiteList {
  5. repeated string BlackList = 1;
  6. repeated string WhiteList = 2;
  7. }
Add Comment
Please, Sign In to add comment