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

Unified Diff: appengine/cmd/milo/logdog/stream.pb.go

Issue 2191693003: Milo: Add LogDog annotation stream support. (Closed) Base URL: https://github.com/luci/luci-go@master
Patch Set: Fix successful build state, derive more Swarming parameters from milo proto common code. Created 4 years, 5 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: appengine/cmd/milo/logdog/stream.pb.go
diff --git a/appengine/cmd/milo/logdog/stream.pb.go b/appengine/cmd/milo/logdog/stream.pb.go
new file mode 100644
index 0000000000000000000000000000000000000000..1adb8536b5d249ffbab851c791258c1197a9c51c
--- /dev/null
+++ b/appengine/cmd/milo/logdog/stream.pb.go
@@ -0,0 +1,74 @@
+// Code generated by protoc-gen-go.
+// source: github.com/luci/luci-go/appengine/cmd/milo/logdog/stream.proto
+// DO NOT EDIT!
+
+/*
+Package logdog is a generated protocol buffer package.
+
+It is generated from these files:
+ github.com/luci/luci-go/appengine/cmd/milo/logdog/stream.proto
+
+It has these top-level messages:
+ Item
+*/
+package logdog
+
+import proto "github.com/golang/protobuf/proto"
+import fmt "fmt"
+import math "math"
+import milo "github.com/luci/luci-go/common/proto/milo"
+
+// Reference imports to suppress errors if they are not otherwise used.
+var _ = proto.Marshal
+var _ = fmt.Errorf
+var _ = math.Inf
+
+// This is a compile-time assertion to ensure that this generated file
+// is compatible with the proto package it is being compiled against.
+// A compilation error at this line likely means your copy of the
+// proto package needs to be updated.
+const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package
+
+// *
+// Item is a full annotation protobuf state item.
+type Item struct {
+ // * Step is the root annotation step.
+ Step *milo.Step `protobuf:"bytes,1,opt,name=step" json:"step,omitempty"`
+ // * Finished is true if this is the last annotation protobuf in the stream.
+ Finished bool `protobuf:"varint,2,opt,name=finished" json:"finished,omitempty"`
+}
+
+func (m *Item) Reset() { *m = Item{} }
+func (m *Item) String() string { return proto.CompactTextString(m) }
+func (*Item) ProtoMessage() {}
+func (*Item) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{0} }
+
+func (m *Item) GetStep() *milo.Step {
+ if m != nil {
+ return m.Step
+ }
+ return nil
+}
+
+func init() {
+ proto.RegisterType((*Item)(nil), "logdog.Item")
+}
+
+func init() {
+ proto.RegisterFile("github.com/luci/luci-go/appengine/cmd/milo/logdog/stream.proto", fileDescriptor0)
+}
+
+var fileDescriptor0 = []byte{
+ // 171 bytes of a gzipped FileDescriptorProto
+ 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0x74, 0x8c, 0x31, 0xcb, 0xc2, 0x30,
+ 0x10, 0x86, 0xe9, 0x47, 0x29, 0x25, 0xdf, 0xd6, 0xa9, 0x74, 0x10, 0x71, 0x72, 0x31, 0x07, 0x3a,
+ 0x0a, 0x0e, 0x6e, 0xae, 0xf5, 0x17, 0xa4, 0x6d, 0x4c, 0x0f, 0x9a, 0xbb, 0xd0, 0x5c, 0xff, 0xbf,
+ 0x35, 0x05, 0x37, 0x97, 0x17, 0xde, 0x87, 0x87, 0x47, 0xdd, 0x1c, 0xca, 0xb8, 0x74, 0xba, 0x67,
+ 0x0f, 0xd3, 0xd2, 0x63, 0x9a, 0x93, 0x63, 0x30, 0x21, 0x58, 0x72, 0x48, 0x16, 0x7a, 0x3f, 0x80,
+ 0xc7, 0x89, 0x61, 0x62, 0x37, 0xb0, 0x83, 0x28, 0xb3, 0x35, 0x5e, 0x87, 0x99, 0x85, 0xab, 0x62,
+ 0x83, 0xcd, 0xf5, 0x57, 0x67, 0x05, 0x9e, 0x09, 0x92, 0xbd, 0x65, 0x0c, 0x11, 0x8b, 0x11, 0x64,
+ 0x8a, 0x5b, 0xe4, 0x70, 0x57, 0xf9, 0x43, 0xac, 0xaf, 0x76, 0x2a, 0x8f, 0x62, 0x43, 0x9d, 0xed,
+ 0xb3, 0xe3, 0xff, 0x59, 0xe9, 0x8f, 0xae, 0x9f, 0x2b, 0x69, 0x13, 0xaf, 0x1a, 0x55, 0xbe, 0x90,
+ 0x30, 0x8e, 0x76, 0xa8, 0xff, 0x56, 0xa7, 0x6c, 0xbf, 0xbf, 0x2b, 0x52, 0xea, 0xf2, 0x0e, 0x00,
+ 0x00, 0xff, 0xff, 0xdc, 0x93, 0xc2, 0x0e, 0xd1, 0x00, 0x00, 0x00,
+}

Powered by Google App Engine
This is Rietveld 408576698