|
|
@ -18,6 +18,8 @@ It has these top-level messages:
|
|
|
|
GetReleaseContentResponse
|
|
|
|
GetReleaseContentResponse
|
|
|
|
UpdateReleaseRequest
|
|
|
|
UpdateReleaseRequest
|
|
|
|
UpdateReleaseResponse
|
|
|
|
UpdateReleaseResponse
|
|
|
|
|
|
|
|
RollbackReleaseRequest
|
|
|
|
|
|
|
|
RollbackReleaseResponse
|
|
|
|
InstallReleaseRequest
|
|
|
|
InstallReleaseRequest
|
|
|
|
InstallReleaseResponse
|
|
|
|
InstallReleaseResponse
|
|
|
|
UninstallReleaseRequest
|
|
|
|
UninstallReleaseRequest
|
|
|
@ -278,6 +280,37 @@ func (m *UpdateReleaseResponse) GetRelease() *hapi_release3.Release {
|
|
|
|
return nil
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
type RollbackReleaseRequest struct {
|
|
|
|
|
|
|
|
// The name of the release
|
|
|
|
|
|
|
|
Name string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
|
|
|
|
|
|
|
|
// dry_run, if true, will run through the release logic but no create
|
|
|
|
|
|
|
|
DryRun bool `protobuf:"varint,2,opt,name=dry_run,json=dryRun" json:"dry_run,omitempty"`
|
|
|
|
|
|
|
|
// DisableHooks causes the server to skip running any hooks for the rollback
|
|
|
|
|
|
|
|
DisableHooks bool `protobuf:"varint,3,opt,name=disable_hooks,json=disableHooks" json:"disable_hooks,omitempty"`
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
func (m *RollbackReleaseRequest) Reset() { *m = RollbackReleaseRequest{} }
|
|
|
|
|
|
|
|
func (m *RollbackReleaseRequest) String() string { return proto.CompactTextString(m) }
|
|
|
|
|
|
|
|
func (*RollbackReleaseRequest) ProtoMessage() {}
|
|
|
|
|
|
|
|
func (*RollbackReleaseRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{9} }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// RollbackReleaseResponse is the response to an update request.
|
|
|
|
|
|
|
|
type RollbackReleaseResponse struct {
|
|
|
|
|
|
|
|
Release *hapi_release3.Release `protobuf:"bytes,1,opt,name=release" json:"release,omitempty"`
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
func (m *RollbackReleaseResponse) Reset() { *m = RollbackReleaseResponse{} }
|
|
|
|
|
|
|
|
func (m *RollbackReleaseResponse) String() string { return proto.CompactTextString(m) }
|
|
|
|
|
|
|
|
func (*RollbackReleaseResponse) ProtoMessage() {}
|
|
|
|
|
|
|
|
func (*RollbackReleaseResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{10} }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
func (m *RollbackReleaseResponse) GetRelease() *hapi_release3.Release {
|
|
|
|
|
|
|
|
if m != nil {
|
|
|
|
|
|
|
|
return m.Release
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
return nil
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// InstallReleaseRequest is the request for an installation of a chart.
|
|
|
|
// InstallReleaseRequest is the request for an installation of a chart.
|
|
|
|
type InstallReleaseRequest struct {
|
|
|
|
type InstallReleaseRequest struct {
|
|
|
|
// Chart is the protobuf representation of a chart.
|
|
|
|
// Chart is the protobuf representation of a chart.
|
|
|
@ -303,7 +336,7 @@ type InstallReleaseRequest struct {
|
|
|
|
func (m *InstallReleaseRequest) Reset() { *m = InstallReleaseRequest{} }
|
|
|
|
func (m *InstallReleaseRequest) Reset() { *m = InstallReleaseRequest{} }
|
|
|
|
func (m *InstallReleaseRequest) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (m *InstallReleaseRequest) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*InstallReleaseRequest) ProtoMessage() {}
|
|
|
|
func (*InstallReleaseRequest) ProtoMessage() {}
|
|
|
|
func (*InstallReleaseRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{9} }
|
|
|
|
func (*InstallReleaseRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{11} }
|
|
|
|
|
|
|
|
|
|
|
|
func (m *InstallReleaseRequest) GetChart() *hapi_chart3.Chart {
|
|
|
|
func (m *InstallReleaseRequest) GetChart() *hapi_chart3.Chart {
|
|
|
|
if m != nil {
|
|
|
|
if m != nil {
|
|
|
@ -327,7 +360,7 @@ type InstallReleaseResponse struct {
|
|
|
|
func (m *InstallReleaseResponse) Reset() { *m = InstallReleaseResponse{} }
|
|
|
|
func (m *InstallReleaseResponse) Reset() { *m = InstallReleaseResponse{} }
|
|
|
|
func (m *InstallReleaseResponse) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (m *InstallReleaseResponse) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*InstallReleaseResponse) ProtoMessage() {}
|
|
|
|
func (*InstallReleaseResponse) ProtoMessage() {}
|
|
|
|
func (*InstallReleaseResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{10} }
|
|
|
|
func (*InstallReleaseResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{12} }
|
|
|
|
|
|
|
|
|
|
|
|
func (m *InstallReleaseResponse) GetRelease() *hapi_release3.Release {
|
|
|
|
func (m *InstallReleaseResponse) GetRelease() *hapi_release3.Release {
|
|
|
|
if m != nil {
|
|
|
|
if m != nil {
|
|
|
@ -349,7 +382,7 @@ type UninstallReleaseRequest struct {
|
|
|
|
func (m *UninstallReleaseRequest) Reset() { *m = UninstallReleaseRequest{} }
|
|
|
|
func (m *UninstallReleaseRequest) Reset() { *m = UninstallReleaseRequest{} }
|
|
|
|
func (m *UninstallReleaseRequest) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (m *UninstallReleaseRequest) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*UninstallReleaseRequest) ProtoMessage() {}
|
|
|
|
func (*UninstallReleaseRequest) ProtoMessage() {}
|
|
|
|
func (*UninstallReleaseRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{11} }
|
|
|
|
func (*UninstallReleaseRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{13} }
|
|
|
|
|
|
|
|
|
|
|
|
// UninstallReleaseResponse represents a successful response to an uninstall request.
|
|
|
|
// UninstallReleaseResponse represents a successful response to an uninstall request.
|
|
|
|
type UninstallReleaseResponse struct {
|
|
|
|
type UninstallReleaseResponse struct {
|
|
|
@ -360,7 +393,7 @@ type UninstallReleaseResponse struct {
|
|
|
|
func (m *UninstallReleaseResponse) Reset() { *m = UninstallReleaseResponse{} }
|
|
|
|
func (m *UninstallReleaseResponse) Reset() { *m = UninstallReleaseResponse{} }
|
|
|
|
func (m *UninstallReleaseResponse) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (m *UninstallReleaseResponse) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*UninstallReleaseResponse) ProtoMessage() {}
|
|
|
|
func (*UninstallReleaseResponse) ProtoMessage() {}
|
|
|
|
func (*UninstallReleaseResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{12} }
|
|
|
|
func (*UninstallReleaseResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{14} }
|
|
|
|
|
|
|
|
|
|
|
|
func (m *UninstallReleaseResponse) GetRelease() *hapi_release3.Release {
|
|
|
|
func (m *UninstallReleaseResponse) GetRelease() *hapi_release3.Release {
|
|
|
|
if m != nil {
|
|
|
|
if m != nil {
|
|
|
@ -376,7 +409,7 @@ type GetVersionRequest struct {
|
|
|
|
func (m *GetVersionRequest) Reset() { *m = GetVersionRequest{} }
|
|
|
|
func (m *GetVersionRequest) Reset() { *m = GetVersionRequest{} }
|
|
|
|
func (m *GetVersionRequest) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (m *GetVersionRequest) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*GetVersionRequest) ProtoMessage() {}
|
|
|
|
func (*GetVersionRequest) ProtoMessage() {}
|
|
|
|
func (*GetVersionRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{13} }
|
|
|
|
func (*GetVersionRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{15} }
|
|
|
|
|
|
|
|
|
|
|
|
type GetVersionResponse struct {
|
|
|
|
type GetVersionResponse struct {
|
|
|
|
Version *hapi_version.Version `protobuf:"bytes,1,opt,name=Version,json=version" json:"Version,omitempty"`
|
|
|
|
Version *hapi_version.Version `protobuf:"bytes,1,opt,name=Version,json=version" json:"Version,omitempty"`
|
|
|
@ -385,7 +418,7 @@ type GetVersionResponse struct {
|
|
|
|
func (m *GetVersionResponse) Reset() { *m = GetVersionResponse{} }
|
|
|
|
func (m *GetVersionResponse) Reset() { *m = GetVersionResponse{} }
|
|
|
|
func (m *GetVersionResponse) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (m *GetVersionResponse) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*GetVersionResponse) ProtoMessage() {}
|
|
|
|
func (*GetVersionResponse) ProtoMessage() {}
|
|
|
|
func (*GetVersionResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{14} }
|
|
|
|
func (*GetVersionResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{16} }
|
|
|
|
|
|
|
|
|
|
|
|
func (m *GetVersionResponse) GetVersion() *hapi_version.Version {
|
|
|
|
func (m *GetVersionResponse) GetVersion() *hapi_version.Version {
|
|
|
|
if m != nil {
|
|
|
|
if m != nil {
|
|
|
@ -404,6 +437,8 @@ func init() {
|
|
|
|
proto.RegisterType((*GetReleaseContentResponse)(nil), "hapi.services.tiller.GetReleaseContentResponse")
|
|
|
|
proto.RegisterType((*GetReleaseContentResponse)(nil), "hapi.services.tiller.GetReleaseContentResponse")
|
|
|
|
proto.RegisterType((*UpdateReleaseRequest)(nil), "hapi.services.tiller.UpdateReleaseRequest")
|
|
|
|
proto.RegisterType((*UpdateReleaseRequest)(nil), "hapi.services.tiller.UpdateReleaseRequest")
|
|
|
|
proto.RegisterType((*UpdateReleaseResponse)(nil), "hapi.services.tiller.UpdateReleaseResponse")
|
|
|
|
proto.RegisterType((*UpdateReleaseResponse)(nil), "hapi.services.tiller.UpdateReleaseResponse")
|
|
|
|
|
|
|
|
proto.RegisterType((*RollbackReleaseRequest)(nil), "hapi.services.tiller.RollbackReleaseRequest")
|
|
|
|
|
|
|
|
proto.RegisterType((*RollbackReleaseResponse)(nil), "hapi.services.tiller.RollbackReleaseResponse")
|
|
|
|
proto.RegisterType((*InstallReleaseRequest)(nil), "hapi.services.tiller.InstallReleaseRequest")
|
|
|
|
proto.RegisterType((*InstallReleaseRequest)(nil), "hapi.services.tiller.InstallReleaseRequest")
|
|
|
|
proto.RegisterType((*InstallReleaseResponse)(nil), "hapi.services.tiller.InstallReleaseResponse")
|
|
|
|
proto.RegisterType((*InstallReleaseResponse)(nil), "hapi.services.tiller.InstallReleaseResponse")
|
|
|
|
proto.RegisterType((*UninstallReleaseRequest)(nil), "hapi.services.tiller.UninstallReleaseRequest")
|
|
|
|
proto.RegisterType((*UninstallReleaseRequest)(nil), "hapi.services.tiller.UninstallReleaseRequest")
|
|
|
@ -442,6 +477,8 @@ type ReleaseServiceClient interface {
|
|
|
|
UninstallRelease(ctx context.Context, in *UninstallReleaseRequest, opts ...grpc.CallOption) (*UninstallReleaseResponse, error)
|
|
|
|
UninstallRelease(ctx context.Context, in *UninstallReleaseRequest, opts ...grpc.CallOption) (*UninstallReleaseResponse, error)
|
|
|
|
// GetVersion returns the current version of the server.
|
|
|
|
// GetVersion returns the current version of the server.
|
|
|
|
GetVersion(ctx context.Context, in *GetVersionRequest, opts ...grpc.CallOption) (*GetVersionResponse, error)
|
|
|
|
GetVersion(ctx context.Context, in *GetVersionRequest, opts ...grpc.CallOption) (*GetVersionResponse, error)
|
|
|
|
|
|
|
|
// RollbackRelease rolls back a release to a previous version.
|
|
|
|
|
|
|
|
RollbackRelease(ctx context.Context, in *RollbackReleaseRequest, opts ...grpc.CallOption) (*RollbackReleaseResponse, error)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
type releaseServiceClient struct {
|
|
|
|
type releaseServiceClient struct {
|
|
|
@ -538,6 +575,15 @@ func (c *releaseServiceClient) GetVersion(ctx context.Context, in *GetVersionReq
|
|
|
|
return out, nil
|
|
|
|
return out, nil
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
func (c *releaseServiceClient) RollbackRelease(ctx context.Context, in *RollbackReleaseRequest, opts ...grpc.CallOption) (*RollbackReleaseResponse, error) {
|
|
|
|
|
|
|
|
out := new(RollbackReleaseResponse)
|
|
|
|
|
|
|
|
err := grpc.Invoke(ctx, "/hapi.services.tiller.ReleaseService/RollbackRelease", in, out, c.cc, opts...)
|
|
|
|
|
|
|
|
if err != nil {
|
|
|
|
|
|
|
|
return nil, err
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
return out, nil
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// Server API for ReleaseService service
|
|
|
|
// Server API for ReleaseService service
|
|
|
|
|
|
|
|
|
|
|
|
type ReleaseServiceServer interface {
|
|
|
|
type ReleaseServiceServer interface {
|
|
|
@ -558,6 +604,8 @@ type ReleaseServiceServer interface {
|
|
|
|
UninstallRelease(context.Context, *UninstallReleaseRequest) (*UninstallReleaseResponse, error)
|
|
|
|
UninstallRelease(context.Context, *UninstallReleaseRequest) (*UninstallReleaseResponse, error)
|
|
|
|
// GetVersion returns the current version of the server.
|
|
|
|
// GetVersion returns the current version of the server.
|
|
|
|
GetVersion(context.Context, *GetVersionRequest) (*GetVersionResponse, error)
|
|
|
|
GetVersion(context.Context, *GetVersionRequest) (*GetVersionResponse, error)
|
|
|
|
|
|
|
|
// RollbackRelease rolls back a release to a previous version.
|
|
|
|
|
|
|
|
RollbackRelease(context.Context, *RollbackReleaseRequest) (*RollbackReleaseResponse, error)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
func RegisterReleaseServiceServer(s *grpc.Server, srv ReleaseServiceServer) {
|
|
|
|
func RegisterReleaseServiceServer(s *grpc.Server, srv ReleaseServiceServer) {
|
|
|
@ -657,6 +705,18 @@ func _ReleaseService_GetVersion_Handler(srv interface{}, ctx context.Context, de
|
|
|
|
return out, nil
|
|
|
|
return out, nil
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
func _ReleaseService_RollbackRelease_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error) (interface{}, error) {
|
|
|
|
|
|
|
|
in := new(RollbackReleaseRequest)
|
|
|
|
|
|
|
|
if err := dec(in); err != nil {
|
|
|
|
|
|
|
|
return nil, err
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
out, err := srv.(ReleaseServiceServer).RollbackRelease(ctx, in)
|
|
|
|
|
|
|
|
if err != nil {
|
|
|
|
|
|
|
|
return nil, err
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
return out, nil
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
var _ReleaseService_serviceDesc = grpc.ServiceDesc{
|
|
|
|
var _ReleaseService_serviceDesc = grpc.ServiceDesc{
|
|
|
|
ServiceName: "hapi.services.tiller.ReleaseService",
|
|
|
|
ServiceName: "hapi.services.tiller.ReleaseService",
|
|
|
|
HandlerType: (*ReleaseServiceServer)(nil),
|
|
|
|
HandlerType: (*ReleaseServiceServer)(nil),
|
|
|
@ -685,6 +745,10 @@ var _ReleaseService_serviceDesc = grpc.ServiceDesc{
|
|
|
|
MethodName: "GetVersion",
|
|
|
|
MethodName: "GetVersion",
|
|
|
|
Handler: _ReleaseService_GetVersion_Handler,
|
|
|
|
Handler: _ReleaseService_GetVersion_Handler,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
MethodName: "RollbackRelease",
|
|
|
|
|
|
|
|
Handler: _ReleaseService_RollbackRelease_Handler,
|
|
|
|
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
Streams: []grpc.StreamDesc{
|
|
|
|
Streams: []grpc.StreamDesc{
|
|
|
|
{
|
|
|
|
{
|
|
|
@ -696,61 +760,64 @@ var _ReleaseService_serviceDesc = grpc.ServiceDesc{
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
var fileDescriptor0 = []byte{
|
|
|
|
var fileDescriptor0 = []byte{
|
|
|
|
// 893 bytes of a gzipped FileDescriptorProto
|
|
|
|
// 939 bytes of a gzipped FileDescriptorProto
|
|
|
|
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0x9c, 0x56, 0x5f, 0x6f, 0xe3, 0x44,
|
|
|
|
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0x9c, 0x56, 0xdd, 0x72, 0xdb, 0x44,
|
|
|
|
0x10, 0x3f, 0x27, 0xa9, 0x93, 0x4c, 0xda, 0x2a, 0xdd, 0x6b, 0x1b, 0xd7, 0x02, 0x74, 0x32, 0x82,
|
|
|
|
0x14, 0xae, 0x6c, 0x47, 0xb2, 0x4f, 0x7e, 0x48, 0xb6, 0x49, 0xac, 0x68, 0x80, 0xe9, 0x88, 0x81,
|
|
|
|
0x0b, 0x07, 0x24, 0x10, 0x5e, 0x11, 0x52, 0x2e, 0x17, 0xf5, 0xaa, 0x0b, 0x39, 0x69, 0x43, 0x41,
|
|
|
|
0x86, 0x42, 0x1d, 0x30, 0xb7, 0x0c, 0x33, 0x69, 0xea, 0x49, 0x43, 0x83, 0x3b, 0xb3, 0x26, 0x30,
|
|
|
|
0xe2, 0x81, 0xc8, 0x4d, 0x36, 0x17, 0x83, 0x6b, 0x07, 0xef, 0x26, 0xa2, 0x1f, 0x81, 0xcf, 0xc0,
|
|
|
|
0xc3, 0x05, 0x1e, 0xc5, 0x5e, 0x37, 0x6a, 0x15, 0xad, 0xd1, 0xae, 0x33, 0xe4, 0x11, 0xb8, 0xe0,
|
|
|
|
0x1b, 0xdf, 0x83, 0x4f, 0xc6, 0x0b, 0xeb, 0xfd, 0xe3, 0xc6, 0xa9, 0x4d, 0x7d, 0x79, 0x89, 0xbd,
|
|
|
|
0x25, 0x78, 0x0f, 0x9e, 0x8c, 0x1b, 0x56, 0xfb, 0xa3, 0x58, 0x8a, 0xd4, 0xaa, 0xbe, 0xb1, 0x76,
|
|
|
|
0x3b, 0xbf, 0xfd, 0xcd, 0xcc, 0x6f, 0x76, 0xc6, 0x01, 0x7b, 0xe9, 0xae, 0xbc, 0x2e, 0x25, 0xd1,
|
|
|
|
0xf7, 0x7c, 0xfb, 0x9d, 0xb3, 0xdf, 0xd9, 0x73, 0xd6, 0xe0, 0x5d, 0x05, 0xf3, 0xf0, 0x88, 0x91,
|
|
|
|
0xc6, 0x9b, 0x11, 0xda, 0x65, 0x9e, 0xef, 0x93, 0xa8, 0xb3, 0x8a, 0x42, 0x16, 0xa2, 0xd3, 0xd8,
|
|
|
|
0xe4, 0x26, 0x9c, 0x10, 0x76, 0xc4, 0xc3, 0x28, 0x22, 0x49, 0x6f, 0x9e, 0x50, 0x4e, 0xd1, 0x6e,
|
|
|
|
0xd6, 0xd1, 0xb6, 0x8e, 0xb4, 0xd9, 0xe7, 0xe2, 0xc4, 0x6c, 0xe9, 0x46, 0x4c, 0xfe, 0x4a, 0xb4,
|
|
|
|
0x6a, 0xeb, 0x19, 0x5b, 0x4f, 0xd9, 0xbc, 0x7d, 0xb9, 0x63, 0x72, 0x15, 0x24, 0x5c, 0xfd, 0x2a,
|
|
|
|
0xdd, 0xda, 0xde, 0x0f, 0x83, 0x85, 0xf7, 0x4e, 0x19, 0xa4, 0x8b, 0x88, 0xf8, 0xc4, 0xa5, 0x44,
|
|
|
|
0xb4, 0xd7, 0x5d, 0x5e, 0xa7, 0xf1, 0x2c, 0x7c, 0xad, 0x0d, 0xca, 0x45, 0x42, 0x22, 0x12, 0x30,
|
|
|
|
0x3f, 0x53, 0x87, 0xb4, 0xcd, 0x0b, 0x16, 0xa1, 0x32, 0x5c, 0xa4, 0x0c, 0x94, 0xb9, 0x6c, 0x4d,
|
|
|
|
0x62, 0xbe, 0xb9, 0x4d, 0xc6, 0x16, 0xc6, 0x33, 0xaa, 0x0d, 0x07, 0x39, 0x03, 0xe3, 0x01, 0x5f,
|
|
|
|
0x53, 0x7c, 0x1b, 0x12, 0x51, 0x2f, 0x0c, 0xf4, 0x53, 0xda, 0x9c, 0xbf, 0x4b, 0xf0, 0x74, 0xe4,
|
|
|
|
0xb0, 0x1c, 0xdf, 0x0d, 0x49, 0x58, 0x48, 0x63, 0xf3, 0x55, 0x36, 0xff, 0x9f, 0x06, 0x3c, 0x3c,
|
|
|
|
0x51, 0x86, 0xe5, 0x41, 0x8a, 0xc9, 0xef, 0x6b, 0x42, 0x19, 0x3a, 0x85, 0x03, 0xdf, 0xbb, 0xf5,
|
|
|
|
0x0f, 0x19, 0xc7, 0x6a, 0x23, 0xc3, 0xe4, 0x8f, 0x05, 0x61, 0x1c, 0xed, 0xc2, 0x5a, 0x14, 0x5e,
|
|
|
|
0x98, 0x65, 0x3c, 0x33, 0xda, 0x65, 0x2c, 0x17, 0xe8, 0x1c, 0xcc, 0x70, 0xb1, 0xa0, 0x84, 0x59,
|
|
|
|
0x87, 0xdc, 0xb5, 0x1e, 0x59, 0x87, 0x4d, 0xac, 0x26, 0x68, 0x1f, 0x6c, 0x3a, 0x9b, 0x31, 0xc2,
|
|
|
|
0x25, 0xbe, 0x5d, 0xc7, 0x6a, 0x85, 0xbe, 0x83, 0x2a, 0x0d, 0x23, 0x36, 0xbd, 0xb9, 0xb3, 0xca,
|
|
|
|
0xdd, 0x86, 0x58, 0xee, 0x60, 0x3d, 0x43, 0x3f, 0x80, 0xc3, 0x68, 0xc2, 0xc7, 0x97, 0xb7, 0x6e,
|
|
|
|
0xdc, 0x70, 0xdc, 0xfb, 0xa4, 0x93, 0x25, 0x45, 0x27, 0xf6, 0x34, 0xe1, 0xc0, 0x4e, 0xfc, 0xf3,
|
|
|
|
0x53, 0x18, 0xb6, 0xfa, 0x9f, 0xf7, 0xca, 0xa4, 0xe8, 0xa5, 0x9e, 0x46, 0x02, 0xd8, 0x4b, 0x7f,
|
|
|
|
0xf2, 0x0e, 0x9b, 0x54, 0x3c, 0x63, 0xde, 0x85, 0xe7, 0x33, 0x12, 0x59, 0x15, 0xc9, 0x2b, 0x57,
|
|
|
|
0x9e, 0xdd, 0x62, 0x9b, 0xc9, 0x6f, 0xca, 0x3b, 0x0b, 0x23, 0x4e, 0x12, 0xb7, 0xa5, 0x78, 0xd5,
|
|
|
|
0xe8, 0x12, 0x40, 0xf0, 0x86, 0xd1, 0x9c, 0xdb, 0x0e, 0x04, 0x75, 0xbb, 0x00, 0xf5, 0xdb, 0x18,
|
|
|
|
0x0c, 0x9d, 0x02, 0x48, 0x5e, 0x9a, 0x4c, 0x85, 0x6d, 0x4d, 0x52, 0x1f, 0xd6, 0xa0, 0x7e, 0x95,
|
|
|
|
0x8f, 0xeb, 0x54, 0xbf, 0xa2, 0x6f, 0xe1, 0x50, 0x4a, 0x32, 0x9d, 0x85, 0x73, 0x42, 0x2d, 0xf3,
|
|
|
|
0xe2, 0x71, 0x87, 0x99, 0x21, 0xfa, 0x1e, 0x36, 0x94, 0x24, 0xe3, 0x09, 0x9d, 0x12, 0xe6, 0xda,
|
|
|
|
0x59, 0x99, 0x53, 0x5d, 0x48, 0x2a, 0xad, 0xf0, 0x44, 0x8a, 0x36, 0xe0, 0x08, 0xdc, 0x90, 0xf0,
|
|
|
|
0x8f, 0x9a, 0x82, 0xea, 0x40, 0x51, 0x19, 0x85, 0x47, 0x4a, 0xb4, 0x13, 0x81, 0xc0, 0xeb, 0x0a,
|
|
|
|
0xf8, 0x9d, 0x3a, 0xbf, 0x40, 0x4d, 0xd3, 0x3b, 0x3d, 0x30, 0x65, 0xf0, 0xa8, 0x01, 0xd5, 0xeb,
|
|
|
|
0x9e, 0x8e, 0x99, 0xff, 0x3b, 0xb4, 0x0d, 0xbd, 0xdf, 0x07, 0x5b, 0x05, 0x8f, 0xd6, 0xc1, 0xb9,
|
|
|
|
0xf1, 0x9b, 0xf1, 0xdb, 0x9f, 0xc6, 0xcd, 0x27, 0xa8, 0x06, 0x95, 0x71, 0xff, 0xfb, 0x61, 0xd3,
|
|
|
|
0x18, 0xbe, 0x1c, 0xbe, 0xfa, 0x75, 0xb8, 0xfd, 0x00, 0xb5, 0xa1, 0x35, 0x3c, 0xfe, 0x69, 0xb0,
|
|
|
|
0x40, 0x27, 0x70, 0x34, 0xea, 0x4f, 0x7e, 0x98, 0xe2, 0xe1, 0x68, 0xd8, 0x9f, 0x0c, 0x5f, 0x35,
|
|
|
|
0x6d, 0xa1, 0x1d, 0xd8, 0x3c, 0x3f, 0x1e, 0xfd, 0x3c, 0xc6, 0x83, 0xf3, 0xc1, 0xf1, 0x68, 0xf0,
|
|
|
|
0x4b, 0xce, 0x47, 0x50, 0x4f, 0xa2, 0x42, 0x55, 0x28, 0xf7, 0x27, 0x03, 0x79, 0xe4, 0xd5, 0x90,
|
|
|
|
0x7c, 0xbb, 0xe1, 0x7f, 0x0a, 0x9d, 0x2c, 0x2a, 0xe4, 0x40, 0xf3, 0x78, 0x74, 0xa2, 0xb6, 0x3c,
|
|
|
|
0xbf, 0x19, 0xce, 0x9f, 0x06, 0x9c, 0xa6, 0x8b, 0x40, 0x57, 0x61, 0x40, 0x49, 0x5c, 0x85, 0x59,
|
|
|
|
0x1f, 0x88, 0x91, 0xe5, 0xff, 0x65, 0xc1, 0x6e, 0x3e, 0x09, 0x6c, 0x4e, 0x63, 0x46, 0xd2, 0x2c,
|
|
|
|
0xb8, 0x0e, 0x92, 0x2a, 0x88, 0x05, 0x42, 0x50, 0x09, 0xc8, 0x1f, 0xba, 0x06, 0xe2, 0x3d, 0x46,
|
|
|
|
0x4c, 0xe8, 0x22, 0xce, 0xb2, 0x20, 0x27, 0x08, 0x41, 0x2b, 0x26, 0x7f, 0x9a, 0x1c, 0xc8, 0x71,
|
|
|
|
0xb2, 0x90, 0xb9, 0xbe, 0xd0, 0x9f, 0x23, 0xc5, 0x02, 0x7d, 0x0d, 0x35, 0x95, 0x1c, 0xe5, 0xca,
|
|
|
|
0x8a, 0xe4, 0x94, 0x07, 0x91, 0xd4, 0x5f, 0x20, 0xe5, 0x04, 0x7d, 0x0b, 0x6d, 0x7d, 0x38, 0x26,
|
|
|
|
0x96, 0xdb, 0x8d, 0xde, 0x59, 0x3a, 0x65, 0xe5, 0x11, 0x27, 0x30, 0xe7, 0x12, 0x5a, 0x97, 0x44,
|
|
|
|
0x94, 0x6d, 0x1e, 0xae, 0xf7, 0xf7, 0xf2, 0x47, 0xd6, 0x1e, 0x71, 0x06, 0xf3, 0x4f, 0xa1, 0x7b,
|
|
|
|
0x47, 0x22, 0x15, 0xd1, 0x77, 0x22, 0xf6, 0xeb, 0xde, 0x12, 0x11, 0x4c, 0xec, 0x97, 0xbf, 0x23,
|
|
|
|
0x4a, 0x4c, 0x24, 0x4a, 0x11, 0x73, 0x27, 0x52, 0xbf, 0xc1, 0x35, 0x91, 0xc1, 0xa4, 0x7e, 0xc5,
|
|
|
|
0x0b, 0xaa, 0xea, 0x42, 0x89, 0x70, 0x0e, 0xb0, 0x5e, 0x3a, 0x0c, 0xac, 0x87, 0x44, 0x2a, 0xaf,
|
|
|
|
0x18, 0xb9, 0xe0, 0xe8, 0x0b, 0x25, 0xc3, 0x59, 0xc3, 0x66, 0xea, 0x73, 0x70, 0xef, 0x13, 0xe9,
|
|
|
|
0x2c, 0xa6, 0x4f, 0xa1, 0x12, 0x5f, 0x67, 0x41, 0xd3, 0xe8, 0xa1, 0x74, 0x9c, 0x57, 0xdc, 0x82,
|
|
|
|
0x73, 0x95, 0x31, 0x7d, 0x01, 0xad, 0xf4, 0x3a, 0x4b, 0x9a, 0xf5, 0x3e, 0xca, 0xc7, 0x79, 0x26,
|
|
|
|
0x85, 0x1d, 0x7d, 0x00, 0xf5, 0x18, 0x4f, 0x57, 0xee, 0x8c, 0x88, 0x6c, 0xeb, 0xf8, 0x7e, 0xc3,
|
|
|
|
0x2c, 0x58, 0xda, 0xd1, 0xc7, 0xd0, 0x49, 0xf1, 0x6c, 0x1e, 0x4c, 0x88, 0x3c, 0x6d, 0x07, 0xdf,
|
|
|
|
0x79, 0xbd, 0xed, 0x75, 0x10, 0x06, 0x8c, 0x04, 0x6c, 0xbf, 0xf8, 0x47, 0x70, 0x91, 0xc1, 0xa4,
|
|
|
|
0x2d, 0xf8, 0x2f, 0x96, 0xbd, 0x9e, 0xd0, 0x98, 0x93, 0x98, 0xaf, 0x16, 0xff, 0x39, 0x1c, 0x94,
|
|
|
|
0x12, 0xe8, 0x42, 0x55, 0x85, 0x26, 0xd8, 0x72, 0x75, 0xd5, 0x28, 0xe7, 0x1f, 0x5e, 0xe2, 0xeb,
|
|
|
|
0x30, 0xe9, 0x03, 0x1c, 0x81, 0xa3, 0x43, 0x93, 0x6c, 0x95, 0xba, 0x1a, 0x94, 0xff, 0xaf, 0x48,
|
|
|
|
0xd5, 0xdc, 0x65, 0x44, 0x9b, 0xfe, 0x27, 0xa8, 0xe7, 0xbc, 0xec, 0xf1, 0x58, 0x50, 0x5a, 0x9c,
|
|
|
|
0xf1, 0xc5, 0x7c, 0x1a, 0x70, 0x62, 0x4c, 0xef, 0x08, 0xea, 0xb1, 0x48, 0x7b, 0xda, 0x16, 0xb4,
|
|
|
|
0x48, 0x6e, 0x39, 0x3b, 0x06, 0xf1, 0x2f, 0x96, 0x76, 0xf4, 0x02, 0xcc, 0x8d, 0xeb, 0x73, 0x1e,
|
|
|
|
0x16, 0x3b, 0x8a, 0x5b, 0xf5, 0x8e, 0x93, 0xf4, 0x17, 0x2b, 0x3b, 0x7a, 0x02, 0xf6, 0x4d, 0x10,
|
|
|
|
0x21, 0x44, 0xa2, 0x9a, 0x42, 0x8a, 0x99, 0x82, 0x15, 0x02, 0xb5, 0xa0, 0x3a, 0x8f, 0xee, 0xa6,
|
|
|
|
0x09, 0x1e, 0x29, 0x44, 0xa6, 0x9a, 0x46, 0xca, 0x9e, 0x82, 0x35, 0x02, 0x75, 0xc1, 0x99, 0x26,
|
|
|
|
0xd1, 0x3a, 0x10, 0x4d, 0x56, 0xc3, 0x26, 0x5f, 0xe2, 0x75, 0x80, 0x3e, 0x86, 0xa3, 0xb9, 0x47,
|
|
|
|
0xb7, 0xe3, 0x64, 0x11, 0xcb, 0x22, 0x6b, 0x63, 0x5b, 0x4c, 0xf1, 0x22, 0x46, 0x9f, 0xc1, 0xe6,
|
|
|
|
0xdd, 0x1b, 0x9f, 0x4c, 0x97, 0x61, 0xf8, 0x1b, 0x15, 0x7d, 0x56, 0xc3, 0x87, 0x6a, 0xf3, 0x75,
|
|
|
|
0x34, 0x64, 0xc1, 0x65, 0x44, 0xc6, 0x57, 0x94, 0xbe, 0x65, 0xb2, 0xce, 0xda, 0x78, 0x43, 0x2f,
|
|
|
|
0xbc, 0xc7, 0x75, 0x3d, 0xdb, 0x09, 0x7f, 0x5f, 0x25, 0xfe, 0x35, 0xe0, 0xec, 0x2a, 0xe0, 0xed,
|
|
|
|
0xbe, 0x48, 0xd7, 0x84, 0xae, 0x7b, 0x85, 0xf0, 0x57, 0x55, 0xe2, 0x0d, 0xec, 0x63, 0x1a, 0x45,
|
|
|
|
0xe5, 0xfb, 0x3b, 0x52, 0x24, 0x69, 0x1b, 0x85, 0xd3, 0x2e, 0xbd, 0x4f, 0xda, 0xe5, 0x54, 0xda,
|
|
|
|
0x97, 0xc1, 0xe4, 0x6d, 0x0d, 0x29, 0x96, 0xa2, 0x6e, 0xbc, 0x3b, 0xea, 0x66, 0x49, 0xd4, 0x3f,
|
|
|
|
0x5a, 0xf8, 0xca, 0x96, 0xf0, 0x45, 0xa4, 0x48, 0x5f, 0x40, 0x73, 0xe7, 0x02, 0xa2, 0x0f, 0x01,
|
|
|
|
0x42, 0xf7, 0x9e, 0xaf, 0x55, 0xe3, 0xfe, 0xcf, 0x82, 0xbd, 0xb3, 0x58, 0xb4, 0x85, 0x28, 0x2a,
|
|
|
|
0x22, 0xb2, 0xa6, 0x64, 0x2a, 0xc8, 0xab, 0xe2, 0x7c, 0x5d, 0xec, 0x8c, 0xf9, 0x86, 0x73, 0x05,
|
|
|
|
0xc4, 0x9d, 0xa5, 0xcb, 0xaa, 0x9d, 0xae, 0xc6, 0x87, 0xa4, 0xab, 0x99, 0x3b, 0xb8, 0x51, 0xa9,
|
|
|
|
0xe7, 0xbb, 0xc9, 0xef, 0x2b, 0xe4, 0x12, 0x5a, 0xd7, 0x81, 0x97, 0xa9, 0x64, 0xd6, 0xa5, 0x7a,
|
|
|
|
0xb5, 0xa4, 0x52, 0x9d, 0x14, 0xe6, 0x0b, 0xc7, 0x2e, 0x14, 0x0e, 0xfa, 0x04, 0x20, 0x21, 0x0b,
|
|
|
|
0x90, 0x5b, 0x29, 0x23, 0x37, 0x3e, 0x46, 0x56, 0xeb, 0xe8, 0x1d, 0x51, 0x5a, 0xc9, 0x85, 0xf3,
|
|
|
|
0x46, 0xc6, 0x92, 0xdc, 0x91, 0xfb, 0x3b, 0x72, 0x65, 0x28, 0x16, 0xfc, 0x33, 0xd8, 0x2f, 0x1e,
|
|
|
|
0x06, 0xac, 0x87, 0x9e, 0xf6, 0x0d, 0xfb, 0x29, 0x9c, 0xf0, 0xbe, 0xfa, 0x51, 0x76, 0x99, 0x0a,
|
|
|
|
0x7e, 0x55, 0x21, 0xaf, 0xa0, 0x7b, 0x11, 0x87, 0xa5, 0x4a, 0x96, 0xdd, 0x80, 0x7b, 0x67, 0x6b,
|
|
|
|
0xd8, 0x19, 0x02, 0xda, 0xde, 0xbc, 0xe7, 0x56, 0x5b, 0x69, 0x6e, 0xfd, 0x09, 0xd3, 0x78, 0xdd,
|
|
|
|
0x94, 0x9c, 0x4d, 0xb4, 0xbf, 0xf9, 0x22, 0x79, 0x4d, 0xb4, 0x56, 0x6a, 0xe2, 0xbf, 0x04, 0xf7,
|
|
|
|
0xb3, 0xbd, 0xbf, 0x4c, 0x38, 0xd6, 0x13, 0x47, 0x7e, 0x1f, 0x90, 0x07, 0x87, 0xdb, 0xa3, 0x15,
|
|
|
|
0xbe, 0xa7, 0x55, 0xc3, 0x7e, 0x08, 0x3b, 0xa2, 0x1f, 0xfc, 0xa2, 0xba, 0x83, 0x0e, 0xd8, 0x1f,
|
|
|
|
0x7d, 0x96, 0xff, 0xf9, 0xd8, 0xf9, 0x06, 0xda, 0x2f, 0x8a, 0x40, 0x65, 0xa8, 0xce, 0x93, 0xaf,
|
|
|
|
0x00, 0x5a, 0x5e, 0xbc, 0xe3, 0xd6, 0x4b, 0x79, 0x6e, 0xf3, 0xf4, 0x1a, 0xbc, 0xe9, 0x35, 0xfd,
|
|
|
|
0x0c, 0x44, 0xa1, 0xb9, 0x3b, 0xf1, 0xd0, 0x97, 0xd9, 0x1c, 0x39, 0x23, 0xd6, 0xee, 0x14, 0x85,
|
|
|
|
0xbf, 0x1d, 0xd8, 0x32, 0x9d, 0x52, 0xbd, 0x6b, 0x28, 0x84, 0x8d, 0xe5, 0x27, 0x01, 0x7d, 0x59,
|
|
|
|
0x6b, 0xb7, 0x68, 0x23, 0xe4, 0x4c, 0x8f, 0x29, 0xf4, 0x28, 0x4d, 0x7a, 0x32, 0xda, 0xdd, 0xc2,
|
|
|
|
0xfd, 0xec, 0x15, 0xde, 0x6e, 0xef, 0x49, 0x1d, 0xa8, 0x0a, 0xd5, 0x7f, 0xf0, 0x8d, 0x85, 0x18,
|
|
|
|
0xf8, 0xc4, 0xef, 0xaf, 0x70, 0x94, 0x1a, 0x08, 0x28, 0x47, 0xad, 0xac, 0xa1, 0x67, 0x7f, 0x5e,
|
|
|
|
0x6c, 0x17, 0x3b, 0x35, 0x7a, 0x5a, 0xce, 0x51, 0xf1, 0x34, 0x78, 0xbd, 0xba, 0x70, 0xe3, 0x16,
|
|
|
|
0x08, 0x9b, 0xf8, 0xba, 0x85, 0xe3, 0x74, 0xd3, 0xa0, 0x1c, 0x82, 0xcc, 0xb9, 0x62, 0x7f, 0x51,
|
|
|
|
0xdd, 0x48, 0x39, 0xf3, 0xed, 0x15, 0xbd, 0x97, 0x26, 0xdf, 0xd1, 0xbd, 0xa3, 0xda, 0xf8, 0xcc,
|
|
|
|
0x0c, 0x9c, 0xb8, 0xe3, 0x75, 0xdc, 0xbd, 0xee, 0x79, 0x75, 0xcc, 0x69, 0xc0, 0xbc, 0x3a, 0xe6,
|
|
|
|
0xef, 0x1b, 0xd8, 0xcc, 0x35, 0x32, 0x54, 0xa1, 0x56, 0x59, 0xb3, 0xf6, 0xbe, 0xaa, 0x85, 0xcd,
|
|
|
|
0x75, 0x11, 0x77, 0xea, 0x02, 0xdc, 0x77, 0x00, 0x7a, 0x9e, 0x5b, 0x90, 0x74, 0xe3, 0xd8, 0xed,
|
|
|
|
0x7c, 0x5d, 0xc3, 0x56, 0xbe, 0x68, 0x50, 0x05, 0x41, 0x69, 0x5f, 0xf1, 0xbe, 0xae, 0x07, 0xce,
|
|
|
|
0xc7, 0x81, 0xda, 0xc5, 0x4b, 0xf8, 0xb9, 0xa6, 0x71, 0x37, 0xa6, 0xf8, 0xfb, 0xf7, 0xcd, 0x7f,
|
|
|
|
0xdc, 0x89, 0x3c, 0x16, 0xaf, 0x7b, 0x55, 0x1e, 0x2b, 0x0a, 0xb0, 0x2a, 0x8f, 0x55, 0x55, 0x24,
|
|
|
|
0x01, 0x00, 0x00, 0xff, 0xff, 0x14, 0xb2, 0x9f, 0x07, 0xcf, 0x0a, 0x00, 0x00,
|
|
|
|
0x9c, 0x06, 0x00, 0x77, 0x15, 0x80, 0x1e, 0x57, 0x26, 0x24, 0x5f, 0x38, 0xde, 0xe1, 0xfb, 0x81,
|
|
|
|
|
|
|
|
0x99, 0x8b, 0x39, 0x7c, 0x54, 0xe8, 0xe2, 0xa8, 0x42, 0x9a, 0xf2, 0x87, 0xc5, 0x7b, 0x5a, 0x13,
|
|
|
|
|
|
|
|
0x6d, 0x3c, 0x3e, 0x83, 0xdf, 0xda, 0x06, 0x7c, 0x69, 0xcb, 0x3f, 0xca, 0xdf, 0xfd, 0x1f, 0x00,
|
|
|
|
|
|
|
|
0x00, 0xff, 0xff, 0x05, 0x99, 0x9e, 0xf6, 0xf9, 0x0b, 0x00, 0x00,
|
|
|
|
}
|
|
|
|
}
|
|
|
|