@@ -94,12 +94,13 @@ type Statistics struct {
9494}
9595
9696type GetServicesInfoRequest struct {
97- Options []string `protobuf:"bytes,1,rep,name=options" json:"options,omitempty"`
98- AppId string `protobuf:"bytes,2,opt,name=appId" json:"appId,omitempty"`
99- ServiceName string `protobuf:"bytes,3,opt,name=serviceName" json:"serviceName,omitempty"`
100- CountOnly bool `protobuf:"varint,4,opt,name=countOnly" json:"countOnly,omitempty"`
101- WithShared bool `protobuf:"varint,5,opt,name=withShared" json:"withShared,omitempty"`
102- Environment string `protobuf:"bytes,6,opt,name=environment" json:"environment,omitempty"`
97+ Options []string `protobuf:"bytes,1,rep,name=options" json:"options,omitempty"`
98+ AppId string `protobuf:"bytes,2,opt,name=appId" json:"appId,omitempty"`
99+ ServiceName string `protobuf:"bytes,3,opt,name=serviceName" json:"serviceName,omitempty"`
100+ Properties map [string ]string `protobuf:"bytes,2,rep,name=properties" json:"properties,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
101+ CountOnly bool `protobuf:"varint,4,opt,name=countOnly" json:"countOnly,omitempty"`
102+ WithShared bool `protobuf:"varint,5,opt,name=withShared" json:"withShared,omitempty"`
103+ Environment string `protobuf:"bytes,6,opt,name=environment" json:"environment,omitempty"`
103104}
104105
105106type GetServicesInfoResponse struct {
0 commit comments