зеркало из https://github.com/microsoft/moc.git
Merge branch 'main' into algamaes/add_hypervguestagent
This commit is contained in:
Коммит
67c2992d1d
2
go.mod
2
go.mod
|
@ -20,7 +20,7 @@ require (
|
|||
github.com/kr/pretty v0.1.0 // indirect
|
||||
golang.org/x/net v0.8.0 // indirect
|
||||
golang.org/x/sys v0.6.0 // indirect
|
||||
golang.org/x/text v0.10.0 // indirect
|
||||
golang.org/x/text v0.11.0 // indirect
|
||||
google.golang.org/genproto v0.0.0-20200128133413-58ce757ed39b // indirect
|
||||
google.golang.org/protobuf v1.31.0 // indirect
|
||||
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
||||
|
|
4
go.sum
4
go.sum
|
@ -72,8 +72,8 @@ golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuX
|
|||
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
|
||||
golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
|
||||
golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ=
|
||||
golang.org/x/text v0.10.0 h1:UpjohKhiEgNc0CSauXmwYftY1+LlaC75SJwh0SgCX58=
|
||||
golang.org/x/text v0.10.0/go.mod h1:TvPlkZtksWOMsz7fbANvkp4WM8x/WCo/om8BMLbz+aE=
|
||||
golang.org/x/text v0.11.0 h1:LAntKIrcmeSKERyiOh0XMV39LXS8IE9UL2yP7+f5ij4=
|
||||
golang.org/x/text v0.11.0/go.mod h1:TvPlkZtksWOMsz7fbANvkp4WM8x/WCo/om8BMLbz+aE=
|
||||
golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
|
||||
golang.org/x/tools v0.0.0-20190114222345-bf090417da8b/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
|
||||
golang.org/x/tools v0.0.0-20190226205152-f727befe758c/go.mod h1:9Yl7xja0Znq3iFh3HoIrodX9oNMXvdceNzlUR8zjMvY=
|
||||
|
|
|
@ -25,6 +25,7 @@ message AgentInfoResponse{
|
|||
NodeInfo node = 1;
|
||||
google.protobuf.BoolValue Result = 2;
|
||||
string Error = 3;
|
||||
string deploymentId = 4;
|
||||
}
|
||||
|
||||
service HealthAgent {
|
||||
|
|
|
@ -0,0 +1,210 @@
|
|||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||
// source: admin/deploymentid/moc_common_deploymentid.proto
|
||||
|
||||
package admin
|
||||
|
||||
import (
|
||||
context "context"
|
||||
fmt "fmt"
|
||||
proto "github.com/golang/protobuf/proto"
|
||||
grpc "google.golang.org/grpc"
|
||||
codes "google.golang.org/grpc/codes"
|
||||
status "google.golang.org/grpc/status"
|
||||
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
|
||||
|
||||
type DeploymentIdRequest struct {
|
||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
XXX_sizecache int32 `json:"-"`
|
||||
}
|
||||
|
||||
func (m *DeploymentIdRequest) Reset() { *m = DeploymentIdRequest{} }
|
||||
func (m *DeploymentIdRequest) String() string { return proto.CompactTextString(m) }
|
||||
func (*DeploymentIdRequest) ProtoMessage() {}
|
||||
func (*DeploymentIdRequest) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_4b10b054dae30dfb, []int{0}
|
||||
}
|
||||
|
||||
func (m *DeploymentIdRequest) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_DeploymentIdRequest.Unmarshal(m, b)
|
||||
}
|
||||
func (m *DeploymentIdRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
return xxx_messageInfo_DeploymentIdRequest.Marshal(b, m, deterministic)
|
||||
}
|
||||
func (m *DeploymentIdRequest) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_DeploymentIdRequest.Merge(m, src)
|
||||
}
|
||||
func (m *DeploymentIdRequest) XXX_Size() int {
|
||||
return xxx_messageInfo_DeploymentIdRequest.Size(m)
|
||||
}
|
||||
func (m *DeploymentIdRequest) XXX_DiscardUnknown() {
|
||||
xxx_messageInfo_DeploymentIdRequest.DiscardUnknown(m)
|
||||
}
|
||||
|
||||
var xxx_messageInfo_DeploymentIdRequest proto.InternalMessageInfo
|
||||
|
||||
type DeploymentIdResponse struct {
|
||||
DeploymentId string `protobuf:"bytes,1,opt,name=deploymentId,proto3" json:"deploymentId,omitempty"`
|
||||
Error string `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
|
||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
XXX_sizecache int32 `json:"-"`
|
||||
}
|
||||
|
||||
func (m *DeploymentIdResponse) Reset() { *m = DeploymentIdResponse{} }
|
||||
func (m *DeploymentIdResponse) String() string { return proto.CompactTextString(m) }
|
||||
func (*DeploymentIdResponse) ProtoMessage() {}
|
||||
func (*DeploymentIdResponse) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_4b10b054dae30dfb, []int{1}
|
||||
}
|
||||
|
||||
func (m *DeploymentIdResponse) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_DeploymentIdResponse.Unmarshal(m, b)
|
||||
}
|
||||
func (m *DeploymentIdResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
return xxx_messageInfo_DeploymentIdResponse.Marshal(b, m, deterministic)
|
||||
}
|
||||
func (m *DeploymentIdResponse) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_DeploymentIdResponse.Merge(m, src)
|
||||
}
|
||||
func (m *DeploymentIdResponse) XXX_Size() int {
|
||||
return xxx_messageInfo_DeploymentIdResponse.Size(m)
|
||||
}
|
||||
func (m *DeploymentIdResponse) XXX_DiscardUnknown() {
|
||||
xxx_messageInfo_DeploymentIdResponse.DiscardUnknown(m)
|
||||
}
|
||||
|
||||
var xxx_messageInfo_DeploymentIdResponse proto.InternalMessageInfo
|
||||
|
||||
func (m *DeploymentIdResponse) GetDeploymentId() string {
|
||||
if m != nil {
|
||||
return m.DeploymentId
|
||||
}
|
||||
return ""
|
||||
}
|
||||
|
||||
func (m *DeploymentIdResponse) GetError() string {
|
||||
if m != nil {
|
||||
return m.Error
|
||||
}
|
||||
return ""
|
||||
}
|
||||
|
||||
func init() {
|
||||
proto.RegisterType((*DeploymentIdRequest)(nil), "moc.common.admin.DeploymentIdRequest")
|
||||
proto.RegisterType((*DeploymentIdResponse)(nil), "moc.common.admin.DeploymentIdResponse")
|
||||
}
|
||||
|
||||
func init() {
|
||||
proto.RegisterFile("admin/deploymentid/moc_common_deploymentid.proto", fileDescriptor_4b10b054dae30dfb)
|
||||
}
|
||||
|
||||
var fileDescriptor_4b10b054dae30dfb = []byte{
|
||||
// 209 bytes of a gzipped FileDescriptorProto
|
||||
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x32, 0x48, 0x4c, 0xc9, 0xcd,
|
||||
0xcc, 0xd3, 0x4f, 0x49, 0x2d, 0xc8, 0xc9, 0xaf, 0xcc, 0x4d, 0xcd, 0x2b, 0xc9, 0x4c, 0xd1, 0xcf,
|
||||
0xcd, 0x4f, 0x8e, 0x4f, 0xce, 0xcf, 0xcd, 0xcd, 0xcf, 0x8b, 0x47, 0x16, 0xd7, 0x2b, 0x28, 0xca,
|
||||
0x2f, 0xc9, 0x17, 0x12, 0xc8, 0xcd, 0x4f, 0xd6, 0x83, 0x48, 0xeb, 0x81, 0x35, 0x2b, 0x89, 0x72,
|
||||
0x09, 0xbb, 0xc0, 0xd5, 0x79, 0xa6, 0x04, 0xa5, 0x16, 0x96, 0xa6, 0x16, 0x97, 0x28, 0x05, 0x70,
|
||||
0x89, 0xa0, 0x0a, 0x17, 0x17, 0xe4, 0xe7, 0x15, 0xa7, 0x0a, 0x29, 0x71, 0xf1, 0xa4, 0x20, 0x89,
|
||||
0x4b, 0x30, 0x2a, 0x30, 0x6a, 0x70, 0x06, 0xa1, 0x88, 0x09, 0x89, 0x70, 0xb1, 0xa6, 0x16, 0x15,
|
||||
0xe5, 0x17, 0x49, 0x30, 0x81, 0x25, 0x21, 0x1c, 0xa3, 0x6c, 0x2e, 0x41, 0x64, 0x13, 0x1d, 0xd3,
|
||||
0x53, 0xf3, 0x4a, 0x84, 0xc2, 0xb8, 0x98, 0xdd, 0x53, 0x4b, 0x84, 0x54, 0xf5, 0xd0, 0xdd, 0xa5,
|
||||
0x87, 0xc5, 0x51, 0x52, 0x6a, 0x84, 0x94, 0x41, 0x1c, 0xa9, 0xc4, 0xe0, 0xa4, 0x1d, 0xa5, 0x99,
|
||||
0x9e, 0x59, 0x92, 0x51, 0x9a, 0x04, 0x52, 0xad, 0x9f, 0x9b, 0x99, 0x5c, 0x94, 0x5f, 0x9c, 0x9f,
|
||||
0x56, 0x02, 0x0a, 0x1d, 0xfd, 0xa2, 0x82, 0x64, 0x7d, 0x88, 0x19, 0xfa, 0x60, 0x33, 0x92, 0xd8,
|
||||
0xc0, 0x61, 0x63, 0x0c, 0x08, 0x00, 0x00, 0xff, 0xff, 0x54, 0xfd, 0x0f, 0xe0, 0x4f, 0x01, 0x00,
|
||||
0x00,
|
||||
}
|
||||
|
||||
// Reference imports to suppress errors if they are not otherwise used.
|
||||
var _ context.Context
|
||||
var _ grpc.ClientConn
|
||||
|
||||
// This is a compile-time assertion to ensure that this generated file
|
||||
// is compatible with the grpc package it is being compiled against.
|
||||
const _ = grpc.SupportPackageIsVersion4
|
||||
|
||||
// DeploymentIdAgentClient is the client API for DeploymentIdAgent service.
|
||||
//
|
||||
// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
|
||||
type DeploymentIdAgentClient interface {
|
||||
Get(ctx context.Context, in *DeploymentIdRequest, opts ...grpc.CallOption) (*DeploymentIdResponse, error)
|
||||
}
|
||||
|
||||
type deploymentIdAgentClient struct {
|
||||
cc *grpc.ClientConn
|
||||
}
|
||||
|
||||
func NewDeploymentIdAgentClient(cc *grpc.ClientConn) DeploymentIdAgentClient {
|
||||
return &deploymentIdAgentClient{cc}
|
||||
}
|
||||
|
||||
func (c *deploymentIdAgentClient) Get(ctx context.Context, in *DeploymentIdRequest, opts ...grpc.CallOption) (*DeploymentIdResponse, error) {
|
||||
out := new(DeploymentIdResponse)
|
||||
err := c.cc.Invoke(ctx, "/moc.common.admin.DeploymentIdAgent/Get", in, out, opts...)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
return out, nil
|
||||
}
|
||||
|
||||
// DeploymentIdAgentServer is the server API for DeploymentIdAgent service.
|
||||
type DeploymentIdAgentServer interface {
|
||||
Get(context.Context, *DeploymentIdRequest) (*DeploymentIdResponse, error)
|
||||
}
|
||||
|
||||
// UnimplementedDeploymentIdAgentServer can be embedded to have forward compatible implementations.
|
||||
type UnimplementedDeploymentIdAgentServer struct {
|
||||
}
|
||||
|
||||
func (*UnimplementedDeploymentIdAgentServer) Get(ctx context.Context, req *DeploymentIdRequest) (*DeploymentIdResponse, error) {
|
||||
return nil, status.Errorf(codes.Unimplemented, "method Get not implemented")
|
||||
}
|
||||
|
||||
func RegisterDeploymentIdAgentServer(s *grpc.Server, srv DeploymentIdAgentServer) {
|
||||
s.RegisterService(&_DeploymentIdAgent_serviceDesc, srv)
|
||||
}
|
||||
|
||||
func _DeploymentIdAgent_Get_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
|
||||
in := new(DeploymentIdRequest)
|
||||
if err := dec(in); err != nil {
|
||||
return nil, err
|
||||
}
|
||||
if interceptor == nil {
|
||||
return srv.(DeploymentIdAgentServer).Get(ctx, in)
|
||||
}
|
||||
info := &grpc.UnaryServerInfo{
|
||||
Server: srv,
|
||||
FullMethod: "/moc.common.admin.DeploymentIdAgent/Get",
|
||||
}
|
||||
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
||||
return srv.(DeploymentIdAgentServer).Get(ctx, req.(*DeploymentIdRequest))
|
||||
}
|
||||
return interceptor(ctx, in, info, handler)
|
||||
}
|
||||
|
||||
var _DeploymentIdAgent_serviceDesc = grpc.ServiceDesc{
|
||||
ServiceName: "moc.common.admin.DeploymentIdAgent",
|
||||
HandlerType: (*DeploymentIdAgentServer)(nil),
|
||||
Methods: []grpc.MethodDesc{
|
||||
{
|
||||
MethodName: "Get",
|
||||
Handler: _DeploymentIdAgent_Get_Handler,
|
||||
},
|
||||
},
|
||||
Streams: []grpc.StreamDesc{},
|
||||
Metadata: "admin/deploymentid/moc_common_deploymentid.proto",
|
||||
}
|
|
@ -133,6 +133,7 @@ type AgentInfoResponse struct {
|
|||
Node *common.NodeInfo `protobuf:"bytes,1,opt,name=node,proto3" json:"node,omitempty"`
|
||||
Result *wrappers.BoolValue `protobuf:"bytes,2,opt,name=Result,proto3" json:"Result,omitempty"`
|
||||
Error string `protobuf:"bytes,3,opt,name=Error,proto3" json:"Error,omitempty"`
|
||||
DeploymentId string `protobuf:"bytes,4,opt,name=deploymentId,proto3" json:"deploymentId,omitempty"`
|
||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
XXX_sizecache int32 `json:"-"`
|
||||
|
@ -184,6 +185,13 @@ func (m *AgentInfoResponse) GetError() string {
|
|||
return ""
|
||||
}
|
||||
|
||||
func (m *AgentInfoResponse) GetDeploymentId() string {
|
||||
if m != nil {
|
||||
return m.DeploymentId
|
||||
}
|
||||
return ""
|
||||
}
|
||||
|
||||
func init() {
|
||||
proto.RegisterType((*HealthRequest)(nil), "moc.common.admin.HealthRequest")
|
||||
proto.RegisterType((*HealthResponse)(nil), "moc.common.admin.HealthResponse")
|
||||
|
@ -195,33 +203,33 @@ func init() {
|
|||
}
|
||||
|
||||
var fileDescriptor_4d110a1beda4379f = []byte{
|
||||
// 401 bytes of a gzipped FileDescriptorProto
|
||||
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x92, 0xcd, 0x6e, 0xd4, 0x30,
|
||||
0x10, 0xc7, 0x6b, 0xe8, 0x56, 0xc5, 0xa1, 0xab, 0x62, 0x55, 0x10, 0x82, 0x04, 0x51, 0x40, 0x55,
|
||||
0x10, 0x92, 0x2d, 0x85, 0x03, 0x67, 0x8a, 0x2a, 0xe0, 0x00, 0x07, 0x57, 0xe2, 0xc0, 0x65, 0x95,
|
||||
0x8f, 0xc9, 0x87, 0x88, 0x3d, 0xc1, 0x71, 0x84, 0x78, 0x02, 0xde, 0x82, 0x67, 0xe0, 0x11, 0x51,
|
||||
0xec, 0xdd, 0xd5, 0xb2, 0x2b, 0x6e, 0x3d, 0x7a, 0x7e, 0x7f, 0xcf, 0xfc, 0xe7, 0x83, 0xbe, 0xc8,
|
||||
0x2b, 0xd5, 0x69, 0xd1, 0x42, 0xde, 0xdb, 0x56, 0x28, 0x2c, 0x57, 0x25, 0x2a, 0x85, 0x7a, 0xe5,
|
||||
0x23, 0x7c, 0x30, 0x68, 0x91, 0x9d, 0x2b, 0x2c, 0xb9, 0x07, 0xdc, 0x7d, 0x88, 0x9e, 0x34, 0x88,
|
||||
0x4d, 0x0f, 0xc2, 0xf1, 0x62, 0xaa, 0x05, 0xa8, 0xc1, 0xfe, 0xf4, 0xf2, 0xe8, 0xe9, 0x3e, 0xfc,
|
||||
0x61, 0xf2, 0x61, 0x00, 0x33, 0xae, 0xf9, 0xa3, 0x9d, 0x3a, 0xeb, 0xac, 0x1e, 0x3c, 0xde, 0x01,
|
||||
0x1a, 0x2b, 0xe8, 0x74, 0x8d, 0x1e, 0x25, 0x6f, 0xe8, 0xd9, 0x07, 0x67, 0x49, 0xc2, 0xf7, 0x09,
|
||||
0x46, 0xcb, 0x2e, 0xe9, 0xd2, 0x76, 0x0a, 0x70, 0xb2, 0x37, 0x50, 0xa2, 0xae, 0xc6, 0x90, 0xc4,
|
||||
0x24, 0x3d, 0x93, 0x7b, 0xd1, 0xe4, 0x37, 0xa1, 0xcb, 0xcd, 0xcf, 0x71, 0x40, 0x3d, 0x02, 0xcb,
|
||||
0xe8, 0x89, 0x84, 0x71, 0xea, 0x6d, 0x78, 0x27, 0x26, 0x69, 0x90, 0x45, 0xdc, 0x1b, 0xe6, 0x1b,
|
||||
0xc3, 0xfc, 0x0a, 0xb1, 0xff, 0x92, 0xf7, 0x13, 0xc8, 0xb5, 0x92, 0x5d, 0xd0, 0xc5, 0xb5, 0x31,
|
||||
0x68, 0xc2, 0xbb, 0x31, 0x49, 0xef, 0x49, 0xff, 0x60, 0x97, 0x74, 0x71, 0x63, 0x73, 0x0b, 0xe1,
|
||||
0x71, 0x4c, 0xd2, 0x65, 0x76, 0xce, 0xe7, 0x41, 0xf9, 0x6a, 0x2e, 0x2e, 0x3d, 0x66, 0x11, 0x3d,
|
||||
0x95, 0x50, 0x20, 0x5a, 0xa8, 0xc2, 0x45, 0x4c, 0xd2, 0x53, 0xb9, 0x7d, 0x27, 0xbf, 0x08, 0x7d,
|
||||
0xf0, 0xb6, 0x01, 0x6d, 0x3f, 0xea, 0x1a, 0xb7, 0x1e, 0x53, 0x7a, 0x3c, 0x4f, 0xc0, 0x35, 0x15,
|
||||
0x64, 0x17, 0x7c, 0x67, 0x03, 0x9f, 0xb1, 0x02, 0xa7, 0x75, 0x8a, 0xdb, 0xeb, 0x26, 0xfb, 0x43,
|
||||
0x68, 0xe0, 0xcd, 0x3b, 0x3f, 0x4c, 0xd2, 0xe0, 0x5d, 0x0b, 0xe5, 0x37, 0x1f, 0x63, 0xcf, 0xf8,
|
||||
0xfe, 0x19, 0xf0, 0x7f, 0x56, 0x12, 0xc5, 0xff, 0x17, 0xf8, 0xae, 0x92, 0x23, 0xf6, 0x89, 0xde,
|
||||
0x7f, 0x0f, 0x76, 0xdb, 0x2f, 0x7b, 0x78, 0xe0, 0xf6, 0x7a, 0xbe, 0xa4, 0xe8, 0xf9, 0x61, 0xae,
|
||||
0x83, 0x21, 0x25, 0x47, 0x57, 0xaf, 0xbe, 0xbe, 0x6c, 0x3a, 0xdb, 0x4e, 0xc5, 0x2c, 0x15, 0xaa,
|
||||
0x2b, 0x0d, 0x8e, 0x58, 0xdb, 0xf9, 0x92, 0x85, 0x19, 0x4a, 0xe1, 0x13, 0x08, 0x97, 0xa0, 0x38,
|
||||
0x71, 0x35, 0x5e, 0xff, 0x0d, 0x00, 0x00, 0xff, 0xff, 0x5f, 0x04, 0x4e, 0x17, 0xf5, 0x02, 0x00,
|
||||
0x00,
|
||||
// 416 bytes of a gzipped FileDescriptorProto
|
||||
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x52, 0x4d, 0x6f, 0xd4, 0x30,
|
||||
0x10, 0xad, 0xa1, 0x5b, 0xb5, 0x4e, 0xbb, 0x2a, 0x56, 0x05, 0x21, 0x48, 0x10, 0x05, 0x54, 0x05,
|
||||
0x21, 0xd9, 0x52, 0x38, 0x70, 0xa6, 0xa8, 0x02, 0x0e, 0x70, 0x70, 0x25, 0x0e, 0x5c, 0xaa, 0x7c,
|
||||
0x4c, 0x3e, 0x44, 0xec, 0x09, 0x8e, 0x23, 0xd4, 0x3f, 0xc3, 0x1f, 0xe0, 0xc2, 0x4f, 0x44, 0xb1,
|
||||
0xb7, 0xab, 0xed, 0xae, 0xb8, 0xf5, 0xe8, 0xf7, 0x9e, 0x67, 0xde, 0x9b, 0x19, 0xfa, 0x2a, 0xaf,
|
||||
0x54, 0xa7, 0x45, 0x0b, 0x79, 0x6f, 0x5b, 0xa1, 0xb0, 0xbc, 0x2e, 0x51, 0x29, 0xd4, 0xd7, 0x1e,
|
||||
0xe1, 0x83, 0x41, 0x8b, 0xec, 0x54, 0x61, 0xc9, 0x3d, 0xc1, 0xdd, 0x87, 0xe8, 0x59, 0x83, 0xd8,
|
||||
0xf4, 0x20, 0x1c, 0x5f, 0x4c, 0xb5, 0x00, 0x35, 0xd8, 0x1b, 0x2f, 0x8f, 0x9e, 0x6f, 0x93, 0xbf,
|
||||
0x4c, 0x3e, 0x0c, 0x60, 0xc6, 0x15, 0xff, 0x64, 0xa3, 0xcf, 0xaa, 0xaa, 0x27, 0x9e, 0x6e, 0x10,
|
||||
0x1a, 0x2b, 0xe8, 0x74, 0x8d, 0x9e, 0x4a, 0xde, 0xd1, 0x93, 0x4f, 0xce, 0x92, 0x84, 0x9f, 0x13,
|
||||
0x8c, 0x96, 0x9d, 0xd3, 0xa5, 0xed, 0x14, 0xe0, 0x64, 0xaf, 0xa0, 0x44, 0x5d, 0x8d, 0x21, 0x89,
|
||||
0x49, 0x7a, 0x22, 0xb7, 0xd0, 0xe4, 0x37, 0xa1, 0xcb, 0xdb, 0x9f, 0xe3, 0x80, 0x7a, 0x04, 0x96,
|
||||
0xd1, 0x03, 0x09, 0xe3, 0xd4, 0xdb, 0xf0, 0x41, 0x4c, 0xd2, 0x20, 0x8b, 0xb8, 0x37, 0xcc, 0x6f,
|
||||
0x0d, 0xf3, 0x0b, 0xc4, 0xfe, 0x5b, 0xde, 0x4f, 0x20, 0x57, 0x4a, 0x76, 0x46, 0x17, 0x97, 0xc6,
|
||||
0xa0, 0x09, 0x1f, 0xc6, 0x24, 0x3d, 0x92, 0xfe, 0xc1, 0xce, 0xe9, 0xe2, 0xca, 0xe6, 0x16, 0xc2,
|
||||
0xfd, 0x98, 0xa4, 0xcb, 0xec, 0x94, 0xcf, 0x83, 0xf2, 0xdd, 0x1c, 0x2e, 0x3d, 0xcd, 0x22, 0x7a,
|
||||
0x28, 0xa1, 0x40, 0xb4, 0x50, 0x85, 0x8b, 0x98, 0xa4, 0x87, 0x72, 0xfd, 0x4e, 0xfe, 0x10, 0xfa,
|
||||
0xe8, 0x7d, 0x03, 0xda, 0x7e, 0xd6, 0x35, 0xae, 0x3d, 0xa6, 0x74, 0x7f, 0x9e, 0x80, 0x0b, 0x15,
|
||||
0x64, 0x67, 0x7c, 0x63, 0x03, 0x5f, 0xb1, 0x02, 0xa7, 0x75, 0x8a, 0x7b, 0x4c, 0x93, 0xd0, 0xe3,
|
||||
0x0a, 0x86, 0x1e, 0x6f, 0xd4, 0xec, 0xa6, 0x72, 0xa1, 0x8e, 0xe4, 0x1d, 0x2c, 0xfb, 0x4b, 0x68,
|
||||
0xe0, 0x03, 0x3a, 0xcf, 0x4c, 0xd2, 0xe0, 0x43, 0x0b, 0xe5, 0x0f, 0x8f, 0xb1, 0x17, 0x7c, 0xfb,
|
||||
0x54, 0xf8, 0x9d, 0xb5, 0x45, 0xf1, 0xff, 0x05, 0x3e, 0x79, 0xb2, 0xc7, 0xbe, 0xd0, 0xe3, 0x8f,
|
||||
0x60, 0xd7, 0x33, 0x61, 0x8f, 0x77, 0x12, 0x5d, 0xce, 0xd7, 0x16, 0xbd, 0xdc, 0xad, 0xb5, 0x33,
|
||||
0xc8, 0x64, 0xef, 0xe2, 0xcd, 0xf7, 0xd7, 0x4d, 0x67, 0xdb, 0xa9, 0x98, 0xa5, 0x42, 0x75, 0xa5,
|
||||
0xc1, 0x11, 0x6b, 0x3b, 0x5f, 0xbb, 0x30, 0x43, 0x29, 0x7c, 0x01, 0xe1, 0x0a, 0x14, 0x07, 0xae,
|
||||
0xc7, 0xdb, 0x7f, 0x01, 0x00, 0x00, 0xff, 0xff, 0x3e, 0x88, 0xf2, 0xbc, 0x19, 0x03, 0x00, 0x00,
|
||||
}
|
||||
|
||||
// Reference imports to suppress errors if they are not otherwise used.
|
||||
|
|
Загрузка…
Ссылка в новой задаче