| Index: buildbucket/client/cmd/buildbucket/proto/project_config.pb.go
|
| diff --git a/buildbucket/client/cmd/buildbucket/proto/project_config.pb.go b/buildbucket/client/cmd/buildbucket/proto/project_config.pb.go
|
| index 1efbfeb9c6c14e1b06e1c8bfed2195e6ee0bb0b1..35ce7b89a32d67401baf7c2dd153151e19fe833c 100644
|
| --- a/buildbucket/client/cmd/buildbucket/proto/project_config.pb.go
|
| +++ b/buildbucket/client/cmd/buildbucket/proto/project_config.pb.go
|
| @@ -1,15 +1,15 @@
|
| -// Code generated by protoc-gen-go.
|
| -// source: infra/tools/swarming-transition/cmd/swarmbucketbuilders/proto/project_config.proto
|
| -// DO NOT EDIT!
|
| +// Code generated by protoc-gen-go. DO NOT EDIT.
|
| +// source: github.com/luci/luci-go/buildbucket/client/cmd/buildbucket/proto/project_config.proto
|
|
|
| /*
|
| Package buildbucket is a generated protocol buffer package.
|
|
|
| It is generated from these files:
|
| - infra/tools/swarming-transition/cmd/swarmbucketbuilders/proto/project_config.proto
|
| + github.com/luci/luci-go/buildbucket/client/cmd/buildbucket/proto/project_config.proto
|
|
|
| It has these top-level messages:
|
| Acl
|
| + AclSet
|
| Swarming
|
| Bucket
|
| BuildbucketCfg
|
| @@ -110,6 +110,35 @@ func (m *Acl) GetIdentity() string {
|
| return ""
|
| }
|
|
|
| +// A set of Acl messages. Can be referenced in a bucket by name.
|
| +type AclSet struct {
|
| + // A name of the ACL set. Required. Must match regex '^[a-z0-9_]+$'.
|
| + Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
|
| + // List of access control rules.
|
| + // The order does not matter.
|
| + Acls []*Acl `protobuf:"bytes,2,rep,name=acls" json:"acls,omitempty"`
|
| + XXX_unrecognized []byte `json:"-"`
|
| +}
|
| +
|
| +func (m *AclSet) Reset() { *m = AclSet{} }
|
| +func (m *AclSet) String() string { return proto.CompactTextString(m) }
|
| +func (*AclSet) ProtoMessage() {}
|
| +func (*AclSet) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{1} }
|
| +
|
| +func (m *AclSet) GetName() string {
|
| + if m != nil && m.Name != nil {
|
| + return *m.Name
|
| + }
|
| + return ""
|
| +}
|
| +
|
| +func (m *AclSet) GetAcls() []*Acl {
|
| + if m != nil {
|
| + return m.Acls
|
| + }
|
| + return nil
|
| +}
|
| +
|
| // Configuration of buildbucket-swarming integration for one bucket.
|
| type Swarming struct {
|
| // Hostname of the swarming instance, e.g. "chromium-swarm.appspot.com".
|
| @@ -133,7 +162,7 @@ type Swarming struct {
|
| func (m *Swarming) Reset() { *m = Swarming{} }
|
| func (m *Swarming) String() string { return proto.CompactTextString(m) }
|
| func (*Swarming) ProtoMessage() {}
|
| -func (*Swarming) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{1} }
|
| +func (*Swarming) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{2} }
|
|
|
| func (m *Swarming) GetHostname() string {
|
| if m != nil && m.Hostname != nil {
|
| @@ -197,7 +226,7 @@ type Swarming_Recipe struct {
|
| func (m *Swarming_Recipe) Reset() { *m = Swarming_Recipe{} }
|
| func (m *Swarming_Recipe) String() string { return proto.CompactTextString(m) }
|
| func (*Swarming_Recipe) ProtoMessage() {}
|
| -func (*Swarming_Recipe) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{1, 0} }
|
| +func (*Swarming_Recipe) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{2, 0} }
|
|
|
| func (m *Swarming_Recipe) GetRepository() string {
|
| if m != nil && m.Repository != nil {
|
| @@ -263,7 +292,7 @@ type Swarming_Builder struct {
|
| func (m *Swarming_Builder) Reset() { *m = Swarming_Builder{} }
|
| func (m *Swarming_Builder) String() string { return proto.CompactTextString(m) }
|
| func (*Swarming_Builder) ProtoMessage() {}
|
| -func (*Swarming_Builder) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{1, 1} }
|
| +func (*Swarming_Builder) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{2, 1} }
|
|
|
| func (m *Swarming_Builder) GetName() string {
|
| if m != nil && m.Name != nil {
|
| @@ -347,7 +376,7 @@ func (m *Swarming_Builder_CipdPackage) Reset() { *m = Swarming_Builder_C
|
| func (m *Swarming_Builder_CipdPackage) String() string { return proto.CompactTextString(m) }
|
| func (*Swarming_Builder_CipdPackage) ProtoMessage() {}
|
| func (*Swarming_Builder_CipdPackage) Descriptor() ([]byte, []int) {
|
| - return fileDescriptor0, []int{1, 1, 0}
|
| + return fileDescriptor0, []int{2, 1, 0}
|
| }
|
|
|
| func (m *Swarming_Builder_CipdPackage) GetPackageName() string {
|
| @@ -388,7 +417,7 @@ func (m *Swarming_Builder_CacheEntry) Reset() { *m = Swarming_Builder_Ca
|
| func (m *Swarming_Builder_CacheEntry) String() string { return proto.CompactTextString(m) }
|
| func (*Swarming_Builder_CacheEntry) ProtoMessage() {}
|
| func (*Swarming_Builder_CacheEntry) Descriptor() ([]byte, []int) {
|
| - return fileDescriptor0, []int{1, 1, 1}
|
| + return fileDescriptor0, []int{2, 1, 1}
|
| }
|
|
|
| func (m *Swarming_Builder_CacheEntry) GetName() string {
|
| @@ -412,7 +441,12 @@ type Bucket struct {
|
| // Name reservation is first-come first-serve.
|
| Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
|
| // List of access control rules for the bucket.
|
| + // The order does not matter.
|
| Acls []*Acl `protobuf:"bytes,2,rep,name=acls" json:"acls,omitempty"`
|
| + // A list of ACL set names. Each ACL in each referenced ACL set will be
|
| + // included in this bucket.
|
| + // The order does not matter.
|
| + AclSets []string `protobuf:"bytes,4,rep,name=acl_sets,json=aclSets" json:"acl_sets,omitempty"`
|
| // Buildbucket-swarming integration.
|
| Swarming *Swarming `protobuf:"bytes,3,opt,name=swarming" json:"swarming,omitempty"`
|
| XXX_unrecognized []byte `json:"-"`
|
| @@ -421,7 +455,7 @@ type Bucket struct {
|
| func (m *Bucket) Reset() { *m = Bucket{} }
|
| func (m *Bucket) String() string { return proto.CompactTextString(m) }
|
| func (*Bucket) ProtoMessage() {}
|
| -func (*Bucket) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{2} }
|
| +func (*Bucket) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{3} }
|
|
|
| func (m *Bucket) GetName() string {
|
| if m != nil && m.Name != nil {
|
| @@ -437,6 +471,13 @@ func (m *Bucket) GetAcls() []*Acl {
|
| return nil
|
| }
|
|
|
| +func (m *Bucket) GetAclSets() []string {
|
| + if m != nil {
|
| + return m.AclSets
|
| + }
|
| + return nil
|
| +}
|
| +
|
| func (m *Bucket) GetSwarming() *Swarming {
|
| if m != nil {
|
| return m.Swarming
|
| @@ -447,14 +488,16 @@ func (m *Bucket) GetSwarming() *Swarming {
|
| // Schema of buildbucket.cfg file, a project config.
|
| type BuildbucketCfg struct {
|
| // All buckets defined for this project.
|
| - Buckets []*Bucket `protobuf:"bytes,1,rep,name=buckets" json:"buckets,omitempty"`
|
| + Buckets []*Bucket `protobuf:"bytes,1,rep,name=buckets" json:"buckets,omitempty"`
|
| + // A list of ACL sets. Names must be unique.
|
| + AclSets []*AclSet `protobuf:"bytes,2,rep,name=acl_sets,json=aclSets" json:"acl_sets,omitempty"`
|
| XXX_unrecognized []byte `json:"-"`
|
| }
|
|
|
| func (m *BuildbucketCfg) Reset() { *m = BuildbucketCfg{} }
|
| func (m *BuildbucketCfg) String() string { return proto.CompactTextString(m) }
|
| func (*BuildbucketCfg) ProtoMessage() {}
|
| -func (*BuildbucketCfg) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{3} }
|
| +func (*BuildbucketCfg) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{4} }
|
|
|
| func (m *BuildbucketCfg) GetBuckets() []*Bucket {
|
| if m != nil {
|
| @@ -463,8 +506,16 @@ func (m *BuildbucketCfg) GetBuckets() []*Bucket {
|
| return nil
|
| }
|
|
|
| +func (m *BuildbucketCfg) GetAclSets() []*AclSet {
|
| + if m != nil {
|
| + return m.AclSets
|
| + }
|
| + return nil
|
| +}
|
| +
|
| func init() {
|
| proto.RegisterType((*Acl)(nil), "buildbucket.Acl")
|
| + proto.RegisterType((*AclSet)(nil), "buildbucket.AclSet")
|
| proto.RegisterType((*Swarming)(nil), "buildbucket.Swarming")
|
| proto.RegisterType((*Swarming_Recipe)(nil), "buildbucket.Swarming.Recipe")
|
| proto.RegisterType((*Swarming_Builder)(nil), "buildbucket.Swarming.Builder")
|
| @@ -476,53 +527,55 @@ func init() {
|
| }
|
|
|
| func init() {
|
| - proto.RegisterFile("infra/tools/swarming-transition/cmd/swarmbucketbuilders/proto/project_config.proto", fileDescriptor0)
|
| + proto.RegisterFile("github.com/luci/luci-go/buildbucket/client/cmd/buildbucket/proto/project_config.proto", fileDescriptor0)
|
| }
|
|
|
| var fileDescriptor0 = []byte{
|
| - // 690 bytes of a gzipped FileDescriptorProto
|
| - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0x84, 0x54, 0xcd, 0x6e, 0x13, 0x31,
|
| - 0x10, 0x66, 0x9b, 0x6d, 0x7e, 0x26, 0x4d, 0x89, 0x4c, 0x8b, 0x56, 0x51, 0x0b, 0x21, 0x70, 0x48,
|
| - 0x0f, 0x4d, 0x44, 0xd5, 0x0b, 0x27, 0x68, 0xd3, 0xa0, 0x82, 0x50, 0x55, 0xb9, 0x41, 0xdc, 0x58,
|
| - 0xb9, 0x8e, 0xb3, 0x75, 0xbb, 0x59, 0xaf, 0x6c, 0x2f, 0x90, 0x13, 0xcf, 0xc0, 0x8b, 0xf0, 0x12,
|
| - 0xbc, 0x18, 0xb2, 0xbd, 0xbb, 0x49, 0x51, 0x44, 0x2f, 0xd1, 0xce, 0xcc, 0x37, 0x3f, 0xdf, 0x37,
|
| - 0xe3, 0x00, 0xe6, 0xc9, 0x4c, 0x92, 0xa1, 0x16, 0x22, 0x56, 0x43, 0xf5, 0x9d, 0xc8, 0x39, 0x4f,
|
| - 0xa2, 0x43, 0x2d, 0x49, 0xa2, 0xb8, 0xe6, 0x22, 0x19, 0xd2, 0xf9, 0xd4, 0xf9, 0xaf, 0x33, 0x7a,
|
| - 0xc7, 0xf4, 0x75, 0xc6, 0xe3, 0x29, 0x93, 0x6a, 0x98, 0x4a, 0xa1, 0x85, 0xf9, 0xbd, 0x65, 0x54,
|
| - 0x87, 0x54, 0x24, 0x33, 0x1e, 0x0d, 0xac, 0x13, 0x35, 0x2d, 0xc8, 0xe1, 0x7b, 0xbf, 0x3c, 0xa8,
|
| - 0x9c, 0xd0, 0x18, 0x1d, 0x80, 0x2f, 0x45, 0xcc, 0x02, 0xaf, 0xeb, 0xf5, 0xb7, 0x8f, 0x76, 0x07,
|
| - 0x2b, 0x98, 0xc1, 0x09, 0x8d, 0x07, 0x58, 0xc4, 0x0c, 0x5b, 0x08, 0xda, 0x81, 0xcd, 0x48, 0x8a,
|
| - 0x2c, 0x0d, 0x36, 0xba, 0x5e, 0xbf, 0x81, 0x9d, 0x81, 0x3a, 0x50, 0xe7, 0x53, 0x96, 0x68, 0xae,
|
| - 0x17, 0x41, 0xc5, 0x06, 0x4a, 0xbb, 0x77, 0x08, 0xbe, 0xc9, 0x47, 0x00, 0x55, 0x3c, 0x3e, 0x39,
|
| - 0x1b, 0xe3, 0xf6, 0x23, 0xd4, 0x82, 0xc6, 0xd5, 0xe8, 0x7c, 0x7c, 0xf6, 0xf9, 0xd3, 0x18, 0xb7,
|
| - 0x3d, 0x13, 0xfa, 0x82, 0x3f, 0x4c, 0xc6, 0xb8, 0xbd, 0xd1, 0xfb, 0x53, 0x83, 0xfa, 0x55, 0xce,
|
| - 0xd5, 0xd4, 0xbd, 0x11, 0x4a, 0x27, 0x64, 0xee, 0x86, 0x6b, 0xe0, 0xd2, 0x46, 0xfb, 0x00, 0x99,
|
| - 0x8c, 0xc3, 0x99, 0x90, 0x73, 0xa2, 0xf3, 0x71, 0x1a, 0x99, 0x8c, 0xdf, 0x5b, 0x07, 0x3a, 0x87,
|
| - 0x76, 0xae, 0x47, 0x38, 0x65, 0x33, 0x92, 0xc5, 0x5a, 0xd9, 0xd1, 0x9a, 0x47, 0xfb, 0xf7, 0xf8,
|
| - 0x15, 0xbd, 0x06, 0xa7, 0x0e, 0x8d, 0x1f, 0xe7, 0x69, 0x67, 0x79, 0x16, 0x7a, 0x03, 0xf5, 0x42,
|
| - 0xd9, 0xc0, 0xef, 0x56, 0x1e, 0xae, 0x50, 0xc2, 0xd1, 0x18, 0x9e, 0x6b, 0xa2, 0xee, 0x42, 0xcd,
|
| - 0xe6, 0x69, 0x4c, 0x34, 0x0b, 0x29, 0x49, 0x88, 0x5c, 0x84, 0x29, 0x93, 0x94, 0x25, 0x9a, 0x44,
|
| - 0x2c, 0xd8, 0xec, 0x7a, 0xfd, 0x16, 0xde, 0x33, 0xb0, 0x49, 0x8e, 0x1a, 0x59, 0xd0, 0x65, 0x89,
|
| - 0xe9, 0xfc, 0x84, 0x2a, 0x66, 0x94, 0xa7, 0x0c, 0x3d, 0x03, 0x90, 0x2c, 0x15, 0x8a, 0x6b, 0x21,
|
| - 0x17, 0xb9, 0x24, 0x2b, 0x1e, 0x84, 0xc0, 0xb7, 0x62, 0x39, 0x39, 0xec, 0xb7, 0xc9, 0x49, 0xa5,
|
| - 0x48, 0x99, 0xd4, 0x9c, 0x19, 0x0d, 0x2a, 0x26, 0x67, 0xe9, 0x41, 0x2f, 0x60, 0x6b, 0x69, 0x85,
|
| - 0xb7, 0x96, 0x63, 0x03, 0x37, 0x97, 0xbe, 0x8f, 0x9d, 0xdf, 0x3e, 0xd4, 0x72, 0x76, 0x65, 0x0b,
|
| - 0x6f, 0xa5, 0x45, 0x07, 0xea, 0x94, 0x68, 0x16, 0x99, 0xa1, 0xaa, 0x6e, 0x4f, 0x85, 0x8d, 0x5e,
|
| - 0x42, 0xab, 0xb8, 0xdd, 0x50, 0x93, 0x48, 0x05, 0x1b, 0xb6, 0xfe, 0x56, 0xe1, 0x9c, 0x90, 0x48,
|
| - 0x99, 0x19, 0xa7, 0x7c, 0xce, 0x12, 0xc5, 0x45, 0x52, 0xce, 0xb8, 0xf4, 0xa0, 0x0b, 0x68, 0x51,
|
| - 0x9e, 0x4e, 0xc3, 0x94, 0xd0, 0x3b, 0x12, 0x31, 0x15, 0xd4, 0xed, 0x22, 0x0e, 0xfe, 0xbb, 0x88,
|
| - 0xc1, 0x88, 0xa7, 0xd3, 0x4b, 0x97, 0x81, 0xb7, 0xe8, 0xd2, 0x50, 0xe8, 0x18, 0xaa, 0xd2, 0x2a,
|
| - 0x1a, 0xf8, 0xf6, 0x26, 0xf6, 0xd6, 0x17, 0x72, 0xaa, 0xe3, 0x1c, 0x6b, 0x68, 0xa6, 0x92, 0x0b,
|
| - 0x69, 0xce, 0xdc, 0xed, 0xad, 0xb4, 0xd1, 0x31, 0x3c, 0x65, 0x3f, 0x18, 0xcd, 0xcc, 0xc3, 0x0c,
|
| - 0x35, 0x9f, 0x33, 0x91, 0xe9, 0x50, 0x31, 0xaa, 0x82, 0x9a, 0x45, 0xee, 0x94, 0xd1, 0x89, 0x0b,
|
| - 0x5e, 0x31, 0xaa, 0xd0, 0x3b, 0xa8, 0x52, 0x42, 0x6f, 0x98, 0x0a, 0x1a, 0x96, 0x50, 0xff, 0x01,
|
| - 0x42, 0x06, 0x3b, 0x4e, 0xb4, 0x5c, 0xe0, 0x3c, 0xaf, 0xf3, 0x15, 0x9a, 0x2b, 0x34, 0xed, 0x32,
|
| - 0xdd, 0x67, 0xb8, 0xb2, 0xa5, 0x66, 0xee, 0xbb, 0x30, 0xcb, 0x42, 0xe0, 0xa7, 0x44, 0xdf, 0x14,
|
| - 0x37, 0x62, 0xbe, 0x51, 0x00, 0xb5, 0x6f, 0x4c, 0x1a, 0xad, 0xf3, 0xf7, 0x5b, 0x98, 0x9d, 0x63,
|
| - 0x80, 0x65, 0xd7, 0xb5, 0xcb, 0x5f, 0x53, 0xaf, 0x97, 0x41, 0xf5, 0xd4, 0x72, 0x58, 0x9b, 0xf1,
|
| - 0x0a, 0x7c, 0x42, 0x63, 0x77, 0x09, 0xcd, 0xa3, 0xf6, 0xbf, 0xff, 0x37, 0xd8, 0x46, 0xd1, 0x6b,
|
| - 0xa8, 0x17, 0x37, 0x92, 0xbf, 0xdc, 0xdd, 0xb5, 0xea, 0xe0, 0x12, 0xd6, 0x7b, 0x0b, 0xdb, 0xa7,
|
| - 0x4b, 0xc4, 0x68, 0x16, 0xa1, 0x43, 0xa8, 0x39, 0x43, 0x05, 0x9e, 0xed, 0xf6, 0xe4, 0x5e, 0x0d,
|
| - 0x37, 0x24, 0x2e, 0x30, 0x7f, 0x03, 0x00, 0x00, 0xff, 0xff, 0xbb, 0xdf, 0x53, 0x5a, 0x73, 0x05,
|
| - 0x00, 0x00,
|
| + // 736 bytes of a gzipped FileDescriptorProto
|
| + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x54, 0xcd, 0x6e, 0xdb, 0x38,
|
| + 0x10, 0x5e, 0xd9, 0x8a, 0x7f, 0xc6, 0x71, 0xd6, 0xe0, 0x26, 0x0b, 0xad, 0x91, 0x64, 0xbd, 0xde,
|
| + 0x3d, 0x38, 0x87, 0xc8, 0xd8, 0x20, 0x97, 0xbd, 0xad, 0xed, 0xb8, 0x48, 0x8b, 0x22, 0x08, 0x68,
|
| + 0x07, 0xbd, 0x55, 0x60, 0x68, 0x5a, 0x66, 0x22, 0x89, 0x02, 0x49, 0xb5, 0xf5, 0xa9, 0xaf, 0xd0,
|
| + 0xbe, 0x48, 0x5f, 0xa2, 0x2f, 0x56, 0x88, 0x92, 0x65, 0xa5, 0x30, 0x1a, 0xa0, 0x17, 0x81, 0xf3,
|
| + 0xf1, 0x9b, 0xe1, 0x37, 0xf3, 0x51, 0x84, 0x3b, 0x9f, 0xeb, 0x55, 0x72, 0xef, 0x52, 0x11, 0x0e,
|
| + 0x83, 0x84, 0x72, 0xf3, 0x39, 0xf7, 0xc5, 0xf0, 0x3e, 0xe1, 0xc1, 0xe2, 0x3e, 0xa1, 0x8f, 0x4c,
|
| + 0x0f, 0x69, 0xc0, 0x59, 0xa4, 0x87, 0x34, 0x5c, 0x3c, 0x81, 0x63, 0x29, 0xb4, 0x48, 0xbf, 0x0f,
|
| + 0x8c, 0x6a, 0x8f, 0x8a, 0x68, 0xc9, 0x7d, 0xd7, 0x80, 0xa8, 0x55, 0xe2, 0xf5, 0x3f, 0x5b, 0x50,
|
| + 0x1d, 0xd1, 0x00, 0x9d, 0x81, 0x2d, 0x45, 0xc0, 0x1c, 0xab, 0x67, 0x0d, 0x0e, 0x2e, 0x8e, 0xdc,
|
| + 0x12, 0xc7, 0x1d, 0xd1, 0xc0, 0xc5, 0x22, 0x60, 0xd8, 0x50, 0xd0, 0x21, 0xec, 0xf9, 0x52, 0x24,
|
| + 0xb1, 0x53, 0xe9, 0x59, 0x83, 0x26, 0xce, 0x02, 0xd4, 0x85, 0x06, 0x5f, 0xb0, 0x48, 0x73, 0xbd,
|
| + 0x76, 0xaa, 0x66, 0xa3, 0x88, 0xfb, 0xe7, 0x60, 0xa7, 0xf9, 0x08, 0xa0, 0x86, 0xa7, 0xa3, 0xab,
|
| + 0x29, 0xee, 0xfc, 0x82, 0xda, 0xd0, 0x9c, 0x4d, 0xae, 0xa7, 0x57, 0x77, 0xaf, 0xa7, 0xb8, 0x63,
|
| + 0xa5, 0x5b, 0x6f, 0xf0, 0xcb, 0xf9, 0x14, 0x77, 0x2a, 0xfd, 0x31, 0xd4, 0x46, 0x34, 0x98, 0x31,
|
| + 0x8d, 0x10, 0xd8, 0x11, 0x09, 0x33, 0x55, 0x4d, 0x6c, 0xd6, 0xe8, 0x1f, 0xb0, 0x09, 0x0d, 0x94,
|
| + 0x53, 0xe9, 0x55, 0x07, 0xad, 0x8b, 0xce, 0xf7, 0x4a, 0xb1, 0xd9, 0xed, 0x7f, 0xad, 0x43, 0x63,
|
| + 0xf6, 0x9e, 0xc8, 0x90, 0x47, 0x7e, 0xaa, 0x6d, 0x25, 0x94, 0x2e, 0x95, 0x2a, 0x62, 0x74, 0x02,
|
| + 0x90, 0xc8, 0xc0, 0x5b, 0x0a, 0x19, 0x12, 0x9d, 0xb7, 0xd4, 0x4c, 0x64, 0xf0, 0xc2, 0x00, 0xe8,
|
| + 0x1a, 0x3a, 0xe6, 0x00, 0x26, 0xbd, 0x05, 0x5b, 0x92, 0x24, 0xd0, 0xca, 0xb4, 0xd7, 0xba, 0x38,
|
| + 0x79, 0x72, 0xf2, 0xe6, 0x2c, 0x77, 0x9c, 0xb1, 0xf1, 0xaf, 0x79, 0xda, 0x55, 0x9e, 0x85, 0xfe,
|
| + 0x83, 0x46, 0x0e, 0x29, 0xc7, 0x36, 0xda, 0x9f, 0xa9, 0x50, 0xd0, 0xd1, 0x14, 0xfe, 0xd4, 0x44,
|
| + 0x3d, 0x7a, 0x9a, 0x85, 0x71, 0x40, 0x34, 0xf3, 0x28, 0x89, 0x88, 0x5c, 0x7b, 0x31, 0x93, 0x94,
|
| + 0x45, 0x9a, 0xf8, 0xcc, 0xd9, 0xeb, 0x59, 0x83, 0x36, 0x3e, 0x4e, 0x69, 0xf3, 0x9c, 0x35, 0x31,
|
| + 0xa4, 0xdb, 0x82, 0xd3, 0xfd, 0x08, 0x35, 0xcc, 0x28, 0x8f, 0x19, 0x3a, 0x05, 0x90, 0x2c, 0x16,
|
| + 0x8a, 0x6b, 0x21, 0xd7, 0xf9, 0x48, 0x4a, 0x48, 0x31, 0xf7, 0x4a, 0x69, 0xee, 0xa7, 0x00, 0xb1,
|
| + 0x14, 0x31, 0x93, 0x9a, 0xb3, 0x74, 0x06, 0xd5, 0x34, 0x67, 0x8b, 0xa0, 0xbf, 0x60, 0x7f, 0x1b,
|
| + 0x79, 0x0f, 0xa6, 0xc7, 0x26, 0x6e, 0x6d, 0xb1, 0x57, 0xdd, 0x2f, 0x36, 0xd4, 0xf3, 0xee, 0x76,
|
| + 0x5a, 0xdb, 0x85, 0x06, 0x25, 0x9a, 0xf9, 0xa9, 0xa8, 0x5a, 0xe6, 0xd3, 0x26, 0x46, 0x7f, 0x43,
|
| + 0x5b, 0xe5, 0x13, 0xf2, 0x34, 0xf1, 0x33, 0xff, 0x9b, 0x78, 0x7f, 0x03, 0xce, 0x89, 0xaf, 0x52,
|
| + 0x8d, 0x0b, 0x1e, 0xb2, 0x48, 0x71, 0x11, 0x15, 0x1a, 0xb7, 0x08, 0xba, 0x81, 0x36, 0xe5, 0xf1,
|
| + 0xc2, 0x8b, 0x09, 0x7d, 0x24, 0x3e, 0x53, 0x4e, 0xc3, 0x18, 0x71, 0xf6, 0x43, 0x23, 0xdc, 0x09,
|
| + 0x8f, 0x17, 0xb7, 0x59, 0x06, 0xde, 0xa7, 0xdb, 0x40, 0xa1, 0x4b, 0xa8, 0x49, 0x33, 0x51, 0xc7,
|
| + 0x36, 0x77, 0xe2, 0x78, 0x77, 0xa1, 0x6c, 0xea, 0x38, 0xe7, 0xa6, 0x6d, 0xc6, 0x92, 0x0b, 0x99,
|
| + 0xfe, 0x2a, 0x99, 0x6f, 0x45, 0x8c, 0x2e, 0xe1, 0x77, 0xf6, 0x81, 0xd1, 0x44, 0x73, 0x11, 0x79,
|
| + 0x9a, 0x87, 0x4c, 0x24, 0xda, 0x53, 0x8c, 0x2a, 0xa7, 0x6e, 0x98, 0x87, 0xc5, 0xee, 0x3c, 0xdb,
|
| + 0x9c, 0x31, 0xaa, 0xd0, 0xff, 0x50, 0xa3, 0x84, 0xae, 0x98, 0x72, 0x9a, 0xa6, 0xa1, 0xc1, 0x33,
|
| + 0x0d, 0xa5, 0xdc, 0x69, 0xa4, 0xe5, 0x1a, 0xe7, 0x79, 0xdd, 0xb7, 0xd0, 0x2a, 0xb5, 0x69, 0xcc,
|
| + 0xcc, 0x96, 0x5e, 0xc9, 0xa5, 0x56, 0x8e, 0xdd, 0xa4, 0x66, 0x21, 0xb0, 0x63, 0xa2, 0x57, 0x9b,
|
| + 0x3b, 0x92, 0xae, 0x91, 0x03, 0xf5, 0x77, 0x4c, 0xa6, 0xb3, 0xce, 0xdf, 0x80, 0x4d, 0xd8, 0xbd,
|
| + 0x04, 0xd8, 0x9e, 0xba, 0xd3, 0xfc, 0x1d, 0xf5, 0xfa, 0x9f, 0x2c, 0xa8, 0x8d, 0x4d, 0x13, 0x3f,
|
| + 0xff, 0x14, 0xa0, 0x3f, 0xa0, 0x41, 0x68, 0xe0, 0x29, 0xa6, 0x55, 0x7e, 0x29, 0xeb, 0xc4, 0x3c,
|
| + 0x2f, 0x0a, 0xfd, 0x0b, 0x8d, 0xcd, 0xfd, 0xc9, 0xff, 0xea, 0xa3, 0x9d, 0x93, 0xc3, 0x05, 0xad,
|
| + 0x2f, 0xe0, 0x60, 0xbc, 0x65, 0x4c, 0x96, 0x3e, 0x3a, 0x87, 0x7a, 0x16, 0x28, 0xc7, 0x32, 0x42,
|
| + 0x7e, 0x7b, 0x52, 0x23, 0xd3, 0x8f, 0x37, 0x1c, 0xe4, 0x96, 0xe4, 0x54, 0x76, 0xf0, 0xb3, 0xa7,
|
| + 0xaf, 0xd0, 0xf8, 0x2d, 0x00, 0x00, 0xff, 0xff, 0xb2, 0xed, 0xa5, 0x27, 0x06, 0x06, 0x00, 0x00,
|
| }
|
|
|