| 4659 | } |
| 4660 | |
| 4661 | type ExportResponse struct { |
| 4662 | // 0 indicates a success, and a non-zero code indicates failure |
| 4663 | Code int32 `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"` |
| 4664 | Msg string `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg,omitempty"` |
| 4665 | Files []string `protobuf:"bytes,3,rep,name=files,proto3" json:"files,omitempty"` |
| 4666 | } |
| 4667 | |
| 4668 | func (m *ExportResponse) Reset() { *m = ExportResponse{} } |
| 4669 | func (m *ExportResponse) String() string { return proto.CompactTextString(m) } |
nothing calls this directly
no outgoing calls
no test coverage detected