()
| 496 | } |
| 497 | |
| 498 | func (m *ResultColumnPb) GetValueType() int32 { |
| 499 | if m != nil { |
| 500 | return m.ValueType |
| 501 | } |
| 502 | return 0 |
| 503 | } |
| 504 | |
| 505 | type KvInt struct { |
| 506 | K string `protobuf:"bytes,1,req,name=k" json:"k"` |
no outgoing calls
no test coverage detected