Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Snow Pettersen committed Feb 19, 2025
1 parent feae8ed commit df54749
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/bitdrift_public/protobuf/client/v1/artifact.proto
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ import "validate/validate.proto";
package bitdrift_public.protobuf.client.v1;

message FileArtifact {
// The ID of this file artifact.
// The ID of this file artifact. This is generated by the client and allows the client
// to reference this file artifact in logs.
string id = 1 [(validate.rules).string = {min_len: 1}];

byte contents = 2;

Check failure on line 12 in src/bitdrift_public/protobuf/client/v1/artifact.proto

View workflow job for this annotation

GitHub Actions / test

field bitdrift_public.protobuf.client.v1.FileArtifact.contents: unknown type byte
Expand Down

0 comments on commit df54749

Please sign in to comment.