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

Unified Diff: milo/api/resp/verbosity_string.go

Issue 2944633003: [milo] Add BuildSummary and common models. (Closed)
Patch Set: add comments 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/api/resp/status_string.go ('k') | milo/appengine/backend/git/gitiles.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: milo/api/resp/verbosity_string.go
diff --git a/milo/api/resp/verbosity_string.go b/milo/api/resp/verbosity_string.go
new file mode 100644
index 0000000000000000000000000000000000000000..61ff08fe28a7b7633557d287124ed17dc09e7b44
--- /dev/null
+++ b/milo/api/resp/verbosity_string.go
@@ -0,0 +1,16 @@
+// Code generated by "stringer -type=Verbosity"; DO NOT EDIT.
+
+package resp
+
+import "fmt"
+
+const _Verbosity_name = "NormalHiddenInteresting"
+
+var _Verbosity_index = [...]uint8{0, 6, 12, 23}
+
+func (i Verbosity) String() string {
+ if i < 0 || i >= Verbosity(len(_Verbosity_index)-1) {
+ return fmt.Sprintf("Verbosity(%d)", i)
+ }
+ return _Verbosity_name[_Verbosity_index[i]:_Verbosity_index[i+1]]
+}
« no previous file with comments | « milo/api/resp/status_string.go ('k') | milo/appengine/backend/git/gitiles.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698