()
| 4326 | } |
| 4327 | |
| 4328 | func (m *Status) GetMsg() string { |
| 4329 | if m != nil { |
| 4330 | return m.Msg |
| 4331 | } |
| 4332 | return "" |
| 4333 | } |
| 4334 | |
| 4335 | type BackupRequest struct { |
| 4336 | ReadTs uint64 `protobuf:"varint,1,opt,name=read_ts,json=readTs,proto3" json:"read_ts,omitempty"` |
nothing calls this directly
no outgoing calls
no test coverage detected