syntax = "proto3"; package GinBow.Data; message GrpcPair { string Key = 1; string Value = 2; } message GrpcDict { repeated GrpcPair Items = 1; }