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

Side by Side 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 unified diff | Download patch
OLDNEW
1 // Code generated by protoc-gen-go. 1 // Code generated by protoc-gen-go.
2 // source: finish_attempt.proto 2 // source: finish_attempt.proto
3 // DO NOT EDIT! 3 // DO NOT EDIT!
4 4
5 package dm 5 package dm
6 6
7 import proto "github.com/golang/protobuf/proto" 7 import proto "github.com/golang/protobuf/proto"
8 import fmt "fmt" 8 import fmt "fmt"
9 import math "math" 9 import math "math"
10 import google_protobuf "github.com/luci/luci-go/common/proto/google" 10 import google_protobuf "github.com/luci/luci-go/common/proto/google"
11 11
12 // Reference imports to suppress errors if they are not otherwise used. 12 // Reference imports to suppress errors if they are not otherwise used.
13 var _ = proto.Marshal 13 var _ = proto.Marshal
14 var _ = fmt.Errorf 14 var _ = fmt.Errorf
15 var _ = math.Inf 15 var _ = math.Inf
16 16
17 // FinishAttemptReq sets the final result of an Attempt. 17 // FinishAttemptReq sets the final result of an Attempt.
18 type FinishAttemptReq struct { 18 type FinishAttemptReq struct {
19 // required 19 // required
20 Auth *Execution_Auth `protobuf:"bytes,1,opt,name=auth" json:"auth,omitempty"` 20 Auth *Execution_Auth `protobuf:"bytes,1,opt,name=auth" json:"auth,omitempty"`
21 JsonResult string `protobuf:"bytes,2,opt,name=json_r esult,json=jsonResult" json:"json_result,omitempty"` 21 JsonResult string `protobuf:"bytes,2,opt,name=json_r esult,json=jsonResult" json:"json_result,omitempty"`
22 Expiration *google_protobuf.Timestamp `protobuf:"bytes,3,opt,name=expira tion" json:"expiration,omitempty"` 22 Expiration *google_protobuf.Timestamp `protobuf:"bytes,3,opt,name=expira tion" json:"expiration,omitempty"`
23 } 23 }
24 24
25 func (m *FinishAttemptReq) Reset() { *m = FinishAttemptReq{} } 25 func (m *FinishAttemptReq) Reset() { *m = FinishAttemptReq{} }
26 func (m *FinishAttemptReq) String() string { return proto.CompactText String(m) } 26 func (m *FinishAttemptReq) String() string { return proto.CompactText String(m) }
27 func (*FinishAttemptReq) ProtoMessage() {} 27 func (*FinishAttemptReq) ProtoMessage() {}
28 func (*FinishAttemptReq) Descriptor() ([]byte, []int) { return fileDescriptor3, []int{0} } 28 func (*FinishAttemptReq) Descriptor() ([]byte, []int) { return fileDescriptor2, []int{0} }
29 29
30 func (m *FinishAttemptReq) GetAuth() *Execution_Auth { 30 func (m *FinishAttemptReq) GetAuth() *Execution_Auth {
31 if m != nil { 31 if m != nil {
32 return m.Auth 32 return m.Auth
33 } 33 }
34 return nil 34 return nil
35 } 35 }
36 36
37 func (m *FinishAttemptReq) GetExpiration() *google_protobuf.Timestamp { 37 func (m *FinishAttemptReq) GetExpiration() *google_protobuf.Timestamp {
38 if m != nil { 38 if m != nil {
39 return m.Expiration 39 return m.Expiration
40 } 40 }
41 return nil 41 return nil
42 } 42 }
43 43
44 func init() { 44 func init() {
45 proto.RegisterType((*FinishAttemptReq)(nil), "dm.FinishAttemptReq") 45 proto.RegisterType((*FinishAttemptReq)(nil), "dm.FinishAttemptReq")
46 } 46 }
47 47
48 var fileDescriptor3 = []byte{ 48 var fileDescriptor2 = []byte{
49 // 199 bytes of a gzipped FileDescriptorProto 49 // 199 bytes of a gzipped FileDescriptorProto
50 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0x4c, 0x8e, 0xbf, 0x8a, 0x83, 0x30, 50 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0x4c, 0x8e, 0xbf, 0x8a, 0x83, 0x30,
51 0x1c, 0xc7, 0xd1, 0x3b, 0x0e, 0x2e, 0x2e, 0x12, 0x6e, 0x10, 0x17, 0x8f, 0x0e, 0xa5, 0x53, 0x84, 51 0x1c, 0xc7, 0xd1, 0x3b, 0x0e, 0x2e, 0x2e, 0x12, 0x6e, 0x10, 0x17, 0x8f, 0x0e, 0xa5, 0x53, 0x84,
52 0x76, 0xeb, 0xe6, 0xd0, 0x3e, 0x40, 0xe8, 0x2e, 0xb1, 0x46, 0x4d, 0x31, 0x26, 0x4d, 0x7e, 0x01, 52 0x76, 0xeb, 0xe6, 0xd0, 0x3e, 0x40, 0xe8, 0x2e, 0xb1, 0x46, 0x4d, 0x31, 0x26, 0x4d, 0x7e, 0x01,
53 0xdf, 0xa4, 0xaf, 0x5b, 0x4d, 0x10, 0xba, 0x7e, 0xbe, 0x7f, 0xf8, 0xa0, 0xbf, 0x4e, 0x4c, 0xc2, 53 0xdf, 0xa4, 0xaf, 0x5b, 0x4d, 0x10, 0xba, 0x7e, 0xbe, 0x7f, 0xf8, 0xa0, 0xbf, 0x4e, 0x4c, 0xc2,
54 0x0e, 0x35, 0x03, 0xe0, 0x52, 0x03, 0xd1, 0x46, 0x81, 0xc2, 0x71, 0x2b, 0xf3, 0xa2, 0x57, 0xaa, 54 0x0e, 0x35, 0x03, 0xe0, 0x52, 0x03, 0xd1, 0x46, 0x81, 0xc2, 0x71, 0x2b, 0xf3, 0xa2, 0x57, 0xaa,
55 0x1f, 0x79, 0xe9, 0x49, 0xe3, 0xba, 0x12, 0x84, 0xe4, 0x16, 0x98, 0xd4, 0xa1, 0x94, 0xa7, 0xbd, 55 0x1f, 0x79, 0xe9, 0x49, 0xe3, 0xba, 0x12, 0x84, 0xe4, 0x16, 0x98, 0xd4, 0xa1, 0x94, 0xa7, 0xbd,
56 0x61, 0x7a, 0xa8, 0x5b, 0x06, 0x2c, 0x90, 0xdd, 0x2b, 0x42, 0xe9, 0xd5, 0xff, 0x55, 0xe1, 0x8e, 56 0x61, 0x7a, 0xa8, 0x5b, 0x06, 0x2c, 0x90, 0xdd, 0x2b, 0x42, 0xe9, 0xd5, 0xff, 0x55, 0xe1, 0x8e,
57 0xf2, 0x27, 0xde, 0xa3, 0x6f, 0xe6, 0x60, 0xc8, 0xa2, 0xff, 0xe8, 0x90, 0x1c, 0x31, 0x69, 0x25, 57 0xf2, 0x27, 0xde, 0xa3, 0x6f, 0xe6, 0x60, 0xc8, 0xa2, 0xff, 0xe8, 0x90, 0x1c, 0x31, 0x69, 0x25,
58 0xb9, 0xcc, 0xfc, 0xee, 0x40, 0xa8, 0x89, 0x54, 0x4b, 0x42, 0x7d, 0x8e, 0x0b, 0x94, 0x3c, 0xac, 58 0xb9, 0xcc, 0xfc, 0xee, 0x40, 0xa8, 0x89, 0x54, 0x4b, 0x42, 0x7d, 0x8e, 0x0b, 0x94, 0x3c, 0xac,
59 0x9a, 0x6a, 0xc3, 0xad, 0x1b, 0x21, 0x8b, 0x97, 0xfa, 0x2f, 0x45, 0x2b, 0xa2, 0x9e, 0xe0, 0x33, 59 0x9a, 0x6a, 0xc3, 0xad, 0x1b, 0x21, 0x8b, 0x97, 0xfa, 0x2f, 0x45, 0x2b, 0xa2, 0x9e, 0xe0, 0x33,
60 0x42, 0x7c, 0xd6, 0xc2, 0xb0, 0x75, 0x99, 0x7d, 0xf9, 0xbb, 0x9c, 0x04, 0x4b, 0xb2, 0x59, 0x92, 60 0x42, 0x7c, 0xd6, 0xc2, 0xb0, 0x75, 0x99, 0x7d, 0xf9, 0xbb, 0x9c, 0x04, 0x4b, 0xb2, 0x59, 0x92,
61 0xdb, 0x66, 0x49, 0x3f, 0xda, 0xcd, 0x8f, 0xcf, 0x4f, 0xef, 0x00, 0x00, 0x00, 0xff, 0xff, 0x3f, 61 0xdb, 0x66, 0x49, 0x3f, 0xda, 0xcd, 0x8f, 0xcf, 0x4f, 0xef, 0x00, 0x00, 0x00, 0xff, 0xff, 0x3f,
62 0x90, 0xe9, 0x84, 0xef, 0x00, 0x00, 0x00, 62 0x90, 0xe9, 0x84, 0xef, 0x00, 0x00, 0x00,
63 } 63 }
OLDNEW
« 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