| // Code generated by protoc-gen-go. DO NOT EDIT. |
| // source: go.chromium.org/luci/swarming/proto/config/config.proto |
| |
| package configpb |
| |
| import ( |
| fmt "fmt" |
| proto "github.com/golang/protobuf/proto" |
| _ "go.chromium.org/luci/common/proto" |
| math "math" |
| ) |
| |
| // 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.ProtoPackageIsVersion3 // please upgrade the proto package |
| |
| // Schema for settings.cfg service config file in luci-config. |
| type SettingsCfg struct { |
| // id to inject into pages if applicable. |
| GoogleAnalytics string `protobuf:"bytes,1,opt,name=google_analytics,json=googleAnalytics,proto3" json:"google_analytics,omitempty"` |
| // The number of seconds an old task can be deduped from. |
| // Default is one week: 7*24*60*60 = 604800 |
| ReusableTaskAgeSecs int32 `protobuf:"varint,2,opt,name=reusable_task_age_secs,json=reusableTaskAgeSecs,proto3" json:"reusable_task_age_secs,omitempty"` |
| // The amount of time that has to pass before a machine is considered dead. |
| // Default is 600 (10 minutes). |
| BotDeathTimeoutSecs int32 `protobuf:"varint,3,opt,name=bot_death_timeout_secs,json=botDeathTimeoutSecs,proto3" json:"bot_death_timeout_secs,omitempty"` |
| // Enable ts_mon based monitoring. |
| EnableTsMonitoring bool `protobuf:"varint,4,opt,name=enable_ts_monitoring,json=enableTsMonitoring,proto3" json:"enable_ts_monitoring,omitempty"` |
| // (deprecated, see pools.proto) Configuration for swarming-isolate integration. |
| Isolate *IsolateSettings `protobuf:"bytes,5,opt,name=isolate,proto3" json:"isolate,omitempty"` |
| // (deprecated, see pools.proto) Configuration for swarming-cipd integration. |
| Cipd *CipdSettings `protobuf:"bytes,6,opt,name=cipd,proto3" json:"cipd,omitempty"` |
| // Emergency setting to disable bot task reaping. When set, all bots are |
| // always put to sleep and are never granted task. |
| ForceBotsToSleepAndNotRunTask bool `protobuf:"varint,8,opt,name=force_bots_to_sleep_and_not_run_task,json=forceBotsToSleepAndNotRunTask,proto3" json:"force_bots_to_sleep_and_not_run_task,omitempty"` |
| // oauth client id for the ui. This is created in the developer's console |
| // under Credentials. |
| UiClientId string `protobuf:"bytes,9,opt,name=ui_client_id,json=uiClientId,proto3" json:"ui_client_id,omitempty"` |
| // A url to a task display server (e.g. milo). This should have a %s where |
| // a task id can go. |
| DisplayServerUrlTemplate string `protobuf:"bytes,11,opt,name=display_server_url_template,json=displayServerUrlTemplate,proto3" json:"display_server_url_template,omitempty"` |
| // Sets a maximum sleep time in seconds for bots that limits the exponental |
| // backoff. If missing, the task scheduler will provide the default maximum |
| // (usually 60s, but see bot_code/task_scheduler.py for details). |
| MaxBotSleepTime int32 `protobuf:"varint,12,opt,name=max_bot_sleep_time,json=maxBotSleepTime,proto3" json:"max_bot_sleep_time,omitempty"` |
| // Names of the authorization groups used by components/auth. |
| Auth *AuthSettings `protobuf:"bytes,13,opt,name=auth,proto3" json:"auth,omitempty"` |
| // Sets the default gRPC proxy for the bot's Isolate server calls. |
| BotIsolateGrpcProxy string `protobuf:"bytes,14,opt,name=bot_isolate_grpc_proxy,json=botIsolateGrpcProxy,proto3" json:"bot_isolate_grpc_proxy,omitempty"` |
| // Sets the default gRPC proxy for the bot's Swarming server calls. |
| BotSwarmingGrpcProxy string `protobuf:"bytes,15,opt,name=bot_swarming_grpc_proxy,json=botSwarmingGrpcProxy,proto3" json:"bot_swarming_grpc_proxy,omitempty"` |
| // Any extra urls that should be added to frame-src, e.g. anything that |
| // will be linked to from the display server. |
| // This originally added things to child-src, which was deprecated: |
| // https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/child-src |
| ExtraChildSrcCspUrl []string `protobuf:"bytes,16,rep,name=extra_child_src_csp_url,json=extraChildSrcCspUrl,proto3" json:"extra_child_src_csp_url,omitempty"` |
| // Whether tasks should be run in FIFO or LIFO order. |
| UseLifo bool `protobuf:"varint,17,opt,name=use_lifo,json=useLifo,proto3" json:"use_lifo,omitempty"` |
| // Whether swarming should batch notifications to the external scheduler. |
| EnableBatchEsNotifications bool `protobuf:"varint,18,opt,name=enable_batch_es_notifications,json=enableBatchEsNotifications,proto3" json:"enable_batch_es_notifications,omitempty"` |
| XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| XXX_unrecognized []byte `json:"-"` |
| XXX_sizecache int32 `json:"-"` |
| } |
| |
| func (m *SettingsCfg) Reset() { *m = SettingsCfg{} } |
| func (m *SettingsCfg) String() string { return proto.CompactTextString(m) } |
| func (*SettingsCfg) ProtoMessage() {} |
| func (*SettingsCfg) Descriptor() ([]byte, []int) { |
| return fileDescriptor_1faffb86b0af733f, []int{0} |
| } |
| |
| func (m *SettingsCfg) XXX_Unmarshal(b []byte) error { |
| return xxx_messageInfo_SettingsCfg.Unmarshal(m, b) |
| } |
| func (m *SettingsCfg) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| return xxx_messageInfo_SettingsCfg.Marshal(b, m, deterministic) |
| } |
| func (m *SettingsCfg) XXX_Merge(src proto.Message) { |
| xxx_messageInfo_SettingsCfg.Merge(m, src) |
| } |
| func (m *SettingsCfg) XXX_Size() int { |
| return xxx_messageInfo_SettingsCfg.Size(m) |
| } |
| func (m *SettingsCfg) XXX_DiscardUnknown() { |
| xxx_messageInfo_SettingsCfg.DiscardUnknown(m) |
| } |
| |
| var xxx_messageInfo_SettingsCfg proto.InternalMessageInfo |
| |
| func (m *SettingsCfg) GetGoogleAnalytics() string { |
| if m != nil { |
| return m.GoogleAnalytics |
| } |
| return "" |
| } |
| |
| func (m *SettingsCfg) GetReusableTaskAgeSecs() int32 { |
| if m != nil { |
| return m.ReusableTaskAgeSecs |
| } |
| return 0 |
| } |
| |
| func (m *SettingsCfg) GetBotDeathTimeoutSecs() int32 { |
| if m != nil { |
| return m.BotDeathTimeoutSecs |
| } |
| return 0 |
| } |
| |
| func (m *SettingsCfg) GetEnableTsMonitoring() bool { |
| if m != nil { |
| return m.EnableTsMonitoring |
| } |
| return false |
| } |
| |
| func (m *SettingsCfg) GetIsolate() *IsolateSettings { |
| if m != nil { |
| return m.Isolate |
| } |
| return nil |
| } |
| |
| func (m *SettingsCfg) GetCipd() *CipdSettings { |
| if m != nil { |
| return m.Cipd |
| } |
| return nil |
| } |
| |
| func (m *SettingsCfg) GetForceBotsToSleepAndNotRunTask() bool { |
| if m != nil { |
| return m.ForceBotsToSleepAndNotRunTask |
| } |
| return false |
| } |
| |
| func (m *SettingsCfg) GetUiClientId() string { |
| if m != nil { |
| return m.UiClientId |
| } |
| return "" |
| } |
| |
| func (m *SettingsCfg) GetDisplayServerUrlTemplate() string { |
| if m != nil { |
| return m.DisplayServerUrlTemplate |
| } |
| return "" |
| } |
| |
| func (m *SettingsCfg) GetMaxBotSleepTime() int32 { |
| if m != nil { |
| return m.MaxBotSleepTime |
| } |
| return 0 |
| } |
| |
| func (m *SettingsCfg) GetAuth() *AuthSettings { |
| if m != nil { |
| return m.Auth |
| } |
| return nil |
| } |
| |
| func (m *SettingsCfg) GetBotIsolateGrpcProxy() string { |
| if m != nil { |
| return m.BotIsolateGrpcProxy |
| } |
| return "" |
| } |
| |
| func (m *SettingsCfg) GetBotSwarmingGrpcProxy() string { |
| if m != nil { |
| return m.BotSwarmingGrpcProxy |
| } |
| return "" |
| } |
| |
| func (m *SettingsCfg) GetExtraChildSrcCspUrl() []string { |
| if m != nil { |
| return m.ExtraChildSrcCspUrl |
| } |
| return nil |
| } |
| |
| func (m *SettingsCfg) GetUseLifo() bool { |
| if m != nil { |
| return m.UseLifo |
| } |
| return false |
| } |
| |
| func (m *SettingsCfg) GetEnableBatchEsNotifications() bool { |
| if m != nil { |
| return m.EnableBatchEsNotifications |
| } |
| return false |
| } |
| |
| // Configuration for swarming-isolate integration. |
| type IsolateSettings struct { |
| // URL of the default isolate server to use if it is not specified in a |
| // task. Must start with "https://" or "http://", |
| // e.g. "https://isolateserver.appspot.com" |
| DefaultServer string `protobuf:"bytes,1,opt,name=default_server,json=defaultServer,proto3" json:"default_server,omitempty"` |
| // Default namespace to use if it is not specified in a task, |
| // e.g. "default-gzip" |
| DefaultNamespace string `protobuf:"bytes,2,opt,name=default_namespace,json=defaultNamespace,proto3" json:"default_namespace,omitempty"` |
| XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| XXX_unrecognized []byte `json:"-"` |
| XXX_sizecache int32 `json:"-"` |
| } |
| |
| func (m *IsolateSettings) Reset() { *m = IsolateSettings{} } |
| func (m *IsolateSettings) String() string { return proto.CompactTextString(m) } |
| func (*IsolateSettings) ProtoMessage() {} |
| func (*IsolateSettings) Descriptor() ([]byte, []int) { |
| return fileDescriptor_1faffb86b0af733f, []int{1} |
| } |
| |
| func (m *IsolateSettings) XXX_Unmarshal(b []byte) error { |
| return xxx_messageInfo_IsolateSettings.Unmarshal(m, b) |
| } |
| func (m *IsolateSettings) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| return xxx_messageInfo_IsolateSettings.Marshal(b, m, deterministic) |
| } |
| func (m *IsolateSettings) XXX_Merge(src proto.Message) { |
| xxx_messageInfo_IsolateSettings.Merge(m, src) |
| } |
| func (m *IsolateSettings) XXX_Size() int { |
| return xxx_messageInfo_IsolateSettings.Size(m) |
| } |
| func (m *IsolateSettings) XXX_DiscardUnknown() { |
| xxx_messageInfo_IsolateSettings.DiscardUnknown(m) |
| } |
| |
| var xxx_messageInfo_IsolateSettings proto.InternalMessageInfo |
| |
| func (m *IsolateSettings) GetDefaultServer() string { |
| if m != nil { |
| return m.DefaultServer |
| } |
| return "" |
| } |
| |
| func (m *IsolateSettings) GetDefaultNamespace() string { |
| if m != nil { |
| return m.DefaultNamespace |
| } |
| return "" |
| } |
| |
| // A CIPD package. |
| type CipdPackage struct { |
| // A template of a full CIPD package name, e.g. |
| // "infra/tools/cipd/${platform}" |
| // See also cipd.ALL_PARAMS. |
| PackageName string `protobuf:"bytes,1,opt,name=package_name,json=packageName,proto3" json:"package_name,omitempty"` |
| // Valid package version for all packages matched by package name. |
| Version string `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty"` |
| XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| XXX_unrecognized []byte `json:"-"` |
| XXX_sizecache int32 `json:"-"` |
| } |
| |
| func (m *CipdPackage) Reset() { *m = CipdPackage{} } |
| func (m *CipdPackage) String() string { return proto.CompactTextString(m) } |
| func (*CipdPackage) ProtoMessage() {} |
| func (*CipdPackage) Descriptor() ([]byte, []int) { |
| return fileDescriptor_1faffb86b0af733f, []int{2} |
| } |
| |
| func (m *CipdPackage) XXX_Unmarshal(b []byte) error { |
| return xxx_messageInfo_CipdPackage.Unmarshal(m, b) |
| } |
| func (m *CipdPackage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| return xxx_messageInfo_CipdPackage.Marshal(b, m, deterministic) |
| } |
| func (m *CipdPackage) XXX_Merge(src proto.Message) { |
| xxx_messageInfo_CipdPackage.Merge(m, src) |
| } |
| func (m *CipdPackage) XXX_Size() int { |
| return xxx_messageInfo_CipdPackage.Size(m) |
| } |
| func (m *CipdPackage) XXX_DiscardUnknown() { |
| xxx_messageInfo_CipdPackage.DiscardUnknown(m) |
| } |
| |
| var xxx_messageInfo_CipdPackage proto.InternalMessageInfo |
| |
| func (m *CipdPackage) GetPackageName() string { |
| if m != nil { |
| return m.PackageName |
| } |
| return "" |
| } |
| |
| func (m *CipdPackage) GetVersion() string { |
| if m != nil { |
| return m.Version |
| } |
| return "" |
| } |
| |
| // Settings for Swarming-CIPD integration. |
| type CipdSettings struct { |
| // URL of the default CIPD server to use if it is not specified in a task. |
| // Must start with "https://" or "http://", |
| // e.g. "https://chrome-infra-packages.appspot.com". |
| DefaultServer string `protobuf:"bytes,1,opt,name=default_server,json=defaultServer,proto3" json:"default_server,omitempty"` |
| // Package of the default CIPD client to use if it is not specified in a |
| // task. |
| DefaultClientPackage *CipdPackage `protobuf:"bytes,2,opt,name=default_client_package,json=defaultClientPackage,proto3" json:"default_client_package,omitempty"` |
| XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| XXX_unrecognized []byte `json:"-"` |
| XXX_sizecache int32 `json:"-"` |
| } |
| |
| func (m *CipdSettings) Reset() { *m = CipdSettings{} } |
| func (m *CipdSettings) String() string { return proto.CompactTextString(m) } |
| func (*CipdSettings) ProtoMessage() {} |
| func (*CipdSettings) Descriptor() ([]byte, []int) { |
| return fileDescriptor_1faffb86b0af733f, []int{3} |
| } |
| |
| func (m *CipdSettings) XXX_Unmarshal(b []byte) error { |
| return xxx_messageInfo_CipdSettings.Unmarshal(m, b) |
| } |
| func (m *CipdSettings) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| return xxx_messageInfo_CipdSettings.Marshal(b, m, deterministic) |
| } |
| func (m *CipdSettings) XXX_Merge(src proto.Message) { |
| xxx_messageInfo_CipdSettings.Merge(m, src) |
| } |
| func (m *CipdSettings) XXX_Size() int { |
| return xxx_messageInfo_CipdSettings.Size(m) |
| } |
| func (m *CipdSettings) XXX_DiscardUnknown() { |
| xxx_messageInfo_CipdSettings.DiscardUnknown(m) |
| } |
| |
| var xxx_messageInfo_CipdSettings proto.InternalMessageInfo |
| |
| func (m *CipdSettings) GetDefaultServer() string { |
| if m != nil { |
| return m.DefaultServer |
| } |
| return "" |
| } |
| |
| func (m *CipdSettings) GetDefaultClientPackage() *CipdPackage { |
| if m != nil { |
| return m.DefaultClientPackage |
| } |
| return nil |
| } |
| |
| type AuthSettings struct { |
| // Members of this group have full administrative access. |
| // |
| // Grants: |
| // - config view and edit |
| // - delete any bot |
| // - all of bot_bootstrap_group membership |
| // - all of privileged_users_group membership |
| AdminsGroup string `protobuf:"bytes,1,opt,name=admins_group,json=adminsGroup,proto3" json:"admins_group,omitempty"` |
| // Members of this group can fetch swarming bot code and bootstrap bots. |
| // |
| // Grants: |
| // - bot create: create a token to anonymously fetch the bot code. |
| BotBootstrapGroup string `protobuf:"bytes,2,opt,name=bot_bootstrap_group,json=botBootstrapGroup,proto3" json:"bot_bootstrap_group,omitempty"` |
| // Members of this group can schedule tasks and see everyone else's tasks. |
| // |
| // Grants: |
| // - cancel any task |
| // - edit (terminate) any bot |
| // - all of view_all_bots_group membership |
| // - all of view_all_tasks_group membership |
| PrivilegedUsersGroup string `protobuf:"bytes,3,opt,name=privileged_users_group,json=privilegedUsersGroup,proto3" json:"privileged_users_group,omitempty"` |
| // Members of this group can schedule tasks and see only their own tasks. |
| // |
| // Grants: |
| // - create a task |
| // - view and edit own task |
| UsersGroup string `protobuf:"bytes,4,opt,name=users_group,json=usersGroup,proto3" json:"users_group,omitempty"` |
| // Members of this group can view all bots. This is a read-only group. |
| // |
| // Grants: |
| // - view all bots |
| ViewAllBotsGroup string `protobuf:"bytes,5,opt,name=view_all_bots_group,json=viewAllBotsGroup,proto3" json:"view_all_bots_group,omitempty"` |
| // Members of this group can view all tasks. This is a read-only group. |
| // |
| // Grants: |
| // - view all tasks |
| ViewAllTasksGroup string `protobuf:"bytes,6,opt,name=view_all_tasks_group,json=viewAllTasksGroup,proto3" json:"view_all_tasks_group,omitempty"` |
| XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| XXX_unrecognized []byte `json:"-"` |
| XXX_sizecache int32 `json:"-"` |
| } |
| |
| func (m *AuthSettings) Reset() { *m = AuthSettings{} } |
| func (m *AuthSettings) String() string { return proto.CompactTextString(m) } |
| func (*AuthSettings) ProtoMessage() {} |
| func (*AuthSettings) Descriptor() ([]byte, []int) { |
| return fileDescriptor_1faffb86b0af733f, []int{4} |
| } |
| |
| func (m *AuthSettings) XXX_Unmarshal(b []byte) error { |
| return xxx_messageInfo_AuthSettings.Unmarshal(m, b) |
| } |
| func (m *AuthSettings) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| return xxx_messageInfo_AuthSettings.Marshal(b, m, deterministic) |
| } |
| func (m *AuthSettings) XXX_Merge(src proto.Message) { |
| xxx_messageInfo_AuthSettings.Merge(m, src) |
| } |
| func (m *AuthSettings) XXX_Size() int { |
| return xxx_messageInfo_AuthSettings.Size(m) |
| } |
| func (m *AuthSettings) XXX_DiscardUnknown() { |
| xxx_messageInfo_AuthSettings.DiscardUnknown(m) |
| } |
| |
| var xxx_messageInfo_AuthSettings proto.InternalMessageInfo |
| |
| func (m *AuthSettings) GetAdminsGroup() string { |
| if m != nil { |
| return m.AdminsGroup |
| } |
| return "" |
| } |
| |
| func (m *AuthSettings) GetBotBootstrapGroup() string { |
| if m != nil { |
| return m.BotBootstrapGroup |
| } |
| return "" |
| } |
| |
| func (m *AuthSettings) GetPrivilegedUsersGroup() string { |
| if m != nil { |
| return m.PrivilegedUsersGroup |
| } |
| return "" |
| } |
| |
| func (m *AuthSettings) GetUsersGroup() string { |
| if m != nil { |
| return m.UsersGroup |
| } |
| return "" |
| } |
| |
| func (m *AuthSettings) GetViewAllBotsGroup() string { |
| if m != nil { |
| return m.ViewAllBotsGroup |
| } |
| return "" |
| } |
| |
| func (m *AuthSettings) GetViewAllTasksGroup() string { |
| if m != nil { |
| return m.ViewAllTasksGroup |
| } |
| return "" |
| } |
| |
| func init() { |
| proto.RegisterType((*SettingsCfg)(nil), "swarming.config.SettingsCfg") |
| proto.RegisterType((*IsolateSettings)(nil), "swarming.config.IsolateSettings") |
| proto.RegisterType((*CipdPackage)(nil), "swarming.config.CipdPackage") |
| proto.RegisterType((*CipdSettings)(nil), "swarming.config.CipdSettings") |
| proto.RegisterType((*AuthSettings)(nil), "swarming.config.AuthSettings") |
| } |
| |
| func init() { |
| proto.RegisterFile("go.chromium.org/luci/swarming/proto/config/config.proto", fileDescriptor_1faffb86b0af733f) |
| } |
| |
| var fileDescriptor_1faffb86b0af733f = []byte{ |
| // 892 bytes of a gzipped FileDescriptorProto |
| 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x55, 0x4f, 0x6f, 0x23, 0x35, |
| 0x14, 0x57, 0xb6, 0x69, 0x9b, 0x3a, 0xd9, 0x4d, 0xea, 0xad, 0xba, 0xc3, 0x42, 0x45, 0x08, 0x20, |
| 0x15, 0xad, 0x36, 0x03, 0xdb, 0x45, 0x48, 0x45, 0x1c, 0x92, 0x00, 0xcb, 0x16, 0xa8, 0x56, 0x49, |
| 0x7a, 0xe1, 0x62, 0x79, 0x3c, 0xce, 0xc4, 0xaa, 0x67, 0x9e, 0x65, 0x7b, 0xba, 0xed, 0x91, 0x23, |
| 0xdf, 0x80, 0x33, 0xdf, 0x8b, 0xaf, 0x82, 0x90, 0xff, 0x4c, 0x1b, 0x2d, 0x8b, 0xd4, 0x53, 0xda, |
| 0xdf, 0x1f, 0xfb, 0xf9, 0xf7, 0x9e, 0x3d, 0xe8, 0x9b, 0x02, 0xc6, 0x6c, 0xad, 0xa1, 0x14, 0x75, |
| 0x39, 0x06, 0x5d, 0xa4, 0xb2, 0x66, 0x22, 0x35, 0x6f, 0xa9, 0x2e, 0x45, 0x55, 0xa4, 0x4a, 0x83, |
| 0x85, 0x94, 0x41, 0xb5, 0x12, 0x45, 0xfc, 0x19, 0x7b, 0x0c, 0xf7, 0x1b, 0xcd, 0x38, 0xc0, 0x4f, |
| 0xd3, 0xf7, 0xae, 0xc4, 0xa0, 0x2c, 0xa1, 0x8a, 0xeb, 0x80, 0xb2, 0x02, 0x2a, 0x13, 0x56, 0x18, |
| 0xfd, 0xbd, 0x83, 0xba, 0x0b, 0x6e, 0xad, 0xa8, 0x0a, 0x33, 0x5b, 0x15, 0xf8, 0x0b, 0x34, 0x28, |
| 0x00, 0x0a, 0xc9, 0x09, 0xad, 0xa8, 0xbc, 0xb1, 0x82, 0x99, 0xa4, 0x35, 0x6c, 0x1d, 0xef, 0xcd, |
| 0xfb, 0x01, 0x9f, 0x34, 0x30, 0x3e, 0x41, 0x87, 0x9a, 0xd7, 0x86, 0x66, 0x92, 0x13, 0x4b, 0xcd, |
| 0x25, 0xa1, 0x05, 0x27, 0x86, 0x33, 0x93, 0x3c, 0x18, 0xb6, 0x8e, 0xb7, 0xe7, 0x8f, 0x1b, 0x76, |
| 0x49, 0xcd, 0xe5, 0xa4, 0xe0, 0x0b, 0x1e, 0x4c, 0x19, 0x58, 0x92, 0x73, 0x6a, 0xd7, 0xc4, 0x8a, |
| 0x92, 0x43, 0x6d, 0x83, 0x69, 0x2b, 0x98, 0x32, 0xb0, 0xdf, 0x3b, 0x72, 0x19, 0x38, 0x6f, 0xfa, |
| 0x12, 0x1d, 0xf0, 0x2a, 0xec, 0x63, 0x48, 0x09, 0x95, 0xb0, 0xa0, 0x45, 0x55, 0x24, 0xed, 0x61, |
| 0xeb, 0xb8, 0x33, 0xc7, 0x81, 0x5b, 0x9a, 0x5f, 0x6f, 0x19, 0x7c, 0x8a, 0x76, 0x85, 0x01, 0x49, |
| 0x2d, 0x4f, 0xb6, 0x87, 0xad, 0xe3, 0xee, 0x8b, 0xe1, 0xf8, 0x9d, 0xa8, 0xc6, 0xaf, 0x03, 0xdf, |
| 0x1c, 0x7e, 0xde, 0x18, 0xf0, 0x57, 0xa8, 0xcd, 0x84, 0xca, 0x93, 0x1d, 0x6f, 0x3c, 0xfa, 0x8f, |
| 0x71, 0x26, 0x54, 0x7e, 0xeb, 0xf2, 0x52, 0xfc, 0x33, 0xfa, 0x6c, 0x05, 0x9a, 0x71, 0x92, 0x81, |
| 0x35, 0xc4, 0x02, 0x31, 0x92, 0x73, 0x45, 0x68, 0x95, 0x93, 0x0a, 0x2c, 0xd1, 0x75, 0xe5, 0x13, |
| 0x4a, 0x3a, 0xbe, 0xe0, 0x23, 0xaf, 0x9d, 0x82, 0x35, 0x4b, 0x58, 0x38, 0xe1, 0xa4, 0xca, 0xcf, |
| 0xc1, 0xce, 0xeb, 0xca, 0x25, 0x85, 0x87, 0xa8, 0x57, 0x0b, 0xc2, 0xa4, 0xe0, 0x95, 0x25, 0x22, |
| 0x4f, 0xf6, 0x7c, 0xfc, 0xa8, 0x16, 0x33, 0x0f, 0xbd, 0xce, 0xf1, 0x77, 0xe8, 0xc3, 0x5c, 0x18, |
| 0x25, 0xe9, 0x0d, 0x31, 0x5c, 0x5f, 0x71, 0x4d, 0x6a, 0x2d, 0x89, 0xe5, 0xa5, 0xf2, 0x27, 0xee, |
| 0x7a, 0x43, 0x12, 0x25, 0x0b, 0xaf, 0xb8, 0xd0, 0x72, 0x19, 0x79, 0xfc, 0x0c, 0xe1, 0x92, 0x5e, |
| 0xbb, 0x5a, 0x63, 0x9d, 0xae, 0x0f, 0x49, 0xcf, 0xe7, 0xdf, 0x2f, 0xe9, 0xf5, 0x14, 0xac, 0x2f, |
| 0xcb, 0xb5, 0xc0, 0xa5, 0x41, 0x6b, 0xbb, 0x4e, 0x1e, 0xfe, 0x4f, 0x1a, 0x93, 0xda, 0xae, 0xef, |
| 0xd2, 0x70, 0xd2, 0xa6, 0xc7, 0x31, 0x4f, 0x52, 0x68, 0xc5, 0x88, 0xd2, 0x70, 0x7d, 0x93, 0x3c, |
| 0xf2, 0x95, 0xb9, 0x1e, 0xc7, 0xf4, 0x5f, 0x69, 0xc5, 0xde, 0x38, 0x0a, 0x7f, 0x8d, 0x9e, 0xf8, |
| 0x82, 0xe2, 0xf2, 0x9b, 0xae, 0xbe, 0x77, 0x1d, 0x64, 0x60, 0x17, 0x91, 0xbd, 0xb3, 0xbd, 0x44, |
| 0x4f, 0xf8, 0xb5, 0xd5, 0x94, 0xb0, 0xb5, 0x90, 0x39, 0x31, 0x9a, 0x11, 0x66, 0x94, 0xcb, 0x23, |
| 0x19, 0x0c, 0xb7, 0xdc, 0x66, 0x9e, 0x9e, 0x39, 0x76, 0xa1, 0xd9, 0xcc, 0xa8, 0x0b, 0x2d, 0xf1, |
| 0x07, 0xa8, 0x53, 0x1b, 0x4e, 0xa4, 0x58, 0x41, 0xb2, 0xef, 0x7b, 0xb2, 0x5b, 0x1b, 0xfe, 0x8b, |
| 0x58, 0x01, 0x9e, 0xa0, 0xa3, 0x38, 0x6b, 0x19, 0xb5, 0x6c, 0x4d, 0xb8, 0x71, 0x2d, 0x14, 0x2b, |
| 0xc1, 0xa8, 0xbf, 0x37, 0x09, 0xf6, 0xfa, 0xa7, 0x41, 0x34, 0x75, 0x9a, 0x1f, 0xcc, 0xf9, 0xa6, |
| 0xe2, 0xac, 0xdd, 0xd9, 0x1d, 0x74, 0xce, 0xda, 0x1d, 0x34, 0xe8, 0x8e, 0x38, 0xea, 0xbf, 0x33, |
| 0x68, 0xf8, 0x73, 0xf4, 0x28, 0xe7, 0x2b, 0x5a, 0x4b, 0x1b, 0xbb, 0x17, 0x2f, 0xd8, 0xc3, 0x88, |
| 0x86, 0x86, 0xe1, 0x67, 0x68, 0xbf, 0x91, 0x55, 0xb4, 0xe4, 0x46, 0x51, 0xc6, 0xfd, 0xcd, 0xda, |
| 0x9b, 0x0f, 0x22, 0x71, 0xde, 0xe0, 0xa3, 0x33, 0xd4, 0x75, 0x63, 0xf9, 0x86, 0xb2, 0x4b, 0x5a, |
| 0x70, 0xfc, 0x09, 0xea, 0xa9, 0xf0, 0xa7, 0xf7, 0xc6, 0x0d, 0xba, 0x11, 0x73, 0x36, 0x9c, 0xa0, |
| 0xdd, 0x2b, 0xae, 0x8d, 0x80, 0x2a, 0x2e, 0xda, 0xfc, 0x3b, 0xfa, 0xa3, 0x85, 0x7a, 0x9b, 0x33, |
| 0x7e, 0xdf, 0x82, 0xe7, 0xe8, 0xb0, 0x91, 0xc5, 0xe1, 0x8d, 0xfb, 0xf9, 0x0d, 0xba, 0x2f, 0x3e, |
| 0x7a, 0xef, 0x4d, 0x8a, 0x25, 0xcf, 0x0f, 0xa2, 0x37, 0x0c, 0x79, 0x44, 0x47, 0x7f, 0x3e, 0x40, |
| 0xbd, 0xcd, 0x09, 0x73, 0x27, 0xa3, 0x79, 0x29, 0x2a, 0x43, 0x0a, 0x0d, 0xb5, 0x6a, 0x4e, 0x16, |
| 0xb0, 0x57, 0x0e, 0xc2, 0x63, 0xe4, 0x06, 0x8c, 0x64, 0x00, 0xd6, 0x58, 0x4d, 0x55, 0x54, 0x86, |
| 0x53, 0xee, 0x67, 0x60, 0xa7, 0x0d, 0x13, 0xf4, 0x2f, 0xd1, 0xa1, 0xd2, 0xe2, 0x4a, 0x48, 0x5e, |
| 0xf0, 0x9c, 0xd4, 0x86, 0xeb, 0x66, 0xf1, 0xad, 0x30, 0x78, 0x77, 0xec, 0x85, 0x23, 0x83, 0xeb, |
| 0x63, 0xd4, 0xdd, 0x94, 0xb6, 0xe3, 0x25, 0xbd, 0x13, 0x3c, 0x47, 0x8f, 0xaf, 0x04, 0x7f, 0x4b, |
| 0xa8, 0x94, 0xe1, 0x59, 0x08, 0xc2, 0xed, 0xd0, 0x41, 0x47, 0x4d, 0xa4, 0x74, 0x8f, 0x40, 0x90, |
| 0xa7, 0xe8, 0xe0, 0x56, 0xee, 0xde, 0x8a, 0x46, 0xbf, 0x13, 0xca, 0x8e, 0x7a, 0xf7, 0x40, 0x04, |
| 0xc3, 0xf4, 0xf7, 0xd6, 0x5f, 0xff, 0x7c, 0xfa, 0x13, 0xfa, 0x71, 0x6d, 0xad, 0x32, 0xa7, 0xa9, |
| 0x7f, 0xe9, 0x9f, 0xc7, 0x60, 0xa9, 0x52, 0x46, 0x81, 0x1d, 0x33, 0x28, 0x53, 0xc3, 0xd6, 0xbc, |
| 0xa4, 0x26, 0x75, 0xad, 0x13, 0x8c, 0x9b, 0xdb, 0xef, 0xca, 0xa9, 0x89, 0xa1, 0x8e, 0xd9, 0xaa, |
| 0xf8, 0xed, 0xe4, 0xfe, 0xdf, 0xa0, 0x6f, 0xc3, 0x8f, 0xca, 0xb2, 0x1d, 0x0f, 0x9f, 0xfc, 0x1b, |
| 0x00, 0x00, 0xff, 0xff, 0xcf, 0x85, 0x0d, 0xdb, 0xc1, 0x06, 0x00, 0x00, |
| } |