Skip to content

Commit d53910a

Browse files
author
Alexander Litus
committed
Annotate a field as internal.
1 parent 29c3f61 commit d53910a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

client/src/main/proto/spine/base/command.proto

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ import "spine/users/user_id.proto";
3434
import "spine/users/tenant_id.proto";
3535
import "spine/time/zone_offset.proto";
3636

37+
import "spine/annotations.proto";
38+
3739
// Command identifier.
3840
message CommandId {
3941
string uuid = 1;
@@ -92,7 +94,7 @@ message CommandContext {
9294

9395
// The time when the command was scheduled.
9496
// Is set automatically and used only by Spine when re-scheduling a command.
95-
google.protobuf.Timestamp scheduling_time = 2;
97+
google.protobuf.Timestamp scheduling_time = 2 [(internal) = true];
9698
}
9799

98100
// The schedule to execute the command.

0 commit comments

Comments
 (0)