blob: 4cef40e88301811501c5c70d78acb2c0ebd209f5 [file] [edit]
edition = "2023";
package milotic_tlbmc;
import "google/protobuf/timestamp.proto";
message PowerFaultLogEntry {
string folder_name = 1;
repeated string file_names = 2;
google.protobuf.Timestamp created_time = 3;
}
message PowerFaultLogEntries {
repeated PowerFaultLogEntry entries = 1;
}