()
| 2514 | } |
| 2515 | |
| 2516 | func (m *Proposal) GetRestore() *RestoreRequest { |
| 2517 | if m != nil { |
| 2518 | return m.Restore |
| 2519 | } |
| 2520 | return nil |
| 2521 | } |
| 2522 | |
| 2523 | type KVS struct { |
| 2524 | Data []byte `protobuf:"bytes,5,opt,name=data,proto3" json:"data,omitempty"` |
nothing calls this directly
no outgoing calls
no test coverage detected