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

Side by Side Diff: appengine/cmd/milo/logdog/internal/stream.pb.go

Issue 2191693003: Milo: Add LogDog annotation stream support. (Closed) Base URL: https://github.com/luci/luci-go@master
Patch Set: Rebarse Created 4 years, 4 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 protoc-gen-go.
2 // source: github.com/luci/luci-go/appengine/cmd/milo/logdog/internal/stream.pro to
3 // DO NOT EDIT!
4
5 /*
6 Package internal is a generated protocol buffer package.
7
8 It is generated from these files:
9 github.com/luci/luci-go/appengine/cmd/milo/logdog/internal/stream.proto
10
11 It has these top-level messages:
12 CachedStep
13 */
14 package internal
15
16 import proto "github.com/golang/protobuf/proto"
17 import fmt "fmt"
18 import math "math"
19 import milo "github.com/luci/luci-go/common/proto/milo"
20
21 // Reference imports to suppress errors if they are not otherwise used.
22 var _ = proto.Marshal
23 var _ = fmt.Errorf
24 var _ = math.Inf
25
26 // This is a compile-time assertion to ensure that this generated file
27 // is compatible with the proto package it is being compiled against.
28 // A compilation error at this line likely means your copy of the
29 // proto package needs to be updated.
30 const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package
31
32 // Item is a full annotation protobuf state item. It is used to serialize and
33 // deserialize Step and associated fetch data into memcache.
34 type CachedStep struct {
35 // Step is the root annotation step.
36 Step *milo.Step `protobuf:"bytes,1,opt,name=step" json:"step,omitempty"`
37 // Finished is true if this is the last annotation protobuf in the strea m.
38 Finished bool `protobuf:"varint,2,opt,name=finished" json:"finished,omit empty"`
39 }
40
41 func (m *CachedStep) Reset() { *m = CachedStep{} }
42 func (m *CachedStep) String() string { return proto.CompactTextString (m) }
43 func (*CachedStep) ProtoMessage() {}
44 func (*CachedStep) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{ 0} }
45
46 func (m *CachedStep) GetStep() *milo.Step {
47 if m != nil {
48 return m.Step
49 }
50 return nil
51 }
52
53 func init() {
54 proto.RegisterType((*CachedStep)(nil), "internal.CachedStep")
55 }
56
57 func init() {
58 proto.RegisterFile("github.com/luci/luci-go/appengine/cmd/milo/logdog/in ternal/stream.proto", fileDescriptor0)
59 }
60
61 var fileDescriptor0 = []byte{
62 // 180 bytes of a gzipped FileDescriptorProto
63 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0x74, 0x8c, 0xb1, 0x8e, 0xc2, 0x30,
64 0x0c, 0x40, 0xd5, 0xd3, 0xe9, 0x54, 0xe5, 0xb6, 0x4e, 0x55, 0x87, 0xd3, 0x89, 0x89, 0x85, 0x58,
65 0x82, 0x91, 0x91, 0x01, 0xe6, 0xf2, 0x05, 0x69, 0x1a, 0x52, 0x4b, 0x89, 0x1d, 0x35, 0xe9, 0xff,
66 0x93, 0xa6, 0x82, 0x8d, 0x25, 0x91, 0x9f, 0x9f, 0x9f, 0xb8, 0x5a, 0x4c, 0xd3, 0x32, 0x48, 0xcd,
67 0x1e, 0xdc, 0xa2, 0xb1, 0x3c, 0x07, 0xcb, 0xa0, 0x42, 0x30, 0x64, 0x91, 0x0c, 0x68, 0x3f, 0x82,
68 0x47, 0xc7, 0xe0, 0xd8, 0x8e, 0x6c, 0x01, 0x29, 0x99, 0x99, 0x94, 0x83, 0x98, 0x66, 0xa3, 0xbc,
69 0x0c, 0x33, 0x27, 0x6e, 0xea, 0x17, 0xee, 0xce, 0x9f, 0x92, 0x19, 0x78, 0x26, 0x28, 0xfe, 0x56,
70 0x54, 0x44, 0x9c, 0x54, 0x42, 0xa6, 0xb8, 0x65, 0x76, 0x37, 0x21, 0x2e, 0x4a, 0x4f, 0x66, 0xbc,
71 0x27, 0x13, 0x9a, 0x3f, 0xf1, 0x1d, 0xf3, 0xdf, 0x56, 0xff, 0xd5, 0xfe, 0xf7, 0x28, 0xe4, 0x7a,
72 0x24, 0xd7, 0x4d, 0x5f, 0x78, 0xd3, 0x89, 0xfa, 0x81, 0x84, 0x31, 0xfb, 0xed, 0x57, 0x76, 0xea,
73 0xfe, 0x3d, 0x0f, 0x3f, 0x25, 0x78, 0x7a, 0x06, 0x00, 0x00, 0xff, 0xff, 0xfe, 0x22, 0x3a, 0x43,
74 0xe2, 0x00, 0x00, 0x00,
75 }
OLDNEW
« no previous file with comments | « appengine/cmd/milo/logdog/internal/stream.proto ('k') | appengine/cmd/milo/logdog/logDogBuild.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698