Skip to content

Commit df54749

Browse files
author
Snow Pettersen
committed
comment
1 parent feae8ed commit df54749

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/bitdrift_public/protobuf/client/v1/artifact.proto

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ import "validate/validate.proto";
55
package bitdrift_public.protobuf.client.v1;
66

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

1112
byte contents = 2;

0 commit comments

Comments
 (0)