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

Unified Diff: common/api/dm/service/v1/finish_attempt.pb.go

Issue 1537883002: Initial distributor implementation (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-go@master
Patch Set: fix imports and make dummy.go a real file Created 4 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
Index: common/api/dm/service/v1/finish_attempt.pb.go
diff --git a/common/api/dm/service/v1/finish_attempt.pb.go b/common/api/dm/service/v1/finish_attempt.pb.go
index 1e59e0ce6e276645f31f2de610f2ca558cf50e91..4a8bee2813691e317219f5507032455a2df0cde9 100644
--- a/common/api/dm/service/v1/finish_attempt.pb.go
+++ b/common/api/dm/service/v1/finish_attempt.pb.go
@@ -25,7 +25,7 @@ type FinishAttemptReq struct {
func (m *FinishAttemptReq) Reset() { *m = FinishAttemptReq{} }
func (m *FinishAttemptReq) String() string { return proto.CompactTextString(m) }
func (*FinishAttemptReq) ProtoMessage() {}
-func (*FinishAttemptReq) Descriptor() ([]byte, []int) { return fileDescriptor3, []int{0} }
+func (*FinishAttemptReq) Descriptor() ([]byte, []int) { return fileDescriptor2, []int{0} }
func (m *FinishAttemptReq) GetAuth() *Execution_Auth {
if m != nil {
@@ -45,7 +45,7 @@ func init() {
proto.RegisterType((*FinishAttemptReq)(nil), "dm.FinishAttemptReq")
}
-var fileDescriptor3 = []byte{
+var fileDescriptor2 = []byte{
// 199 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0x4c, 0x8e, 0xbf, 0x8a, 0x83, 0x30,
0x1c, 0xc7, 0xd1, 0x3b, 0x0e, 0x2e, 0x2e, 0x12, 0x6e, 0x10, 0x17, 0x8f, 0x0e, 0xa5, 0x53, 0x84,
« no previous file with comments | « common/api/dm/service/v1/execution_state_evolve_test.go ('k') | common/api/dm/service/v1/finish_attempt_normalize.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698