diff --git a/structs.go b/structs.go index 07c5282..c847568 100644 --- a/structs.go +++ b/structs.go @@ -17,10 +17,10 @@ type Instructions struct { IsKillswitch bool - // IsDownload bool - // IsUpload bool - // FileName string - // FileContents []byte + IsDownload bool + IsUpload bool + FileName string + FileContents []byte IsListFiles bool Path string @@ -32,9 +32,10 @@ type Response struct { Successful bool Message string - // IsUpload bool - // FileName string - // FileContents []byte + IsDownload bool + IsUpload bool + FileName string + FileContents []byte IsListFiles bool FileList