Skip to content

Commit 06a3661

Browse files
committed
doc(lazer): improve proto comments
1 parent b1512a8 commit 06a3661

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lazer/publisher_sdk/proto/state.proto

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,12 @@ message Publisher {
4848

4949
enum FeedState {
5050
// Default value. Feeds in this state are not available to consumers.
51+
// `COMING_SOON` feeds are expected to become stable in the future.
5152
COMING_SOON = 0;
5253
// A fully available feed.
5354
STABLE = 1;
54-
// Inactive feeds are not available to consumers or publishers.
55+
// Inactive feeds are not available to consumers.
56+
// `INACTIVE` feeds are not expected to become stable again.
5557
INACTIVE = 2;
5658
}
5759

0 commit comments

Comments
 (0)