()
| 4047 | var xxx_messageInfo_SubscriptionRequest proto.InternalMessageInfo |
| 4048 | |
| 4049 | func (m *SubscriptionRequest) GetPrefixes() [][]byte { |
| 4050 | if m != nil { |
| 4051 | return m.Prefixes |
| 4052 | } |
| 4053 | return nil |
| 4054 | } |
| 4055 | |
| 4056 | type SubscriptionResponse struct { |
| 4057 | Kvs *pb.KVList `protobuf:"bytes,1,opt,name=kvs,proto3" json:"kvs,omitempty"` |
nothing calls this directly
no outgoing calls
no test coverage detected