Files
micromdm/platform/command/internal/commandproto/command.proto
2018-05-12 16:13:17 -04:00

11 lines
173 B
Protocol Buffer

syntax = "proto3";
package commandproto;
message Event {
string id = 1;
int64 time = 2;
string device_udid = 4;
bytes payload_bytes = 5;
}