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

Unified Diff: milo/appengine/common/model/status_string.go

Issue 2949783002: [milo] appengine/* -> * (Closed)
Patch Set: rebase Created 3 years, 6 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 | « milo/appengine/common/model/status.go ('k') | milo/appengine/common/model/summary.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: milo/appengine/common/model/status_string.go
diff --git a/milo/appengine/common/model/status_string.go b/milo/appengine/common/model/status_string.go
deleted file mode 100644
index 2f74b6b13c41b6a45e37606546b070a48f441f30..0000000000000000000000000000000000000000
--- a/milo/appengine/common/model/status_string.go
+++ /dev/null
@@ -1,16 +0,0 @@
-// Code generated by "stringer -type=Status"; DO NOT EDIT.
-
-package model
-
-import "fmt"
-
-const _Status_name = "NotRunRunningSuccessFailureWarningInfraFailureExceptionExpiredDependencyFailureWaitingDependency"
-
-var _Status_index = [...]uint8{0, 6, 13, 20, 27, 34, 46, 55, 62, 79, 96}
-
-func (i Status) String() string {
- if i < 0 || i >= Status(len(_Status_index)-1) {
- return fmt.Sprintf("Status(%d)", i)
- }
- return _Status_name[_Status_index[i]:_Status_index[i+1]]
-}
« no previous file with comments | « milo/appengine/common/model/status.go ('k') | milo/appengine/common/model/summary.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698