Index: milo/appengine/logdog/internal/stream.pb.go |
diff --git a/milo/appengine/logdog/internal/stream.pb.go b/milo/appengine/logdog/internal/stream.pb.go |
deleted file mode 100644 |
index b765007607a55de87fcefc8629b4a67e7b7653b4..0000000000000000000000000000000000000000 |
--- a/milo/appengine/logdog/internal/stream.pb.go |
+++ /dev/null |
@@ -1,81 +0,0 @@ |
-// Code generated by protoc-gen-go. DO NOT EDIT. |
-// source: github.com/luci/luci-go/milo/appengine/logdog/internal/stream.proto |
- |
-/* |
-Package internal is a generated protocol buffer package. |
- |
-It is generated from these files: |
- github.com/luci/luci-go/milo/appengine/logdog/internal/stream.proto |
- |
-It has these top-level messages: |
- CachedStep |
-*/ |
-package internal |
- |
-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. It is used to serialize and |
-// deserialize Step and associated fetch data into memcache. |
-type CachedStep 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 *CachedStep) Reset() { *m = CachedStep{} } |
-func (m *CachedStep) String() string { return proto.CompactTextString(m) } |
-func (*CachedStep) ProtoMessage() {} |
-func (*CachedStep) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{0} } |
- |
-func (m *CachedStep) GetStep() *milo.Step { |
- if m != nil { |
- return m.Step |
- } |
- return nil |
-} |
- |
-func (m *CachedStep) GetFinished() bool { |
- if m != nil { |
- return m.Finished |
- } |
- return false |
-} |
- |
-func init() { |
- proto.RegisterType((*CachedStep)(nil), "internal.CachedStep") |
-} |
- |
-func init() { |
- proto.RegisterFile("github.com/luci/luci-go/milo/appengine/logdog/internal/stream.proto", fileDescriptor0) |
-} |
- |
-var fileDescriptor0 = []byte{ |
- // 179 bytes of a gzipped FileDescriptorProto |
- 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x74, 0xcc, 0xbf, 0x6a, 0xc4, 0x30, |
- 0x0c, 0x06, 0x70, 0x52, 0x4a, 0x09, 0xee, 0x96, 0x29, 0x64, 0x28, 0xa1, 0x53, 0x96, 0xda, 0xd0, |
- 0x8e, 0x1d, 0xb3, 0xdc, 0x9c, 0x7b, 0x02, 0xc7, 0xd1, 0x39, 0x02, 0x5b, 0x32, 0xb1, 0xf2, 0xfe, |
- 0x47, 0x7c, 0x7f, 0xb6, 0x5b, 0x04, 0xfa, 0xa4, 0xef, 0xa7, 0x46, 0x8f, 0xb2, 0xee, 0xb3, 0x76, |
- 0x1c, 0x4d, 0xd8, 0x1d, 0x96, 0xf1, 0xe3, 0xd9, 0x44, 0x0c, 0x6c, 0x6c, 0x4a, 0x40, 0x1e, 0x09, |
- 0x4c, 0x60, 0xbf, 0xb0, 0x37, 0x48, 0x02, 0x1b, 0xd9, 0x60, 0xb2, 0x6c, 0x60, 0xa3, 0x4e, 0x1b, |
- 0x0b, 0x37, 0xf5, 0x23, 0xee, 0xfe, 0x5f, 0x71, 0x8e, 0x63, 0x64, 0x32, 0xe5, 0xff, 0x6e, 0x13, |
- 0xb1, 0x58, 0x41, 0xa6, 0x7c, 0x63, 0xbe, 0x4f, 0x4a, 0x8d, 0xd6, 0xad, 0xb0, 0x9c, 0x05, 0x52, |
- 0xf3, 0xa5, 0xde, 0xb3, 0x40, 0x6a, 0xab, 0xbe, 0x1a, 0x3e, 0x7f, 0x95, 0x3e, 0x4a, 0xfa, 0xb8, |
- 0x4c, 0x25, 0x6f, 0x3a, 0x55, 0x5f, 0x90, 0x30, 0xaf, 0xb0, 0xb4, 0x6f, 0x7d, 0x35, 0xd4, 0xd3, |
- 0x73, 0x9f, 0x3f, 0x0a, 0xf8, 0x77, 0x0d, 0x00, 0x00, 0xff, 0xff, 0x98, 0x2f, 0x97, 0x3d, 0xde, |
- 0x00, 0x00, 0x00, |
-} |