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

Side by Side Diff: milo/api/resp/componenttype_string.go

Issue 2944633003: [milo] Add BuildSummary and common models. (Closed)
Patch Set: 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 unified diff | Download patch
OLDNEW
(Empty)
1 // Code generated by "stringer -type=ComponentType"; DO NOT EDIT.
2
3 package resp
4
5 import "fmt"
6
7 const _ComponentType_name = "RecipeStepSummary"
8
9 var _ComponentType_index = [...]uint8{0, 6, 10, 17}
10
11 func (i ComponentType) String() string {
12 if i < 0 || i >= ComponentType(len(_ComponentType_index)-1) {
13 return fmt.Sprintf("ComponentType(%d)", i)
14 }
15 return _ComponentType_name[_ComponentType_index[i]:_ComponentType_index[ i+1]]
16 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698