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

Side by Side Diff: dm/api/acls/acls.pb.go

Issue 2933323003: Regenerate all stuff. (Closed)
Patch Set: rebase and regenerate Created 3 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
« no previous file with comments | « deploytool/api/deploy/userconfig.pb.go ('k') | dm/api/distributor/distributor.pb.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. 1 // Code generated by protoc-gen-go. DO NOT EDIT.
2 // source: github.com/luci/luci-go/dm/api/acls/acls.proto 2 // source: github.com/luci/luci-go/dm/api/acls/acls.proto
3 // DO NOT EDIT!
4 3
5 /* 4 /*
6 Package acls is a generated protocol buffer package. 5 Package acls is a generated protocol buffer package.
7 6
8 It is generated from these files: 7 It is generated from these files:
9 github.com/luci/luci-go/dm/api/acls/acls.proto 8 github.com/luci/luci-go/dm/api/acls/acls.proto
10 9
11 It has these top-level messages: 10 It has these top-level messages:
12 Acls 11 Acls
13 */ 12 */
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 } 54 }
56 55
57 func init() { 56 func init() {
58 proto.RegisterType((*Acls)(nil), "acls.Acls") 57 proto.RegisterType((*Acls)(nil), "acls.Acls")
59 } 58 }
60 59
61 func init() { proto.RegisterFile("github.com/luci/luci-go/dm/api/acls/acls.proto ", fileDescriptor0) } 60 func init() { proto.RegisterFile("github.com/luci/luci-go/dm/api/acls/acls.proto ", fileDescriptor0) }
62 61
63 var fileDescriptor0 = []byte{ 62 var fileDescriptor0 = []byte{
64 // 114 bytes of a gzipped FileDescriptorProto 63 // 114 bytes of a gzipped FileDescriptorProto
65 » 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0xe2, 0xd2, 0x4b, 0xcf, 0x2c, 0xc9, 64 » 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0xd2, 0x4b, 0xcf, 0x2c, 0xc9,
66 0x28, 0x4d, 0xd2, 0x4b, 0xce, 0xcf, 0xd5, 0xcf, 0x29, 0x4d, 0xce, 0x04, 0x13, 0xba, 0xe9, 0xf9, 65 0x28, 0x4d, 0xd2, 0x4b, 0xce, 0xcf, 0xd5, 0xcf, 0x29, 0x4d, 0xce, 0x04, 0x13, 0xba, 0xe9, 0xf9,
67 0xfa, 0x29, 0xb9, 0xfa, 0x89, 0x05, 0x99, 0xfa, 0x89, 0xc9, 0x39, 0xc5, 0x60, 0x42, 0xaf, 0xa0, 66 0xfa, 0x29, 0xb9, 0xfa, 0x89, 0x05, 0x99, 0xfa, 0x89, 0xc9, 0x39, 0xc5, 0x60, 0x42, 0xaf, 0xa0,
68 0x28, 0xbf, 0x24, 0x5f, 0x88, 0x05, 0xc4, 0x56, 0xb2, 0xe2, 0x62, 0x71, 0x4c, 0xce, 0x29, 0x16, 67 0x28, 0xbf, 0x24, 0x5f, 0x88, 0x05, 0xc4, 0x56, 0xb2, 0xe2, 0x62, 0x71, 0x4c, 0xce, 0x29, 0x16,
69 0x92, 0xe0, 0x62, 0x2f, 0x4a, 0x4d, 0x4c, 0x49, 0x2d, 0x2a, 0x96, 0x60, 0x54, 0x60, 0xd6, 0xe0, 68 0x92, 0xe0, 0x62, 0x2f, 0x4a, 0x4d, 0x4c, 0x49, 0x2d, 0x2a, 0x96, 0x60, 0x54, 0x60, 0xd6, 0xe0,
70 0x0c, 0x82, 0x71, 0x41, 0x32, 0xe5, 0x45, 0x99, 0x25, 0x20, 0x19, 0x26, 0x88, 0x0c, 0x94, 0x9b, 69 0x0c, 0x82, 0x71, 0x41, 0x32, 0xe5, 0x45, 0x99, 0x25, 0x20, 0x19, 0x26, 0x88, 0x0c, 0x94, 0x9b,
71 0xc4, 0x06, 0x36, 0xc8, 0x18, 0x10, 0x00, 0x00, 0xff, 0xff, 0xc6, 0x95, 0xe5, 0xc1, 0x7a, 0x00, 70 0xc4, 0x06, 0x36, 0xc8, 0x18, 0x10, 0x00, 0x00, 0xff, 0xff, 0xc6, 0x95, 0xe5, 0xc1, 0x7a, 0x00,
72 0x00, 0x00, 71 0x00, 0x00,
73 } 72 }
OLDNEW
« no previous file with comments | « deploytool/api/deploy/userconfig.pb.go ('k') | dm/api/distributor/distributor.pb.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698