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

Side by Side Diff: common/proto/milo/annotations.pb.go

Issue 2999493002: Rename deployment manifests back to source manifests. (Closed)
Patch Set: Created 3 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
« no previous file with comments | « common/proto/milo/annotations.proto ('k') | logdog/client/annotee/annotation/annotation.go » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Code generated by protoc-gen-go. DO NOT EDIT. 1 // Code generated by protoc-gen-go. DO NOT EDIT.
2 // source: github.com/luci/luci-go/common/proto/milo/annotations.proto 2 // source: github.com/luci/luci-go/common/proto/milo/annotations.proto
3 3
4 /* 4 /*
5 Package milo is a generated protocol buffer package. 5 Package milo is a generated protocol buffer package.
6 6
7 It is generated from these files: 7 It is generated from these files:
8 github.com/luci/luci-go/common/proto/milo/annotations.proto 8 github.com/luci/luci-go/common/proto/milo/annotations.proto
9 9
10 It has these top-level messages: 10 It has these top-level messages:
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
175 // The primary link for this Component. This is the link that interactio n 175 // The primary link for this Component. This is the link that interactio n
176 // with the Component will use. 176 // with the Component will use.
177 Link *Link `protobuf:"bytes,22,opt,name=link" json:"link,omitempty"` 177 Link *Link `protobuf:"bytes,22,opt,name=link" json:"link,omitempty"`
178 // Additional links related to the Component. These will be rendered alo ngside 178 // Additional links related to the Component. These will be rendered alo ngside
179 // the component. 179 // the component.
180 OtherLinks []*Link `protobuf:"bytes,23,rep,name=other_links,jso n=otherLinks" json:"other_links,omitempty"` 180 OtherLinks []*Link `protobuf:"bytes,23,rep,name=other_links,jso n=otherLinks" json:"other_links,omitempty"`
181 Property []*Step_Property `protobuf:"bytes,24,rep,name=property" json: "property,omitempty"` 181 Property []*Step_Property `protobuf:"bytes,24,rep,name=property" json: "property,omitempty"`
182 // Maps the name of the Manifest, e.g. UNPATCHED, INFRA, etc. to the 182 // Maps the name of the Manifest, e.g. UNPATCHED, INFRA, etc. to the
183 // ManifestLink. This name will be used in the milo console definition t o 183 // ManifestLink. This name will be used in the milo console definition t o
184 // indicate which manifest data to sort the console view by. 184 // indicate which manifest data to sort the console view by.
185 » DeploymentManifests map[string]*Step_ManifestLink `protobuf:"bytes,25,re p,name=deployment_manifests,json=deploymentManifests" json:"deployment_manifests ,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"bytes,2,opt,name=v alue"` 185 » SourceManifests map[string]*Step_ManifestLink `protobuf:"bytes,25,rep,na me=source_manifests,json=sourceManifests" json:"source_manifests,omitempty" prot obuf_key:"bytes,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
186 } 186 }
187 187
188 func (m *Step) Reset() { *m = Step{} } 188 func (m *Step) Reset() { *m = Step{} }
189 func (m *Step) String() string { return proto.CompactTextString(m) } 189 func (m *Step) String() string { return proto.CompactTextString(m) }
190 func (*Step) ProtoMessage() {} 190 func (*Step) ProtoMessage() {}
191 func (*Step) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{1} } 191 func (*Step) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{1} }
192 192
193 func (m *Step) GetName() string { 193 func (m *Step) GetName() string {
194 if m != nil { 194 if m != nil {
195 return m.Name 195 return m.Name
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
281 return nil 281 return nil
282 } 282 }
283 283
284 func (m *Step) GetProperty() []*Step_Property { 284 func (m *Step) GetProperty() []*Step_Property {
285 if m != nil { 285 if m != nil {
286 return m.Property 286 return m.Property
287 } 287 }
288 return nil 288 return nil
289 } 289 }
290 290
291 func (m *Step) GetDeploymentManifests() map[string]*Step_ManifestLink { 291 func (m *Step) GetSourceManifests() map[string]*Step_ManifestLink {
292 if m != nil { 292 if m != nil {
293 » » return m.DeploymentManifests 293 » » return m.SourceManifests
294 } 294 }
295 return nil 295 return nil
296 } 296 }
297 297
298 // Command contains information about a command-line invocation. 298 // Command contains information about a command-line invocation.
299 type Step_Command struct { 299 type Step_Command struct {
300 // The command-line invocation, expressed as an argument vector. 300 // The command-line invocation, expressed as an argument vector.
301 CommandLine []string `protobuf:"bytes,1,rep,name=command_line,json=comma ndLine" json:"command_line,omitempty"` 301 CommandLine []string `protobuf:"bytes,1,rep,name=command_line,json=comma ndLine" json:"command_line,omitempty"`
302 // The current working directory. 302 // The current working directory.
303 Cwd string `protobuf:"bytes,2,opt,name=cwd" json:"cwd,omitempty"` 303 Cwd string `protobuf:"bytes,2,opt,name=cwd" json:"cwd,omitempty"`
(...skipping 574 matching lines...) Expand 10 before | Expand all | Expand 10 after
878 proto.RegisterType((*DMLink)(nil), "milo.DMLink") 878 proto.RegisterType((*DMLink)(nil), "milo.DMLink")
879 proto.RegisterEnum("milo.Status", Status_name, Status_value) 879 proto.RegisterEnum("milo.Status", Status_name, Status_value)
880 proto.RegisterEnum("milo.FailureDetails_Type", FailureDetails_Type_name, FailureDetails_Type_value) 880 proto.RegisterEnum("milo.FailureDetails_Type", FailureDetails_Type_name, FailureDetails_Type_value)
881 } 881 }
882 882
883 func init() { 883 func init() {
884 proto.RegisterFile("github.com/luci/luci-go/common/proto/milo/annotation s.proto", fileDescriptor0) 884 proto.RegisterFile("github.com/luci/luci-go/common/proto/milo/annotation s.proto", fileDescriptor0)
885 } 885 }
886 886
887 var fileDescriptor0 = []byte{ 887 var fileDescriptor0 = []byte{
888 // 1068 bytes of a gzipped FileDescriptorProto 888 // 1063 bytes of a gzipped FileDescriptorProto
889 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x55, 0xdb, 0x6e, 0xdb, 0x46, 889 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x55, 0xdd, 0x6f, 0xe3, 0x44,
890 0x13, 0xd6, 0x81, 0x12, 0xa3, 0x91, 0xec, 0x5f, 0xff, 0x46, 0x4d, 0x18, 0xa1, 0x68, 0x5c, 0xb5, 890 0x10, 0xcf, 0x87, 0x13, 0x5f, 0x26, 0x69, 0xcf, 0x2c, 0xe1, 0xce, 0x17, 0x21, 0x5a, 0x22, 0x24,
891 0x40, 0x8d, 0x36, 0x96, 0x0a, 0x37, 0x6d, 0x73, 0x6a, 0x00, 0x47, 0xa2, 0x63, 0x01, 0xb2, 0x62, 891 0x4e, 0x70, 0x4d, 0x50, 0x39, 0xe0, 0xbe, 0x38, 0xa9, 0x97, 0xb8, 0xd7, 0xa0, 0x34, 0x57, 0x6d,
892 0xac, 0xec, 0x22, 0xbd, 0x22, 0x56, 0xe2, 0x4a, 0x66, 0x4d, 0x72, 0x59, 0xee, 0xd2, 0xb5, 0xde, 892 0x5a, 0xe9, 0x10, 0x0f, 0xd1, 0x26, 0xde, 0xa4, 0xa6, 0xb6, 0xd7, 0x78, 0xd7, 0xa5, 0x79, 0xe7,
893 0xa3, 0xaf, 0xd2, 0x77, 0xeb, 0x45, 0x2f, 0x8a, 0x3d, 0x50, 0xa6, 0x1b, 0x3b, 0xbd, 0x21, 0x76, 893 0x5f, 0xe2, 0x7f, 0xe3, 0x81, 0x07, 0xb4, 0x1f, 0x4e, 0x5d, 0x68, 0x8f, 0x17, 0x6b, 0x67, 0xe6,
894 0x66, 0xbe, 0xd9, 0x9d, 0xf9, 0xe6, 0x5b, 0x2e, 0xbc, 0x5c, 0x05, 0xe2, 0x3c, 0x9b, 0xf7, 0x17, 894 0x37, 0xbb, 0x33, 0xf3, 0xfb, 0xad, 0x17, 0x5e, 0xae, 0x02, 0x71, 0x9e, 0xcd, 0x7b, 0x0b, 0x16,
895 0x2c, 0x1a, 0x84, 0xd9, 0x22, 0x50, 0x9f, 0xbd, 0x15, 0x1b, 0x2c, 0x58, 0x14, 0xb1, 0x78, 0x90, 895 0xf5, 0xc3, 0x6c, 0x11, 0xa8, 0xcf, 0xde, 0x8a, 0xf5, 0x17, 0x2c, 0x8a, 0x58, 0xdc, 0x4f, 0x52,
896 0xa4, 0x4c, 0xb0, 0x41, 0x14, 0x84, 0x6c, 0x40, 0xe2, 0x98, 0x09, 0x22, 0x02, 0x16, 0xf3, 0xbe, 896 0x26, 0x58, 0x3f, 0x0a, 0x42, 0xd6, 0x27, 0x71, 0xcc, 0x04, 0x11, 0x01, 0x8b, 0x79, 0x4f, 0xb9,
897 0x72, 0x23, 0x4b, 0xfa, 0xbb, 0x8f, 0x57, 0x8c, 0xad, 0x42, 0xaa, 0xa1, 0xf3, 0x6c, 0x39, 0x10, 897 0x91, 0x25, 0xfd, 0x9d, 0x9d, 0x15, 0x63, 0xab, 0x90, 0x6a, 0xe8, 0x3c, 0x5b, 0xf6, 0x45, 0x10,
898 0x41, 0x44, 0xb9, 0x20, 0x51, 0xa2, 0x61, 0xbd, 0xbf, 0xca, 0xb0, 0x7d, 0x48, 0x82, 0x30, 0x4b, 898 0x51, 0x2e, 0x48, 0x94, 0x68, 0x58, 0xf7, 0xaf, 0x32, 0x6c, 0x1f, 0x92, 0x20, 0xcc, 0x52, 0x3a,
899 0xe9, 0x88, 0x0a, 0x12, 0x84, 0x1c, 0xed, 0x81, 0x25, 0xd6, 0x09, 0x75, 0xca, 0x3b, 0xe5, 0xdd, 899 0xa4, 0x82, 0x04, 0x21, 0x47, 0x7b, 0x60, 0x89, 0x75, 0x42, 0xdd, 0xf2, 0x6e, 0xf9, 0xf1, 0xf6,
900 0xed, 0xfd, 0x47, 0x7d, 0xb9, 0x51, 0xff, 0x26, 0xa6, 0x7f, 0xba, 0x4e, 0x28, 0x56, 0x30, 0x84, 900 0xfe, 0xa3, 0x9e, 0xdc, 0xa8, 0x77, 0x13, 0xd3, 0x3b, 0x5d, 0x27, 0x14, 0x2b, 0x18, 0x42, 0x60,
901 0xc0, 0x12, 0xf4, 0x4a, 0x38, 0x95, 0x9d, 0xf2, 0x6e, 0x03, 0xab, 0x35, 0x7a, 0x0d, 0x9d, 0x25, 901 0x09, 0x7a, 0x25, 0xdc, 0xca, 0x6e, 0xf9, 0x71, 0x03, 0xab, 0x35, 0x7a, 0x0d, 0xed, 0x25, 0x09,
902 0x09, 0x42, 0xea, 0x7b, 0x7e, 0xe4, 0xf9, 0x34, 0xa1, 0xb1, 0x4f, 0xe3, 0xc5, 0xda, 0xa9, 0xee, 902 0x42, 0xea, 0xcf, 0xfc, 0x68, 0xe6, 0xd3, 0x84, 0xc6, 0x3e, 0x8d, 0x17, 0x6b, 0xb7, 0xba, 0x5b,
903 0x54, 0x77, 0x9b, 0xfb, 0x2d, 0xbd, 0xe5, 0xe8, 0x78, 0x12, 0xc4, 0x17, 0x18, 0x69, 0xe4, 0x28, 903 0x7d, 0xdc, 0xdc, 0x6f, 0xe9, 0x2d, 0x87, 0xc7, 0xe3, 0x20, 0xbe, 0xc0, 0x48, 0x23, 0x87, 0xd1,
904 0x1a, 0x6d, 0x70, 0xbd, 0x05, 0x58, 0xf2, 0x04, 0xd4, 0x04, 0xfb, 0xad, 0x3b, 0x75, 0xf1, 0xc1, 904 0x70, 0x83, 0xeb, 0x2e, 0xc0, 0x92, 0x27, 0xa0, 0x26, 0xd8, 0x6f, 0xbd, 0x89, 0x87, 0x0f, 0xc6,
905 0xa4, 0x5d, 0x42, 0x5b, 0xd0, 0x70, 0xdf, 0x0f, 0xdd, 0x93, 0xd3, 0xf1, 0xbb, 0x69, 0xbb, 0x8c, 905 0x4e, 0x09, 0x6d, 0x41, 0xc3, 0x7b, 0x3f, 0xf0, 0x4e, 0x4e, 0x47, 0xef, 0x26, 0x4e, 0x19, 0x35,
906 0x1a, 0x50, 0x1b, 0x4f, 0x0f, 0xf1, 0x41, 0xbb, 0x82, 0x1c, 0xe8, 0x8c, 0x8e, 0xbd, 0x91, 0x7b, 906 0xa0, 0x36, 0x9a, 0x1c, 0xe2, 0x03, 0xa7, 0x82, 0x5c, 0x68, 0x0f, 0x8f, 0x67, 0x43, 0xef, 0xc4,
907 0xe2, 0x4e, 0x47, 0xee, 0x74, 0xf8, 0x8b, 0x77, 0x78, 0x30, 0x9e, 0xb8, 0xa3, 0x76, 0x55, 0xe6, 907 0x9b, 0x0c, 0xbd, 0xc9, 0xe0, 0xe7, 0xd9, 0xe1, 0xc1, 0x68, 0xec, 0x0d, 0x9d, 0xaa, 0xcc, 0x19,
908 0x0c, 0x0f, 0xa6, 0x43, 0x77, 0x22, 0x4d, 0x4b, 0xee, 0xe7, 0xbe, 0x3f, 0x19, 0x63, 0x77, 0xd4, 908 0x1c, 0x4c, 0x06, 0xde, 0x58, 0x9a, 0x96, 0xdc, 0xcf, 0x7b, 0x7f, 0x32, 0xc2, 0xde, 0xd0, 0xa9,
909 0xae, 0xf5, 0xfe, 0x00, 0xb0, 0x66, 0x82, 0x26, 0xb2, 0x83, 0x98, 0x44, 0xba, 0xe1, 0x06, 0x56, 909 0x75, 0xff, 0x00, 0xb0, 0xa6, 0x82, 0x26, 0xb2, 0x83, 0x98, 0x44, 0xba, 0xe1, 0x06, 0x56, 0x6b,
910 0x6b, 0xf4, 0x04, 0x6c, 0xc9, 0x32, 0x89, 0x7d, 0xd5, 0x58, 0x73, 0x1f, 0xe9, 0xa2, 0x65, 0x42, 910 0xf4, 0x04, 0x6c, 0x39, 0x65, 0x12, 0xfb, 0xaa, 0xb1, 0xe6, 0x3e, 0xd2, 0x45, 0xcb, 0x84, 0xde,
911 0x7f, 0xa8, 0x23, 0x38, 0x87, 0xa0, 0x2f, 0xa1, 0xce, 0x05, 0x11, 0x19, 0x77, 0xaa, 0x8a, 0xb4, 911 0x40, 0x47, 0x70, 0x0e, 0x41, 0x5f, 0x40, 0x9d, 0x0b, 0x22, 0x32, 0xee, 0x56, 0xd5, 0xd0, 0x5a,
912 0x56, 0x0e, 0x96, 0x3e, 0x6c, 0x62, 0xe8, 0x27, 0xf8, 0xdf, 0x52, 0xd3, 0xe8, 0xf9, 0x9a, 0x47, 912 0x39, 0x58, 0xfa, 0xb0, 0x89, 0xa1, 0x1f, 0xe1, 0xfe, 0x52, 0x8f, 0x71, 0xe6, 0xeb, 0x39, 0xba,
913 0xc7, 0x52, 0x7b, 0x77, 0x6e, 0xe3, 0x18, 0x6f, 0x2f, 0x6f, 0xce, 0xe5, 0x09, 0xd8, 0x3c, 0x9b, 913 0x96, 0xda, 0xbb, 0x7d, 0xdb, 0x8c, 0xf1, 0xf6, 0xf2, 0x26, 0x2f, 0x4f, 0xc0, 0xe6, 0xd9, 0x9c,
914 0x73, 0x41, 0x13, 0xa7, 0xa6, 0x78, 0x2c, 0x96, 0x34, 0xd3, 0x11, 0x9c, 0x43, 0xd0, 0x8f, 0xb0, 914 0x0b, 0x9a, 0xb8, 0x35, 0x35, 0xc7, 0x62, 0x49, 0x53, 0x1d, 0xc1, 0x39, 0x04, 0xfd, 0x00, 0x5b,
915 0xc5, 0x85, 0xcf, 0x32, 0xe1, 0x71, 0x91, 0x52, 0x12, 0x39, 0xf5, 0x62, 0x1b, 0x13, 0xb6, 0xf2, 915 0x5c, 0xf8, 0x2c, 0x13, 0x33, 0x2e, 0x52, 0x4a, 0x22, 0xb7, 0x5e, 0x6c, 0x63, 0xcc, 0x56, 0x3e,
916 0xd9, 0x6a, 0xa6, 0x22, 0xb8, 0xa5, 0x81, 0xda, 0x32, 0x89, 0x34, 0x4d, 0xf3, 0x44, 0xfb, 0xa3, 916 0x5b, 0x4d, 0x55, 0x04, 0xb7, 0x34, 0x50, 0x5b, 0x26, 0x91, 0xa6, 0x69, 0x9e, 0x68, 0x7f, 0x30,
917 0x89, 0x34, 0x4d, 0x4d, 0xe2, 0x53, 0xb0, 0xb9, 0x20, 0xa9, 0xa0, 0xbe, 0x73, 0x4f, 0xa5, 0x74, 917 0x91, 0xa6, 0xa9, 0x49, 0x7c, 0x0a, 0x36, 0x17, 0x24, 0x15, 0xd4, 0x77, 0xef, 0xa9, 0x94, 0x4e,
918 0xfb, 0x5a, 0x7d, 0xfd, 0x5c, 0x7d, 0xfd, 0xd3, 0x5c, 0x7d, 0x38, 0x87, 0xa2, 0x6f, 0xa1, 0x26, 918 0x4f, 0xab, 0xaf, 0x97, 0xab, 0xaf, 0x77, 0x9a, 0xab, 0x0f, 0xe7, 0x50, 0xf4, 0x0d, 0xd4, 0x24,
919 0xa7, 0xee, 0x3b, 0x8d, 0xff, 0xcc, 0xd1, 0xc0, 0x8d, 0xe0, 0x3a, 0x3b, 0xd5, 0x8d, 0xe0, 0x06, 919 0xeb, 0xbe, 0xdb, 0xf8, 0xdf, 0x1c, 0x0d, 0xdc, 0x08, 0xae, 0xbd, 0x5b, 0xdd, 0x08, 0xae, 0x0f,
920 0x70, 0x2f, 0x49, 0xd9, 0x2a, 0xa5, 0x9c, 0x3b, 0x9f, 0xa8, 0x8d, 0xee, 0x17, 0xc8, 0x39, 0x31, 920 0xf7, 0x92, 0x94, 0xad, 0x52, 0xca, 0xb9, 0xfb, 0x89, 0xda, 0xe8, 0xe3, 0xc2, 0x70, 0x4e, 0x4c,
921 0x21, 0xbc, 0x01, 0xa1, 0xcf, 0xc0, 0x0a, 0x83, 0xf8, 0xc2, 0x79, 0xa0, 0xc0, 0x60, 0x9a, 0x93, 921 0x08, 0x6f, 0x40, 0xe8, 0x33, 0xb0, 0xc2, 0x20, 0xbe, 0x70, 0x1f, 0x28, 0x30, 0x98, 0xe6, 0xa4,
922 0x7a, 0x54, 0x7e, 0xf4, 0x0d, 0x34, 0x99, 0x38, 0xa7, 0xa9, 0x27, 0x2d, 0xee, 0x3c, 0x54, 0x84, 922 0x1e, 0x95, 0x1f, 0x7d, 0x0d, 0x4d, 0x26, 0xce, 0x69, 0x3a, 0x93, 0x16, 0x77, 0x1f, 0xaa, 0x81,
923 0x17, 0x61, 0xa0, 0xc2, 0x72, 0xc9, 0xcd, 0xe9, 0x09, 0x4d, 0xc5, 0xda, 0x71, 0x14, 0xf2, 0x5f, 923 0x17, 0x61, 0xa0, 0xc2, 0x72, 0xc9, 0xcd, 0xe9, 0x09, 0x4d, 0xc5, 0xda, 0x75, 0x15, 0xf2, 0x5f,
924 0xa7, 0xab, 0x10, 0xde, 0x80, 0xd0, 0xcf, 0xd0, 0xf1, 0x69, 0x12, 0xb2, 0x75, 0x44, 0x63, 0xe1, 924 0xa7, 0xab, 0x10, 0xde, 0x80, 0xd0, 0x4f, 0xe0, 0x70, 0x96, 0xa5, 0x0b, 0x3a, 0x8b, 0x48, 0x1c,
925 0x45, 0x24, 0x0e, 0x96, 0x94, 0x0b, 0xee, 0x3c, 0x52, 0xc9, 0x5f, 0x14, 0x92, 0x47, 0x1b, 0xd8, 925 0x2c, 0x29, 0x17, 0xdc, 0x7d, 0xa4, 0x12, 0x77, 0x8a, 0x9c, 0x2a, 0xc8, 0x71, 0x8e, 0xf0, 0x62,
926 0x71, 0x8e, 0x72, 0x63, 0x91, 0xae, 0xf1, 0x7d, 0xff, 0xc3, 0x48, 0xf7, 0xcf, 0x32, 0xd8, 0x46, 926 0x91, 0xae, 0xf1, 0x7d, 0x7e, 0xd3, 0xdb, 0xf9, 0xb3, 0x0c, 0xb6, 0x11, 0x24, 0xfa, 0x1c, 0x5a,
927 0x9c, 0xe8, 0x73, 0x68, 0x19, 0x79, 0xca, 0x1e, 0xa4, 0xba, 0x25, 0x5d, 0x4d, 0xe3, 0x9b, 0x04, 927 0x46, 0x92, 0xb2, 0x6e, 0xa9, 0x68, 0x39, 0xa2, 0xa6, 0xf1, 0x8d, 0x83, 0x98, 0x22, 0x07, 0xaa,
928 0x31, 0x45, 0x6d, 0xa8, 0x2e, 0x7e, 0xf7, 0xcd, 0xcd, 0x95, 0x4b, 0xf4, 0x1c, 0x6c, 0x1a, 0x5f, 928 0x8b, 0xdf, 0x7d, 0x73, 0x5b, 0xe5, 0x12, 0x3d, 0x07, 0x9b, 0xc6, 0x97, 0x41, 0xca, 0x62, 0x73,
929 0x06, 0x29, 0x8b, 0xcd, 0x5d, 0x7d, 0xfc, 0xa1, 0xec, 0xfb, 0xae, 0x46, 0xe8, 0x3a, 0x72, 0x7c, 929 0x3f, 0x77, 0xfe, 0x2b, 0xf5, 0x9e, 0xa7, 0x11, 0xba, 0x86, 0x1c, 0xdf, 0x79, 0x01, 0xad, 0x62,
930 0xf7, 0x05, 0xb4, 0x8a, 0x01, 0xb9, 0xf9, 0x05, 0x5d, 0x9b, 0x4b, 0x25, 0x97, 0xa8, 0x03, 0xb5, 930 0x40, 0x6e, 0x7e, 0x41, 0xd7, 0xe6, 0x22, 0xc9, 0x25, 0x6a, 0x43, 0xed, 0x92, 0x84, 0x19, 0x35,
931 0x4b, 0x12, 0x66, 0xd4, 0x1c, 0xa8, 0x8d, 0x17, 0x95, 0x67, 0xe5, 0xee, 0x1a, 0x6c, 0x23, 0x60, 931 0x07, 0x6a, 0xe3, 0x45, 0xe5, 0x59, 0xb9, 0xb3, 0x06, 0xdb, 0x88, 0x16, 0xed, 0x82, 0xa5, 0x64,
932 0xb4, 0x03, 0x96, 0x92, 0x78, 0xb9, 0x38, 0x18, 0x79, 0xfc, 0x51, 0x09, 0xab, 0x08, 0x3a, 0x80, 932 0x5d, 0x2e, 0x92, 0x21, 0x8f, 0x3f, 0x2a, 0x61, 0x15, 0x41, 0x07, 0xf0, 0xd1, 0xf5, 0x2f, 0x2e,
933 0xff, 0x5f, 0xff, 0xee, 0x72, 0x91, 0x56, 0xee, 0x12, 0xe9, 0x51, 0x09, 0xb7, 0xaf, 0xe1, 0xda, 933 0x17, 0x66, 0xe5, 0x2e, 0x61, 0x1e, 0x95, 0xb0, 0x73, 0x0d, 0xd7, 0xbe, 0x37, 0x8d, 0xcd, 0xf5,
934 0xf7, 0xa6, 0xb1, 0xb9, 0x4a, 0xdd, 0xd7, 0x70, 0x2f, 0x97, 0x87, 0x2c, 0x50, 0x30, 0x41, 0x42, 934 0xe9, 0xbc, 0x86, 0x7b, 0xb9, 0x24, 0x64, 0x81, 0x82, 0x09, 0x12, 0xaa, 0xc3, 0x6b, 0x58, 0x1b,
935 0x75, 0x78, 0x0d, 0x6b, 0x03, 0x7d, 0x0a, 0x8d, 0x05, 0x8b, 0x92, 0x90, 0x4a, 0x65, 0x57, 0x54, 935 0xe8, 0x53, 0x68, 0x2c, 0x58, 0x94, 0x84, 0x54, 0xaa, 0xb9, 0xa2, 0x22, 0xd7, 0x8e, 0xce, 0x53,
936 0xe4, 0xda, 0xd1, 0x7d, 0xaa, 0xf2, 0xf5, 0x58, 0x6f, 0xfb, 0x91, 0xdc, 0xda, 0x74, 0xf7, 0x19, 936 0x95, 0xaf, 0xa9, 0xbc, 0xed, 0xe7, 0x71, 0x6b, 0xd3, 0x9d, 0x67, 0xd0, 0xca, 0x59, 0x93, 0xb2,
937 0xb4, 0xf2, 0xa9, 0x49, 0x09, 0x49, 0xb2, 0xb2, 0x34, 0xcc, 0xc9, 0xca, 0xd2, 0x10, 0x3d, 0x80, 937 0x91, 0xc3, 0xca, 0xd2, 0x30, 0x1f, 0x56, 0x96, 0x86, 0xe8, 0x01, 0xd4, 0xf9, 0x39, 0xd9, 0xff,
938 0x3a, 0x3f, 0x27, 0xfb, 0xdf, 0xff, 0xa0, 0x12, 0x5b, 0xd8, 0x58, 0x5d, 0x0f, 0x9c, 0xbb, 0x34, 938 0xee, 0x7b, 0x95, 0xd8, 0xc2, 0xc6, 0xea, 0xfc, 0x02, 0xed, 0xdb, 0xb4, 0x70, 0xcb, 0xb8, 0xf7,
939 0x71, 0x0b, 0xe5, 0x7b, 0xc5, 0xd3, 0x9b, 0xfb, 0x0f, 0x0b, 0xd3, 0x2c, 0x9e, 0x5f, 0x98, 0x45, 939 0x8a, 0x27, 0x37, 0xf7, 0x1f, 0x16, 0x98, 0x2c, 0x9e, 0x5d, 0xe0, 0xa1, 0xfb, 0x77, 0x19, 0x2c,
940 0xef, 0xef, 0x32, 0x58, 0xaa, 0xa6, 0x0e, 0xd4, 0x42, 0x32, 0xa7, 0x79, 0x55, 0xda, 0x40, 0x8f, 940 0x55, 0x4f, 0x1b, 0x6a, 0x21, 0x99, 0xd3, 0xbc, 0x22, 0x6d, 0xa0, 0x1d, 0x68, 0x92, 0x30, 0x20,
941 0xa1, 0x49, 0xc2, 0x80, 0x70, 0x4f, 0xc7, 0x74, 0x57, 0xa0, 0x5c, 0x13, 0x05, 0x40, 0xba, 0x15, 941 0x7c, 0xa6, 0x63, 0xba, 0x23, 0x50, 0xae, 0xb1, 0x02, 0x20, 0xdd, 0x86, 0xfc, 0xf1, 0x35, 0x8e,
942 0xf9, 0x23, 0x6c, 0x1c, 0x95, 0x74, 0x33, 0xcf, 0x61, 0x2b, 0x54, 0x33, 0xc9, 0xc7, 0x65, 0x7d, 942 0x4a, 0xba, 0x91, 0xe7, 0xb0, 0x15, 0x2a, 0x3e, 0x72, 0xaa, 0xac, 0x0f, 0x50, 0xd5, 0x0a, 0x0b,
943 0x64, 0x5c, 0xad, 0xb0, 0x60, 0xa3, 0x57, 0xb0, 0x1d, 0x70, 0x16, 0x12, 0x41, 0x3d, 0x36, 0xff, 943 0x36, 0x7a, 0x05, 0xdb, 0x01, 0x67, 0x21, 0x11, 0x74, 0xc6, 0xe6, 0xbf, 0xd2, 0x85, 0x70, 0x6b,
944 0x95, 0x2e, 0x84, 0x53, 0x2b, 0xde, 0xef, 0xb1, 0x8e, 0xbd, 0x53, 0xa1, 0xa3, 0x12, 0xde, 0x0a, 944 0xc5, 0xfb, 0x3c, 0xd2, 0xb1, 0x77, 0x2a, 0x74, 0x54, 0xc2, 0x5b, 0x41, 0xd1, 0x81, 0xbe, 0x04,
945 0x8a, 0x0e, 0xf4, 0x15, 0xd8, 0x7e, 0xa4, 0xee, 0xb0, 0xf9, 0xff, 0xdd, 0x78, 0x7b, 0x8e, 0x4a, 945 0xdb, 0x8f, 0xd4, 0x9d, 0x35, 0xff, 0xbb, 0x1b, 0x6f, 0xcd, 0x51, 0x09, 0xd7, 0xfd, 0x48, 0xae,
946 0xb8, 0xee, 0x47, 0x72, 0xf5, 0xc6, 0x36, 0x44, 0xf5, 0x30, 0xb4, 0x8a, 0xf5, 0xa8, 0x39, 0xd0, 946 0xde, 0xd8, 0x66, 0x50, 0x5d, 0x0c, 0xad, 0x62, 0x3d, 0x8a, 0x03, 0x9a, 0x5e, 0xd2, 0xd4, 0x8c,
947 0xf4, 0x92, 0xa6, 0x86, 0x06, 0x63, 0x49, 0x7f, 0x92, 0xd2, 0x65, 0x70, 0x65, 0x28, 0x30, 0xd6, 947 0xc1, 0x58, 0xd2, 0x9f, 0xa4, 0x74, 0x19, 0x5c, 0x99, 0x11, 0x18, 0x6b, 0xc3, 0x7f, 0xf5, 0x9a,
948 0x46, 0x03, 0xd5, 0x6b, 0x0d, 0xf4, 0x5e, 0xc2, 0xd6, 0x8d, 0x3a, 0xef, 0xdc, 0x14, 0x81, 0x75, 948 0xff, 0xee, 0x4b, 0xd8, 0xba, 0x51, 0xe7, 0x9d, 0x9b, 0x22, 0xb0, 0xce, 0x09, 0x3f, 0xcf, 0xdf,
949 0x4e, 0xf8, 0x79, 0xfe, 0x96, 0xca, 0x75, 0x2f, 0x86, 0xba, 0xae, 0xf6, 0xce, 0xac, 0x0e, 0xd4, 949 0x4e, 0xb9, 0xee, 0xc6, 0x50, 0xd7, 0xd5, 0xde, 0x99, 0xd5, 0x86, 0xda, 0x6f, 0x19, 0xe5, 0xf9,
950 0x7e, 0xcb, 0x28, 0xcf, 0x9f, 0x60, 0x6d, 0x20, 0x07, 0x6c, 0x22, 0x04, 0x8d, 0x12, 0xa1, 0x6a, 950 0x93, 0xab, 0x0d, 0xe4, 0x82, 0x4d, 0x84, 0xa0, 0x51, 0x22, 0x54, 0x2d, 0x55, 0x9c, 0x9b, 0x52,
951 0xa9, 0xe2, 0xdc, 0x94, 0x82, 0xa6, 0x57, 0x74, 0x91, 0xc9, 0x0b, 0xa1, 0x26, 0x51, 0xc5, 0xd7, 951 0xcc, 0xf4, 0x8a, 0x2e, 0x32, 0x79, 0x19, 0x14, 0x13, 0x55, 0x7c, 0xed, 0xf8, 0xea, 0x15, 0xd4,
952 0x8e, 0xaf, 0x5f, 0x41, 0x5d, 0xbf, 0x5b, 0xf2, 0xb5, 0xc4, 0x67, 0xd3, 0xe9, 0x78, 0xfa, 0xb6, 952 0xf5, 0x3b, 0x25, 0x5f, 0x47, 0x7c, 0x36, 0x99, 0x8c, 0x26, 0x6f, 0x9d, 0x92, 0x34, 0xa6, 0x67,
953 0x5d, 0x92, 0xc6, 0xec, 0x6c, 0x38, 0x74, 0x67, 0xb3, 0x76, 0x59, 0x1a, 0xf2, 0x89, 0x3d, 0xc3, 953 0x83, 0x81, 0x37, 0x9d, 0x3a, 0x65, 0x69, 0xc8, 0x27, 0xf5, 0x0c, 0x7b, 0x4e, 0x45, 0x1a, 0xf2,
954 0x6e, 0xbb, 0x22, 0x0d, 0xf9, 0xf0, 0x4a, 0x58, 0x75, 0x5e, 0x57, 0xff, 0xed, 0xef, 0xfe, 0x09, 954 0xa1, 0x95, 0xb0, 0xea, 0xbc, 0xae, 0xfe, 0xd3, 0xdf, 0xfe, 0x13, 0x00, 0x00, 0xff, 0xff, 0x66,
955 0x00, 0x00, 0xff, 0xff, 0x7f, 0x6c, 0x7f, 0xd3, 0xbc, 0x08, 0x00, 0x00, 955 0x68, 0x9d, 0x4d, 0xac, 0x08, 0x00, 0x00,
956 } 956 }
OLDNEW
« no previous file with comments | « common/proto/milo/annotations.proto ('k') | logdog/client/annotee/annotation/annotation.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698