Remove gogo/protobuf (#773)

This commit is contained in:
Jesse Peterson
2021-10-16 13:21:24 -07:00
committed by GitHub
parent 6e51f09e5f
commit 5daf4d1c84
59 changed files with 9025 additions and 22291 deletions

View File

@@ -2,6 +2,8 @@ syntax = "proto3";
package devicecommandproto;
option go_package = "github.com/micromdm/micromdm/platform/queue/internal/devicecommandproto";
message Command {
string uuid = 1;
bytes payload = 2;