()
| 4091 | var xxx_messageInfo_SubscriptionResponse proto.InternalMessageInfo |
| 4092 | |
| 4093 | func (m *SubscriptionResponse) GetKvs() *pb.KVList { |
| 4094 | if m != nil { |
| 4095 | return m.Kvs |
| 4096 | } |
| 4097 | return nil |
| 4098 | } |
| 4099 | |
| 4100 | type Num struct { |
| 4101 | Val uint64 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"` |
nothing calls this directly
no outgoing calls
no test coverage detected