| 4054 | } |
| 4055 | |
| 4056 | type SubscriptionResponse struct { |
| 4057 | Kvs *pb.KVList `protobuf:"bytes,1,opt,name=kvs,proto3" json:"kvs,omitempty"` |
| 4058 | } |
| 4059 | |
| 4060 | func (m *SubscriptionResponse) Reset() { *m = SubscriptionResponse{} } |
| 4061 | func (m *SubscriptionResponse) String() string { return proto.CompactTextString(m) } |
nothing calls this directly
no outgoing calls
no test coverage detected