| 4010 | } |
| 4011 | |
| 4012 | type SubscriptionRequest struct { |
| 4013 | Prefixes [][]byte `protobuf:"bytes,1,rep,name=prefixes,proto3" json:"prefixes,omitempty"` |
| 4014 | } |
| 4015 | |
| 4016 | func (m *SubscriptionRequest) Reset() { *m = SubscriptionRequest{} } |
| 4017 | func (m *SubscriptionRequest) String() string { return proto.CompactTextString(m) } |
nothing calls this directly
no outgoing calls
no test coverage detected