Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(387)

Unified Diff: scheduler/appengine/presentation/state.go

Issue 2946343004: scheduler: add rpcs for actions on job and invocation. (Closed)
Patch Set: review Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « scheduler/appengine/presentation/acl.go ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scheduler/appengine/presentation/state.go
diff --git a/scheduler/appengine/presentation/state.go b/scheduler/appengine/presentation/state.go
index 6d59b345b2f1019c684bdeb8558ef75b7051ee5b..58256322325982291322698e6aa8c57a9b4b3d90 100644
--- a/scheduler/appengine/presentation/state.go
+++ b/scheduler/appengine/presentation/state.go
@@ -20,6 +20,8 @@ import (
// detail.
type PublicStateKind string
+// When a PublicStateKind is added/removed/updated, update scheduler api proto
+// doc for `JobState`.
const (
PublicStateDisabled PublicStateKind = "DISABLED"
PublicStateOverrun PublicStateKind = "OVERRUN"
« no previous file with comments | « scheduler/appengine/presentation/acl.go ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698