|
|
|
@ -1,17 +1,19 @@
|
|
|
|
|
// Code generated by protoc-gen-gogo. DO NOT EDIT.
|
|
|
|
|
// source: agent/connect/ca/plugin/provider.proto
|
|
|
|
|
|
|
|
|
|
package plugin |
|
|
|
|
package plugin // import "github.com/hashicorp/consul/agent/connect/ca/plugin"
|
|
|
|
|
|
|
|
|
|
import proto "github.com/golang/protobuf/proto" |
|
|
|
|
import fmt "fmt" |
|
|
|
|
import math "math" |
|
|
|
|
|
|
|
|
|
import ( |
|
|
|
|
context "context" |
|
|
|
|
fmt "fmt" |
|
|
|
|
proto "github.com/golang/protobuf/proto" |
|
|
|
|
context "golang.org/x/net/context" |
|
|
|
|
grpc "google.golang.org/grpc" |
|
|
|
|
io "io" |
|
|
|
|
math "math" |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
import io "io" |
|
|
|
|
|
|
|
|
|
// Reference imports to suppress errors if they are not otherwise used.
|
|
|
|
|
var _ = proto.Marshal |
|
|
|
|
var _ = fmt.Errorf |
|
|
|
@ -25,10 +27,8 @@ const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package
|
|
|
|
|
|
|
|
|
|
type ConfigureRequest struct { |
|
|
|
|
ClusterId string `protobuf:"bytes,1,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"` |
|
|
|
|
DatacenterName string `protobuf:"bytes,2,opt,name=datacenter_name,json=datacenterName,proto3" json:"datacenter_name,omitempty"` |
|
|
|
|
DnsDomain string `protobuf:"bytes,3,opt,name=dns_domain,json=dnsDomain,proto3" json:"dns_domain,omitempty"` |
|
|
|
|
IsRoot bool `protobuf:"varint,4,opt,name=is_root,json=isRoot,proto3" json:"is_root,omitempty"` |
|
|
|
|
Config []byte `protobuf:"bytes,5,opt,name=config,proto3" json:"config,omitempty"` |
|
|
|
|
IsRoot bool `protobuf:"varint,2,opt,name=is_root,json=isRoot,proto3" json:"is_root,omitempty"` |
|
|
|
|
Config []byte `protobuf:"bytes,3,opt,name=config,proto3" json:"config,omitempty"` |
|
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"` |
|
|
|
|
XXX_unrecognized []byte `json:"-"` |
|
|
|
|
XXX_sizecache int32 `json:"-"` |
|
|
|
@ -38,7 +38,7 @@ func (m *ConfigureRequest) Reset() { *m = ConfigureRequest{} }
|
|
|
|
|
func (m *ConfigureRequest) String() string { return proto.CompactTextString(m) } |
|
|
|
|
func (*ConfigureRequest) ProtoMessage() {} |
|
|
|
|
func (*ConfigureRequest) Descriptor() ([]byte, []int) { |
|
|
|
|
return fileDescriptor_94daeb7181770839, []int{0} |
|
|
|
|
return fileDescriptor_provider_8ff2d2670790989c, []int{0} |
|
|
|
|
} |
|
|
|
|
func (m *ConfigureRequest) XXX_Unmarshal(b []byte) error { |
|
|
|
|
return m.Unmarshal(b) |
|
|
|
@ -55,8 +55,8 @@ func (m *ConfigureRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, er
|
|
|
|
|
return b[:n], nil |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
func (m *ConfigureRequest) XXX_Merge(src proto.Message) { |
|
|
|
|
xxx_messageInfo_ConfigureRequest.Merge(m, src) |
|
|
|
|
func (dst *ConfigureRequest) XXX_Merge(src proto.Message) { |
|
|
|
|
xxx_messageInfo_ConfigureRequest.Merge(dst, src) |
|
|
|
|
} |
|
|
|
|
func (m *ConfigureRequest) XXX_Size() int { |
|
|
|
|
return m.Size() |
|
|
|
@ -74,20 +74,6 @@ func (m *ConfigureRequest) GetClusterId() string {
|
|
|
|
|
return "" |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
func (m *ConfigureRequest) GetDatacenterName() string { |
|
|
|
|
if m != nil { |
|
|
|
|
return m.DatacenterName |
|
|
|
|
} |
|
|
|
|
return "" |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
func (m *ConfigureRequest) GetDnsDomain() string { |
|
|
|
|
if m != nil { |
|
|
|
|
return m.DnsDomain |
|
|
|
|
} |
|
|
|
|
return "" |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
func (m *ConfigureRequest) GetIsRoot() bool { |
|
|
|
|
if m != nil { |
|
|
|
|
return m.IsRoot |
|
|
|
@ -114,7 +100,7 @@ func (m *SetIntermediateRequest) Reset() { *m = SetIntermediateRequest{}
|
|
|
|
|
func (m *SetIntermediateRequest) String() string { return proto.CompactTextString(m) } |
|
|
|
|
func (*SetIntermediateRequest) ProtoMessage() {} |
|
|
|
|
func (*SetIntermediateRequest) Descriptor() ([]byte, []int) { |
|
|
|
|
return fileDescriptor_94daeb7181770839, []int{1} |
|
|
|
|
return fileDescriptor_provider_8ff2d2670790989c, []int{1} |
|
|
|
|
} |
|
|
|
|
func (m *SetIntermediateRequest) XXX_Unmarshal(b []byte) error { |
|
|
|
|
return m.Unmarshal(b) |
|
|
|
@ -131,8 +117,8 @@ func (m *SetIntermediateRequest) XXX_Marshal(b []byte, deterministic bool) ([]by
|
|
|
|
|
return b[:n], nil |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
func (m *SetIntermediateRequest) XXX_Merge(src proto.Message) { |
|
|
|
|
xxx_messageInfo_SetIntermediateRequest.Merge(m, src) |
|
|
|
|
func (dst *SetIntermediateRequest) XXX_Merge(src proto.Message) { |
|
|
|
|
xxx_messageInfo_SetIntermediateRequest.Merge(dst, src) |
|
|
|
|
} |
|
|
|
|
func (m *SetIntermediateRequest) XXX_Size() int { |
|
|
|
|
return m.Size() |
|
|
|
@ -168,7 +154,7 @@ func (m *SignRequest) Reset() { *m = SignRequest{} }
|
|
|
|
|
func (m *SignRequest) String() string { return proto.CompactTextString(m) } |
|
|
|
|
func (*SignRequest) ProtoMessage() {} |
|
|
|
|
func (*SignRequest) Descriptor() ([]byte, []int) { |
|
|
|
|
return fileDescriptor_94daeb7181770839, []int{2} |
|
|
|
|
return fileDescriptor_provider_8ff2d2670790989c, []int{2} |
|
|
|
|
} |
|
|
|
|
func (m *SignRequest) XXX_Unmarshal(b []byte) error { |
|
|
|
|
return m.Unmarshal(b) |
|
|
|
@ -185,8 +171,8 @@ func (m *SignRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
|
|
|
|
|
return b[:n], nil |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
func (m *SignRequest) XXX_Merge(src proto.Message) { |
|
|
|
|
xxx_messageInfo_SignRequest.Merge(m, src) |
|
|
|
|
func (dst *SignRequest) XXX_Merge(src proto.Message) { |
|
|
|
|
xxx_messageInfo_SignRequest.Merge(dst, src) |
|
|
|
|
} |
|
|
|
|
func (m *SignRequest) XXX_Size() int { |
|
|
|
|
return m.Size() |
|
|
|
@ -215,7 +201,7 @@ func (m *SignIntermediateRequest) Reset() { *m = SignIntermediateRequest
|
|
|
|
|
func (m *SignIntermediateRequest) String() string { return proto.CompactTextString(m) } |
|
|
|
|
func (*SignIntermediateRequest) ProtoMessage() {} |
|
|
|
|
func (*SignIntermediateRequest) Descriptor() ([]byte, []int) { |
|
|
|
|
return fileDescriptor_94daeb7181770839, []int{3} |
|
|
|
|
return fileDescriptor_provider_8ff2d2670790989c, []int{3} |
|
|
|
|
} |
|
|
|
|
func (m *SignIntermediateRequest) XXX_Unmarshal(b []byte) error { |
|
|
|
|
return m.Unmarshal(b) |
|
|
|
@ -232,8 +218,8 @@ func (m *SignIntermediateRequest) XXX_Marshal(b []byte, deterministic bool) ([]b
|
|
|
|
|
return b[:n], nil |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
func (m *SignIntermediateRequest) XXX_Merge(src proto.Message) { |
|
|
|
|
xxx_messageInfo_SignIntermediateRequest.Merge(m, src) |
|
|
|
|
func (dst *SignIntermediateRequest) XXX_Merge(src proto.Message) { |
|
|
|
|
xxx_messageInfo_SignIntermediateRequest.Merge(dst, src) |
|
|
|
|
} |
|
|
|
|
func (m *SignIntermediateRequest) XXX_Size() int { |
|
|
|
|
return m.Size() |
|
|
|
@ -262,7 +248,7 @@ func (m *CrossSignCARequest) Reset() { *m = CrossSignCARequest{} }
|
|
|
|
|
func (m *CrossSignCARequest) String() string { return proto.CompactTextString(m) } |
|
|
|
|
func (*CrossSignCARequest) ProtoMessage() {} |
|
|
|
|
func (*CrossSignCARequest) Descriptor() ([]byte, []int) { |
|
|
|
|
return fileDescriptor_94daeb7181770839, []int{4} |
|
|
|
|
return fileDescriptor_provider_8ff2d2670790989c, []int{4} |
|
|
|
|
} |
|
|
|
|
func (m *CrossSignCARequest) XXX_Unmarshal(b []byte) error { |
|
|
|
|
return m.Unmarshal(b) |
|
|
|
@ -279,8 +265,8 @@ func (m *CrossSignCARequest) XXX_Marshal(b []byte, deterministic bool) ([]byte,
|
|
|
|
|
return b[:n], nil |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
func (m *CrossSignCARequest) XXX_Merge(src proto.Message) { |
|
|
|
|
xxx_messageInfo_CrossSignCARequest.Merge(m, src) |
|
|
|
|
func (dst *CrossSignCARequest) XXX_Merge(src proto.Message) { |
|
|
|
|
xxx_messageInfo_CrossSignCARequest.Merge(dst, src) |
|
|
|
|
} |
|
|
|
|
func (m *CrossSignCARequest) XXX_Size() int { |
|
|
|
|
return m.Size() |
|
|
|
@ -309,7 +295,7 @@ func (m *ActiveRootResponse) Reset() { *m = ActiveRootResponse{} }
|
|
|
|
|
func (m *ActiveRootResponse) String() string { return proto.CompactTextString(m) } |
|
|
|
|
func (*ActiveRootResponse) ProtoMessage() {} |
|
|
|
|
func (*ActiveRootResponse) Descriptor() ([]byte, []int) { |
|
|
|
|
return fileDescriptor_94daeb7181770839, []int{5} |
|
|
|
|
return fileDescriptor_provider_8ff2d2670790989c, []int{5} |
|
|
|
|
} |
|
|
|
|
func (m *ActiveRootResponse) XXX_Unmarshal(b []byte) error { |
|
|
|
|
return m.Unmarshal(b) |
|
|
|
@ -326,8 +312,8 @@ func (m *ActiveRootResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte,
|
|
|
|
|
return b[:n], nil |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
func (m *ActiveRootResponse) XXX_Merge(src proto.Message) { |
|
|
|
|
xxx_messageInfo_ActiveRootResponse.Merge(m, src) |
|
|
|
|
func (dst *ActiveRootResponse) XXX_Merge(src proto.Message) { |
|
|
|
|
xxx_messageInfo_ActiveRootResponse.Merge(dst, src) |
|
|
|
|
} |
|
|
|
|
func (m *ActiveRootResponse) XXX_Size() int { |
|
|
|
|
return m.Size() |
|
|
|
@ -356,7 +342,7 @@ func (m *GenerateIntermediateCSRResponse) Reset() { *m = GenerateInterme
|
|
|
|
|
func (m *GenerateIntermediateCSRResponse) String() string { return proto.CompactTextString(m) } |
|
|
|
|
func (*GenerateIntermediateCSRResponse) ProtoMessage() {} |
|
|
|
|
func (*GenerateIntermediateCSRResponse) Descriptor() ([]byte, []int) { |
|
|
|
|
return fileDescriptor_94daeb7181770839, []int{6} |
|
|
|
|
return fileDescriptor_provider_8ff2d2670790989c, []int{6} |
|
|
|
|
} |
|
|
|
|
func (m *GenerateIntermediateCSRResponse) XXX_Unmarshal(b []byte) error { |
|
|
|
|
return m.Unmarshal(b) |
|
|
|
@ -373,8 +359,8 @@ func (m *GenerateIntermediateCSRResponse) XXX_Marshal(b []byte, deterministic bo
|
|
|
|
|
return b[:n], nil |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
func (m *GenerateIntermediateCSRResponse) XXX_Merge(src proto.Message) { |
|
|
|
|
xxx_messageInfo_GenerateIntermediateCSRResponse.Merge(m, src) |
|
|
|
|
func (dst *GenerateIntermediateCSRResponse) XXX_Merge(src proto.Message) { |
|
|
|
|
xxx_messageInfo_GenerateIntermediateCSRResponse.Merge(dst, src) |
|
|
|
|
} |
|
|
|
|
func (m *GenerateIntermediateCSRResponse) XXX_Size() int { |
|
|
|
|
return m.Size() |
|
|
|
@ -403,7 +389,7 @@ func (m *ActiveIntermediateResponse) Reset() { *m = ActiveIntermediateRe
|
|
|
|
|
func (m *ActiveIntermediateResponse) String() string { return proto.CompactTextString(m) } |
|
|
|
|
func (*ActiveIntermediateResponse) ProtoMessage() {} |
|
|
|
|
func (*ActiveIntermediateResponse) Descriptor() ([]byte, []int) { |
|
|
|
|
return fileDescriptor_94daeb7181770839, []int{7} |
|
|
|
|
return fileDescriptor_provider_8ff2d2670790989c, []int{7} |
|
|
|
|
} |
|
|
|
|
func (m *ActiveIntermediateResponse) XXX_Unmarshal(b []byte) error { |
|
|
|
|
return m.Unmarshal(b) |
|
|
|
@ -420,8 +406,8 @@ func (m *ActiveIntermediateResponse) XXX_Marshal(b []byte, deterministic bool) (
|
|
|
|
|
return b[:n], nil |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
func (m *ActiveIntermediateResponse) XXX_Merge(src proto.Message) { |
|
|
|
|
xxx_messageInfo_ActiveIntermediateResponse.Merge(m, src) |
|
|
|
|
func (dst *ActiveIntermediateResponse) XXX_Merge(src proto.Message) { |
|
|
|
|
xxx_messageInfo_ActiveIntermediateResponse.Merge(dst, src) |
|
|
|
|
} |
|
|
|
|
func (m *ActiveIntermediateResponse) XXX_Size() int { |
|
|
|
|
return m.Size() |
|
|
|
@ -450,7 +436,7 @@ func (m *GenerateIntermediateResponse) Reset() { *m = GenerateIntermedia
|
|
|
|
|
func (m *GenerateIntermediateResponse) String() string { return proto.CompactTextString(m) } |
|
|
|
|
func (*GenerateIntermediateResponse) ProtoMessage() {} |
|
|
|
|
func (*GenerateIntermediateResponse) Descriptor() ([]byte, []int) { |
|
|
|
|
return fileDescriptor_94daeb7181770839, []int{8} |
|
|
|
|
return fileDescriptor_provider_8ff2d2670790989c, []int{8} |
|
|
|
|
} |
|
|
|
|
func (m *GenerateIntermediateResponse) XXX_Unmarshal(b []byte) error { |
|
|
|
|
return m.Unmarshal(b) |
|
|
|
@ -467,8 +453,8 @@ func (m *GenerateIntermediateResponse) XXX_Marshal(b []byte, deterministic bool)
|
|
|
|
|
return b[:n], nil |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
func (m *GenerateIntermediateResponse) XXX_Merge(src proto.Message) { |
|
|
|
|
xxx_messageInfo_GenerateIntermediateResponse.Merge(m, src) |
|
|
|
|
func (dst *GenerateIntermediateResponse) XXX_Merge(src proto.Message) { |
|
|
|
|
xxx_messageInfo_GenerateIntermediateResponse.Merge(dst, src) |
|
|
|
|
} |
|
|
|
|
func (m *GenerateIntermediateResponse) XXX_Size() int { |
|
|
|
|
return m.Size() |
|
|
|
@ -497,7 +483,7 @@ func (m *SignResponse) Reset() { *m = SignResponse{} }
|
|
|
|
|
func (m *SignResponse) String() string { return proto.CompactTextString(m) } |
|
|
|
|
func (*SignResponse) ProtoMessage() {} |
|
|
|
|
func (*SignResponse) Descriptor() ([]byte, []int) { |
|
|
|
|
return fileDescriptor_94daeb7181770839, []int{9} |
|
|
|
|
return fileDescriptor_provider_8ff2d2670790989c, []int{9} |
|
|
|
|
} |
|
|
|
|
func (m *SignResponse) XXX_Unmarshal(b []byte) error { |
|
|
|
|
return m.Unmarshal(b) |
|
|
|
@ -514,8 +500,8 @@ func (m *SignResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
|
|
|
|
|
return b[:n], nil |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
func (m *SignResponse) XXX_Merge(src proto.Message) { |
|
|
|
|
xxx_messageInfo_SignResponse.Merge(m, src) |
|
|
|
|
func (dst *SignResponse) XXX_Merge(src proto.Message) { |
|
|
|
|
xxx_messageInfo_SignResponse.Merge(dst, src) |
|
|
|
|
} |
|
|
|
|
func (m *SignResponse) XXX_Size() int { |
|
|
|
|
return m.Size() |
|
|
|
@ -544,7 +530,7 @@ func (m *SignIntermediateResponse) Reset() { *m = SignIntermediateRespon
|
|
|
|
|
func (m *SignIntermediateResponse) String() string { return proto.CompactTextString(m) } |
|
|
|
|
func (*SignIntermediateResponse) ProtoMessage() {} |
|
|
|
|
func (*SignIntermediateResponse) Descriptor() ([]byte, []int) { |
|
|
|
|
return fileDescriptor_94daeb7181770839, []int{10} |
|
|
|
|
return fileDescriptor_provider_8ff2d2670790989c, []int{10} |
|
|
|
|
} |
|
|
|
|
func (m *SignIntermediateResponse) XXX_Unmarshal(b []byte) error { |
|
|
|
|
return m.Unmarshal(b) |
|
|
|
@ -561,8 +547,8 @@ func (m *SignIntermediateResponse) XXX_Marshal(b []byte, deterministic bool) ([]
|
|
|
|
|
return b[:n], nil |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
func (m *SignIntermediateResponse) XXX_Merge(src proto.Message) { |
|
|
|
|
xxx_messageInfo_SignIntermediateResponse.Merge(m, src) |
|
|
|
|
func (dst *SignIntermediateResponse) XXX_Merge(src proto.Message) { |
|
|
|
|
xxx_messageInfo_SignIntermediateResponse.Merge(dst, src) |
|
|
|
|
} |
|
|
|
|
func (m *SignIntermediateResponse) XXX_Size() int { |
|
|
|
|
return m.Size() |
|
|
|
@ -591,7 +577,7 @@ func (m *CrossSignCAResponse) Reset() { *m = CrossSignCAResponse{} }
|
|
|
|
|
func (m *CrossSignCAResponse) String() string { return proto.CompactTextString(m) } |
|
|
|
|
func (*CrossSignCAResponse) ProtoMessage() {} |
|
|
|
|
func (*CrossSignCAResponse) Descriptor() ([]byte, []int) { |
|
|
|
|
return fileDescriptor_94daeb7181770839, []int{11} |
|
|
|
|
return fileDescriptor_provider_8ff2d2670790989c, []int{11} |
|
|
|
|
} |
|
|
|
|
func (m *CrossSignCAResponse) XXX_Unmarshal(b []byte) error { |
|
|
|
|
return m.Unmarshal(b) |
|
|
|
@ -608,8 +594,8 @@ func (m *CrossSignCAResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte,
|
|
|
|
|
return b[:n], nil |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
func (m *CrossSignCAResponse) XXX_Merge(src proto.Message) { |
|
|
|
|
xxx_messageInfo_CrossSignCAResponse.Merge(m, src) |
|
|
|
|
func (dst *CrossSignCAResponse) XXX_Merge(src proto.Message) { |
|
|
|
|
xxx_messageInfo_CrossSignCAResponse.Merge(dst, src) |
|
|
|
|
} |
|
|
|
|
func (m *CrossSignCAResponse) XXX_Size() int { |
|
|
|
|
return m.Size() |
|
|
|
@ -639,7 +625,7 @@ func (m *Empty) Reset() { *m = Empty{} }
|
|
|
|
|
func (m *Empty) String() string { return proto.CompactTextString(m) } |
|
|
|
|
func (*Empty) ProtoMessage() {} |
|
|
|
|
func (*Empty) Descriptor() ([]byte, []int) { |
|
|
|
|
return fileDescriptor_94daeb7181770839, []int{12} |
|
|
|
|
return fileDescriptor_provider_8ff2d2670790989c, []int{12} |
|
|
|
|
} |
|
|
|
|
func (m *Empty) XXX_Unmarshal(b []byte) error { |
|
|
|
|
return m.Unmarshal(b) |
|
|
|
@ -656,8 +642,8 @@ func (m *Empty) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
|
return b[:n], nil |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
func (m *Empty) XXX_Merge(src proto.Message) { |
|
|
|
|
xxx_messageInfo_Empty.Merge(m, src) |
|
|
|
|
func (dst *Empty) XXX_Merge(src proto.Message) { |
|
|
|
|
xxx_messageInfo_Empty.Merge(dst, src) |
|
|
|
|
} |
|
|
|
|
func (m *Empty) XXX_Size() int { |
|
|
|
|
return m.Size() |
|
|
|
@ -684,52 +670,6 @@ func init() {
|
|
|
|
|
proto.RegisterType((*Empty)(nil), "plugin.Empty") |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
func init() { |
|
|
|
|
proto.RegisterFile("agent/connect/ca/plugin/provider.proto", fileDescriptor_94daeb7181770839) |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
var fileDescriptor_94daeb7181770839 = []byte{ |
|
|
|
|
// 607 bytes of a gzipped FileDescriptorProto
|
|
|
|
|
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x55, 0xdd, 0x6e, 0xd3, 0x30, |
|
|
|
|
0x18, 0x25, 0xfb, 0x69, 0xb7, 0x6f, 0x85, 0x55, 0xde, 0xb4, 0x85, 0x02, 0x5d, 0x15, 0xa1, 0x75, |
|
|
|
|
0x08, 0x68, 0x04, 0x03, 0x4d, 0xe2, 0x8a, 0x11, 0xc6, 0x34, 0x21, 0xa1, 0x91, 0x89, 0x1b, 0x2e, |
|
|
|
|
0xa8, 0x32, 0xc7, 0x74, 0x96, 0x1a, 0x3b, 0xd8, 0xce, 0x24, 0xde, 0x84, 0x67, 0xe0, 0x45, 0xe0, |
|
|
|
|
0x92, 0x47, 0x40, 0xe3, 0x45, 0x90, 0xf3, 0xb7, 0x24, 0x4d, 0x97, 0xbb, 0xfa, 0xcb, 0x39, 0xc7, |
|
|
|
|
0xe7, 0xfb, 0xab, 0x61, 0xd7, 0x9b, 0x10, 0xa6, 0x6c, 0xcc, 0x19, 0x23, 0x58, 0xd9, 0xd8, 0xb3, |
|
|
|
|
0xc3, 0x69, 0x34, 0xa1, 0xcc, 0x0e, 0x05, 0xbf, 0xa4, 0x3e, 0x11, 0xa3, 0x50, 0x70, 0xc5, 0x51, |
|
|
|
|
0x2b, 0x09, 0x5b, 0x3f, 0x0d, 0xe8, 0x3a, 0x9c, 0x7d, 0xa5, 0x93, 0x48, 0x10, 0x97, 0x7c, 0x8b, |
|
|
|
|
0x88, 0x54, 0xe8, 0x01, 0x00, 0x9e, 0x46, 0x52, 0x11, 0x31, 0xa6, 0xbe, 0x69, 0x0c, 0x8c, 0xbd, |
|
|
|
|
0x55, 0x77, 0x35, 0x8d, 0x9c, 0xf8, 0x68, 0x08, 0xeb, 0xbe, 0xa7, 0x3c, 0x4c, 0x98, 0x46, 0x30, |
|
|
|
|
0x2f, 0x20, 0xe6, 0x42, 0x8c, 0xb9, 0x73, 0x1d, 0xfe, 0xe0, 0x05, 0x44, 0xeb, 0xf8, 0x4c, 0x8e, |
|
|
|
|
0x7d, 0x1e, 0x78, 0x94, 0x99, 0x8b, 0x89, 0x8e, 0xcf, 0xe4, 0xdb, 0x38, 0x80, 0xb6, 0xa1, 0x4d, |
|
|
|
|
0xe5, 0x58, 0x70, 0xae, 0xcc, 0xa5, 0x81, 0xb1, 0xb7, 0xe2, 0xb6, 0xa8, 0x74, 0x39, 0x57, 0x68, |
|
|
|
|
0x0b, 0x5a, 0x38, 0xf6, 0x64, 0x2e, 0x0f, 0x8c, 0xbd, 0x8e, 0x9b, 0x9e, 0xac, 0x2f, 0xb0, 0x75, |
|
|
|
|
0x46, 0xd4, 0x89, 0xd6, 0x0f, 0x88, 0x4f, 0x3d, 0x95, 0x3b, 0x7e, 0x04, 0x5d, 0x5a, 0x08, 0x8f, |
|
|
|
|
0x43, 0x12, 0xa4, 0xbe, 0xd7, 0x8b, 0xf1, 0x53, 0x12, 0xa0, 0xbb, 0xb0, 0xa2, 0xaf, 0x8c, 0x21, |
|
|
|
|
0x89, 0xed, 0xb6, 0x3e, 0x9f, 0x92, 0xc0, 0xda, 0x81, 0xb5, 0x33, 0x3a, 0x61, 0x99, 0x68, 0x17, |
|
|
|
|
0x16, 0xb1, 0x14, 0xb1, 0x4e, 0xc7, 0xd5, 0x3f, 0xad, 0xc7, 0xb0, 0xad, 0x01, 0x75, 0x0e, 0x66, |
|
|
|
|
0xc1, 0xbb, 0x80, 0x1c, 0xc1, 0xa5, 0xd4, 0x0c, 0xe7, 0xb0, 0x88, 0x13, 0x2a, 0xc7, 0x09, 0x65, |
|
|
|
|
0x3d, 0x05, 0x74, 0x88, 0x15, 0xbd, 0x24, 0x3a, 0x77, 0x97, 0xc8, 0x90, 0x33, 0x49, 0x74, 0x71, |
|
|
|
|
0xb0, 0x50, 0x85, 0x44, 0x5a, 0x58, 0xc4, 0x26, 0x5f, 0xc1, 0xce, 0x31, 0x61, 0x44, 0x78, 0x8a, |
|
|
|
|
0x14, 0x7d, 0x38, 0x67, 0x6e, 0x89, 0x2b, 0x45, 0x89, 0x2b, 0x85, 0xe6, 0xbe, 0x84, 0x5e, 0x72, |
|
|
|
|
0x55, 0x39, 0x83, 0xa6, 0x2b, 0x0f, 0xe0, 0x7e, 0xdd, 0x95, 0xcd, 0xc4, 0x21, 0x74, 0x92, 0x82, |
|
|
|
|
0x36, 0x01, 0xf7, 0xc1, 0x9c, 0x2d, 0x6c, 0x13, 0x69, 0x04, 0x1b, 0xa5, 0x02, 0x37, 0xe1, 0xdb, |
|
|
|
|
0xb0, 0x7c, 0x14, 0x84, 0xea, 0xfb, 0xf3, 0x5f, 0xcb, 0xb0, 0xe0, 0x1c, 0xa2, 0x17, 0xb0, 0x9a, |
|
|
|
|
0x8f, 0x3e, 0x32, 0x47, 0xc9, 0x46, 0x8c, 0xaa, 0xdb, 0xd0, 0xbb, 0x9d, 0x7d, 0x89, 0xc9, 0xe8, |
|
|
|
|
0x09, 0x74, 0xb2, 0x62, 0xc4, 0xc3, 0x5a, 0xfe, 0x5c, 0x45, 0x1f, 0x00, 0x5c, 0x37, 0xb7, 0x8a, |
|
|
|
|
0xed, 0x65, 0xc7, 0x9a, 0xfe, 0x7f, 0x84, 0xed, 0x39, 0x6d, 0xae, 0xaa, 0x0c, 0xb3, 0x63, 0xd3, |
|
|
|
|
0x58, 0xbc, 0x86, 0xf5, 0xca, 0xfa, 0xa0, 0x7e, 0xc6, 0xad, 0xdf, 0xab, 0x6a, 0x36, 0xc7, 0xd9, |
|
|
|
|
0xa8, 0x96, 0x44, 0x2a, 0x7e, 0xac, 0x72, 0x56, 0xb5, 0x3d, 0x7d, 0x0f, 0x9b, 0x75, 0x6e, 0xab, |
|
|
|
|
0x52, 0x0f, 0x6f, 0x4a, 0x2d, 0x17, 0x7b, 0x06, 0x4b, 0x7a, 0x04, 0xd0, 0x46, 0x9e, 0xcc, 0xf5, |
|
|
|
|
0x12, 0xf7, 0x36, 0xcb, 0xc1, 0x94, 0xf2, 0x09, 0xba, 0xd5, 0x79, 0x43, 0x3b, 0x45, 0x64, 0x5d, |
|
|
|
|
0x31, 0x06, 0xf3, 0x01, 0xa9, 0xec, 0x3b, 0x58, 0x2b, 0x4c, 0x24, 0xca, 0xfb, 0x3b, 0xfb, 0x3f, |
|
|
|
|
0xd0, 0xbb, 0x57, 0xfb, 0x2d, 0xd5, 0x19, 0x42, 0xdb, 0x99, 0x12, 0x8f, 0x45, 0xe1, 0xcd, 0xe3, |
|
|
|
|
0xf5, 0xe6, 0xe8, 0xf7, 0x55, 0xdf, 0xf8, 0x73, 0xd5, 0x37, 0xfe, 0x5e, 0xf5, 0x8d, 0x1f, 0xff, |
|
|
|
|
0xfa, 0xb7, 0x3e, 0xef, 0x4f, 0xa8, 0xba, 0x88, 0xce, 0x47, 0x98, 0x07, 0xf6, 0x85, 0x27, 0x2f, |
|
|
|
|
0x28, 0xe6, 0x22, 0xd4, 0xef, 0x81, 0x8c, 0xa6, 0xf6, 0x9c, 0xc7, 0xe1, 0xbc, 0x15, 0x3f, 0x0a, |
|
|
|
|
0xfb, 0xff, 0x03, 0x00, 0x00, 0xff, 0xff, 0x5a, 0xb9, 0x1f, 0x6c, 0x3e, 0x06, 0x00, 0x00, |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// Reference imports to suppress errors if they are not otherwise used.
|
|
|
|
|
var _ context.Context |
|
|
|
|
var _ grpc.ClientConn |
|
|
|
@ -1153,20 +1093,8 @@ func (m *ConfigureRequest) MarshalTo(dAtA []byte) (int, error) {
|
|
|
|
|
i = encodeVarintProvider(dAtA, i, uint64(len(m.ClusterId))) |
|
|
|
|
i += copy(dAtA[i:], m.ClusterId) |
|
|
|
|
} |
|
|
|
|
if len(m.DatacenterName) > 0 { |
|
|
|
|
dAtA[i] = 0x12 |
|
|
|
|
i++ |
|
|
|
|
i = encodeVarintProvider(dAtA, i, uint64(len(m.DatacenterName))) |
|
|
|
|
i += copy(dAtA[i:], m.DatacenterName) |
|
|
|
|
} |
|
|
|
|
if len(m.DnsDomain) > 0 { |
|
|
|
|
dAtA[i] = 0x1a |
|
|
|
|
i++ |
|
|
|
|
i = encodeVarintProvider(dAtA, i, uint64(len(m.DnsDomain))) |
|
|
|
|
i += copy(dAtA[i:], m.DnsDomain) |
|
|
|
|
} |
|
|
|
|
if m.IsRoot { |
|
|
|
|
dAtA[i] = 0x20 |
|
|
|
|
dAtA[i] = 0x10 |
|
|
|
|
i++ |
|
|
|
|
if m.IsRoot { |
|
|
|
|
dAtA[i] = 1 |
|
|
|
@ -1176,7 +1104,7 @@ func (m *ConfigureRequest) MarshalTo(dAtA []byte) (int, error) {
|
|
|
|
|
i++ |
|
|
|
|
} |
|
|
|
|
if len(m.Config) > 0 { |
|
|
|
|
dAtA[i] = 0x2a |
|
|
|
|
dAtA[i] = 0x1a |
|
|
|
|
i++ |
|
|
|
|
i = encodeVarintProvider(dAtA, i, uint64(len(m.Config))) |
|
|
|
|
i += copy(dAtA[i:], m.Config) |
|
|
|
@ -1530,14 +1458,6 @@ func (m *ConfigureRequest) Size() (n int) {
|
|
|
|
|
if l > 0 { |
|
|
|
|
n += 1 + l + sovProvider(uint64(l)) |
|
|
|
|
} |
|
|
|
|
l = len(m.DatacenterName) |
|
|
|
|
if l > 0 { |
|
|
|
|
n += 1 + l + sovProvider(uint64(l)) |
|
|
|
|
} |
|
|
|
|
l = len(m.DnsDomain) |
|
|
|
|
if l > 0 { |
|
|
|
|
n += 1 + l + sovProvider(uint64(l)) |
|
|
|
|
} |
|
|
|
|
if m.IsRoot { |
|
|
|
|
n += 2 |
|
|
|
|
} |
|
|
|
@ -1771,7 +1691,7 @@ func (m *ConfigureRequest) Unmarshal(dAtA []byte) error {
|
|
|
|
|
} |
|
|
|
|
b := dAtA[iNdEx] |
|
|
|
|
iNdEx++ |
|
|
|
|
wire |= uint64(b&0x7F) << shift |
|
|
|
|
wire |= (uint64(b) & 0x7F) << shift |
|
|
|
|
if b < 0x80 { |
|
|
|
|
break |
|
|
|
|
} |
|
|
|
@ -1799,7 +1719,7 @@ func (m *ConfigureRequest) Unmarshal(dAtA []byte) error {
|
|
|
|
|
} |
|
|
|
|
b := dAtA[iNdEx] |
|
|
|
|
iNdEx++ |
|
|
|
|
stringLen |= uint64(b&0x7F) << shift |
|
|
|
|
stringLen |= (uint64(b) & 0x7F) << shift |
|
|
|
|
if b < 0x80 { |
|
|
|
|
break |
|
|
|
|
} |
|
|
|
@ -1809,79 +1729,12 @@ func (m *ConfigureRequest) Unmarshal(dAtA []byte) error {
|
|
|
|
|
return ErrInvalidLengthProvider |
|
|
|
|
} |
|
|
|
|
postIndex := iNdEx + intStringLen |
|
|
|
|
if postIndex < 0 { |
|
|
|
|
return ErrInvalidLengthProvider |
|
|
|
|
} |
|
|
|
|
if postIndex > l { |
|
|
|
|
return io.ErrUnexpectedEOF |
|
|
|
|
} |
|
|
|
|
m.ClusterId = string(dAtA[iNdEx:postIndex]) |
|
|
|
|
iNdEx = postIndex |
|
|
|
|
case 2: |
|
|
|
|
if wireType != 2 { |
|
|
|
|
return fmt.Errorf("proto: wrong wireType = %d for field DatacenterName", wireType) |
|
|
|
|
} |
|
|
|
|
var stringLen uint64 |
|
|
|
|
for shift := uint(0); ; shift += 7 { |
|
|
|
|
if shift >= 64 { |
|
|
|
|
return ErrIntOverflowProvider |
|
|
|
|
} |
|
|
|
|
if iNdEx >= l { |
|
|
|
|
return io.ErrUnexpectedEOF |
|
|
|
|
} |
|
|
|
|
b := dAtA[iNdEx] |
|
|
|
|
iNdEx++ |
|
|
|
|
stringLen |= uint64(b&0x7F) << shift |
|
|
|
|
if b < 0x80 { |
|
|
|
|
break |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
intStringLen := int(stringLen) |
|
|
|
|
if intStringLen < 0 { |
|
|
|
|
return ErrInvalidLengthProvider |
|
|
|
|
} |
|
|
|
|
postIndex := iNdEx + intStringLen |
|
|
|
|
if postIndex < 0 { |
|
|
|
|
return ErrInvalidLengthProvider |
|
|
|
|
} |
|
|
|
|
if postIndex > l { |
|
|
|
|
return io.ErrUnexpectedEOF |
|
|
|
|
} |
|
|
|
|
m.DatacenterName = string(dAtA[iNdEx:postIndex]) |
|
|
|
|
iNdEx = postIndex |
|
|
|
|
case 3: |
|
|
|
|
if wireType != 2 { |
|
|
|
|
return fmt.Errorf("proto: wrong wireType = %d for field DnsDomain", wireType) |
|
|
|
|
} |
|
|
|
|
var stringLen uint64 |
|
|
|
|
for shift := uint(0); ; shift += 7 { |
|
|
|
|
if shift >= 64 { |
|
|
|
|
return ErrIntOverflowProvider |
|
|
|
|
} |
|
|
|
|
if iNdEx >= l { |
|
|
|
|
return io.ErrUnexpectedEOF |
|
|
|
|
} |
|
|
|
|
b := dAtA[iNdEx] |
|
|
|
|
iNdEx++ |
|
|
|
|
stringLen |= uint64(b&0x7F) << shift |
|
|
|
|
if b < 0x80 { |
|
|
|
|
break |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
intStringLen := int(stringLen) |
|
|
|
|
if intStringLen < 0 { |
|
|
|
|
return ErrInvalidLengthProvider |
|
|
|
|
} |
|
|
|
|
postIndex := iNdEx + intStringLen |
|
|
|
|
if postIndex < 0 { |
|
|
|
|
return ErrInvalidLengthProvider |
|
|
|
|
} |
|
|
|
|
if postIndex > l { |
|
|
|
|
return io.ErrUnexpectedEOF |
|
|
|
|
} |
|
|
|
|
m.DnsDomain = string(dAtA[iNdEx:postIndex]) |
|
|
|
|
iNdEx = postIndex |
|
|
|
|
case 4: |
|
|
|
|
if wireType != 0 { |
|
|
|
|
return fmt.Errorf("proto: wrong wireType = %d for field IsRoot", wireType) |
|
|
|
|
} |
|
|
|
@ -1895,13 +1748,13 @@ func (m *ConfigureRequest) Unmarshal(dAtA []byte) error {
|
|
|
|
|
} |
|
|
|
|
b := dAtA[iNdEx] |
|
|
|
|
iNdEx++ |
|
|
|
|
v |= int(b&0x7F) << shift |
|
|
|
|
v |= (int(b) & 0x7F) << shift |
|
|
|
|
if b < 0x80 { |
|
|
|
|
break |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
m.IsRoot = bool(v != 0) |
|
|
|
|
case 5: |
|
|
|
|
case 3: |
|
|
|
|
if wireType != 2 { |
|
|
|
|
return fmt.Errorf("proto: wrong wireType = %d for field Config", wireType) |
|
|
|
|
} |
|
|
|
@ -1915,7 +1768,7 @@ func (m *ConfigureRequest) Unmarshal(dAtA []byte) error {
|
|
|
|
|
} |
|
|
|
|
b := dAtA[iNdEx] |
|
|
|
|
iNdEx++ |
|
|
|
|
byteLen |= int(b&0x7F) << shift |
|
|
|
|
byteLen |= (int(b) & 0x7F) << shift |
|
|
|
|
if b < 0x80 { |
|
|
|
|
break |
|
|
|
|
} |
|
|
|
@ -1924,9 +1777,6 @@ func (m *ConfigureRequest) Unmarshal(dAtA []byte) error {
|
|
|
|
|
return ErrInvalidLengthProvider |
|
|
|
|
} |
|
|
|
|
postIndex := iNdEx + byteLen |
|
|
|
|
if postIndex < 0 { |
|
|
|
|
return ErrInvalidLengthProvider |
|
|
|
|
} |
|
|
|
|
if postIndex > l { |
|
|
|
|
return io.ErrUnexpectedEOF |
|
|
|
|
} |
|
|
|
@ -1944,9 +1794,6 @@ func (m *ConfigureRequest) Unmarshal(dAtA []byte) error {
|
|
|
|
|
if skippy < 0 { |
|
|
|
|
return ErrInvalidLengthProvider |
|
|
|
|
} |
|
|
|
|
if (iNdEx + skippy) < 0 { |
|
|
|
|
return ErrInvalidLengthProvider |
|
|
|
|
} |
|
|
|
|
if (iNdEx + skippy) > l { |
|
|
|
|
return io.ErrUnexpectedEOF |
|
|
|
|
} |
|
|
|
@ -1975,7 +1822,7 @@ func (m *SetIntermediateRequest) Unmarshal(dAtA []byte) error {
|
|
|
|
|
} |
|
|
|
|
b := dAtA[iNdEx] |
|
|
|
|
iNdEx++ |
|
|
|
|
wire |= uint64(b&0x7F) << shift |
|
|
|
|
wire |= (uint64(b) & 0x7F) << shift |
|
|
|
|
if b < 0x80 { |
|
|
|
|
break |
|
|
|
|
} |
|
|
|
@ -2003,7 +1850,7 @@ func (m *SetIntermediateRequest) Unmarshal(dAtA []byte) error {
|
|
|
|
|
} |
|
|
|
|
b := dAtA[iNdEx] |
|
|
|
|
iNdEx++ |
|
|
|
|
stringLen |= uint64(b&0x7F) << shift |
|
|
|
|
stringLen |= (uint64(b) & 0x7F) << shift |
|
|
|
|
if b < 0x80 { |
|
|
|
|
break |
|
|
|
|
} |
|
|
|
@ -2013,9 +1860,6 @@ func (m *SetIntermediateRequest) Unmarshal(dAtA []byte) error {
|
|
|
|
|
return ErrInvalidLengthProvider |
|
|
|
|
} |
|
|
|
|
postIndex := iNdEx + intStringLen |
|
|
|
|
if postIndex < 0 { |
|
|
|
|
return ErrInvalidLengthProvider |
|
|
|
|
} |
|
|
|
|
if postIndex > l { |
|
|
|
|
return io.ErrUnexpectedEOF |
|
|
|
|
} |
|
|
|
@ -2035,7 +1879,7 @@ func (m *SetIntermediateRequest) Unmarshal(dAtA []byte) error {
|
|
|
|
|
} |
|
|
|
|
b := dAtA[iNdEx] |
|
|
|
|
iNdEx++ |
|
|
|
|
stringLen |= uint64(b&0x7F) << shift |
|
|
|
|
stringLen |= (uint64(b) & 0x7F) << shift |
|
|
|
|
if b < 0x80 { |
|
|
|
|
break |
|
|
|
|
} |
|
|
|
@ -2045,9 +1889,6 @@ func (m *SetIntermediateRequest) Unmarshal(dAtA []byte) error {
|
|
|
|
|
return ErrInvalidLengthProvider |
|
|
|
|
} |
|
|
|
|
postIndex := iNdEx + intStringLen |
|
|
|
|
if postIndex < 0 { |
|
|
|
|
return ErrInvalidLengthProvider |
|
|
|
|
} |
|
|
|
|
if postIndex > l { |
|
|
|
|
return io.ErrUnexpectedEOF |
|
|
|
|
} |
|
|
|
@ -2062,9 +1903,6 @@ func (m *SetIntermediateRequest) Unmarshal(dAtA []byte) error {
|
|
|
|
|
if skippy < 0 { |
|
|
|
|
return ErrInvalidLengthProvider |
|
|
|
|
} |
|
|
|
|
if (iNdEx + skippy) < 0 { |
|
|
|
|
return ErrInvalidLengthProvider |
|
|
|
|
} |
|
|
|
|
if (iNdEx + skippy) > l { |
|
|
|
|
return io.ErrUnexpectedEOF |
|
|
|
|
} |
|
|
|
@ -2093,7 +1931,7 @@ func (m *SignRequest) Unmarshal(dAtA []byte) error {
|
|
|
|
|
} |
|
|
|
|
b := dAtA[iNdEx] |
|
|
|
|
iNdEx++ |
|
|
|
|
wire |= uint64(b&0x7F) << shift |
|
|
|
|
wire |= (uint64(b) & 0x7F) << shift |
|
|
|
|
if b < 0x80 { |
|
|
|
|
break |
|
|
|
|
} |
|
|
|
@ -2121,7 +1959,7 @@ func (m *SignRequest) Unmarshal(dAtA []byte) error {
|
|
|
|
|
} |
|
|
|
|
b := dAtA[iNdEx] |
|
|
|
|
iNdEx++ |
|
|
|
|
byteLen |= int(b&0x7F) << shift |
|
|
|
|
byteLen |= (int(b) & 0x7F) << shift |
|
|
|
|
if b < 0x80 { |
|
|
|
|
break |
|
|
|
|
} |
|
|
|
@ -2130,9 +1968,6 @@ func (m *SignRequest) Unmarshal(dAtA []byte) error {
|
|
|
|
|
return ErrInvalidLengthProvider |
|
|
|
|
} |
|
|
|
|
postIndex := iNdEx + byteLen |
|
|
|
|
if postIndex < 0 { |
|
|
|
|
return ErrInvalidLengthProvider |
|
|
|
|
} |
|
|
|
|
if postIndex > l { |
|
|
|
|
return io.ErrUnexpectedEOF |
|
|
|
|
} |
|
|
|
@ -2150,9 +1985,6 @@ func (m *SignRequest) Unmarshal(dAtA []byte) error {
|
|
|
|
|
if skippy < 0 { |
|
|
|
|
return ErrInvalidLengthProvider |
|
|
|
|
} |
|
|
|
|
if (iNdEx + skippy) < 0 { |
|
|
|
|
return ErrInvalidLengthProvider |
|
|
|
|
} |
|
|
|
|
if (iNdEx + skippy) > l { |
|
|
|
|
return io.ErrUnexpectedEOF |
|
|
|
|
} |
|
|
|
@ -2181,7 +2013,7 @@ func (m *SignIntermediateRequest) Unmarshal(dAtA []byte) error {
|
|
|
|
|
} |
|
|
|
|
b := dAtA[iNdEx] |
|
|
|
|
iNdEx++ |
|
|
|
|
wire |= uint64(b&0x7F) << shift |
|
|
|
|
wire |= (uint64(b) & 0x7F) << shift |
|
|
|
|
if b < 0x80 { |
|
|
|
|
break |
|
|
|
|
} |
|
|
|
@ -2209,7 +2041,7 @@ func (m *SignIntermediateRequest) Unmarshal(dAtA []byte) error {
|
|
|
|
|
} |
|
|
|
|
b := dAtA[iNdEx] |
|
|
|
|
iNdEx++ |
|
|
|
|
byteLen |= int(b&0x7F) << shift |
|
|
|
|
byteLen |= (int(b) & 0x7F) << shift |
|
|
|
|
if b < 0x80 { |
|
|
|
|
break |
|
|
|
|
} |
|
|
|
@ -2218,9 +2050,6 @@ func (m *SignIntermediateRequest) Unmarshal(dAtA []byte) error {
|
|
|
|
|
return ErrInvalidLengthProvider |
|
|
|
|
} |
|
|
|
|
postIndex := iNdEx + byteLen |
|
|
|
|
if postIndex < 0 { |
|
|
|
|
return ErrInvalidLengthProvider |
|
|
|
|
} |
|
|
|
|
if postIndex > l { |
|
|
|
|
return io.ErrUnexpectedEOF |
|
|
|
|
} |
|
|
|
@ -2238,9 +2067,6 @@ func (m *SignIntermediateRequest) Unmarshal(dAtA []byte) error {
|
|
|
|
|
if skippy < 0 { |
|
|
|
|
return ErrInvalidLengthProvider |
|
|
|
|
} |
|
|
|
|
if (iNdEx + skippy) < 0 { |
|
|
|
|
return ErrInvalidLengthProvider |
|
|
|
|
} |
|
|
|
|
if (iNdEx + skippy) > l { |
|
|
|
|
return io.ErrUnexpectedEOF |
|
|
|
|
} |
|
|
|
@ -2269,7 +2095,7 @@ func (m *CrossSignCARequest) Unmarshal(dAtA []byte) error {
|
|
|
|
|
} |
|
|
|
|
b := dAtA[iNdEx] |
|
|
|
|
iNdEx++ |
|
|
|
|
wire |= uint64(b&0x7F) << shift |
|
|
|
|
wire |= (uint64(b) & 0x7F) << shift |
|
|
|
|
if b < 0x80 { |
|
|
|
|
break |
|
|
|
|
} |
|
|
|
@ -2297,7 +2123,7 @@ func (m *CrossSignCARequest) Unmarshal(dAtA []byte) error {
|
|
|
|
|
} |
|
|
|
|
b := dAtA[iNdEx] |
|
|
|
|
iNdEx++ |
|
|
|
|
byteLen |= int(b&0x7F) << shift |
|
|
|
|
byteLen |= (int(b) & 0x7F) << shift |
|
|
|
|
if b < 0x80 { |
|
|
|
|
break |
|
|
|
|
} |
|
|
|
@ -2306,9 +2132,6 @@ func (m *CrossSignCARequest) Unmarshal(dAtA []byte) error {
|
|
|
|
|
return ErrInvalidLengthProvider |
|
|
|
|
} |
|
|
|
|
postIndex := iNdEx + byteLen |
|
|
|
|
if postIndex < 0 { |
|
|
|
|
return ErrInvalidLengthProvider |
|
|
|
|
} |
|
|
|
|
if postIndex > l { |
|
|
|
|
return io.ErrUnexpectedEOF |
|
|
|
|
} |
|
|
|
@ -2326,9 +2149,6 @@ func (m *CrossSignCARequest) Unmarshal(dAtA []byte) error {
|
|
|
|
|
if skippy < 0 { |
|
|
|
|
return ErrInvalidLengthProvider |
|
|
|
|
} |
|
|
|
|
if (iNdEx + skippy) < 0 { |
|
|
|
|
return ErrInvalidLengthProvider |
|
|
|
|
} |
|
|
|
|
if (iNdEx + skippy) > l { |
|
|
|
|
return io.ErrUnexpectedEOF |
|
|
|
|
} |
|
|
|
@ -2357,7 +2177,7 @@ func (m *ActiveRootResponse) Unmarshal(dAtA []byte) error {
|
|
|
|
|
} |
|
|
|
|
b := dAtA[iNdEx] |
|
|
|
|
iNdEx++ |
|
|
|
|
wire |= uint64(b&0x7F) << shift |
|
|
|
|
wire |= (uint64(b) & 0x7F) << shift |
|
|
|
|
if b < 0x80 { |
|
|
|
|
break |
|
|
|
|
} |
|
|
|
@ -2385,7 +2205,7 @@ func (m *ActiveRootResponse) Unmarshal(dAtA []byte) error {
|
|
|
|
|
} |
|
|
|
|
b := dAtA[iNdEx] |
|
|
|
|
iNdEx++ |
|
|
|
|
stringLen |= uint64(b&0x7F) << shift |
|
|
|
|
stringLen |= (uint64(b) & 0x7F) << shift |
|
|
|
|
if b < 0x80 { |
|
|
|
|
break |
|
|
|
|
} |
|
|
|
@ -2395,9 +2215,6 @@ func (m *ActiveRootResponse) Unmarshal(dAtA []byte) error {
|
|
|
|
|
return ErrInvalidLengthProvider |
|
|
|
|
} |
|
|
|
|
postIndex := iNdEx + intStringLen |
|
|
|
|
if postIndex < 0 { |
|
|
|
|
return ErrInvalidLengthProvider |
|
|
|
|
} |
|
|
|
|
if postIndex > l { |
|
|
|
|
return io.ErrUnexpectedEOF |
|
|
|
|
} |
|
|
|
@ -2412,9 +2229,6 @@ func (m *ActiveRootResponse) Unmarshal(dAtA []byte) error {
|
|
|
|
|
if skippy < 0 { |
|
|
|
|
return ErrInvalidLengthProvider |
|
|
|
|
} |
|
|
|
|
if (iNdEx + skippy) < 0 { |
|
|
|
|
return ErrInvalidLengthProvider |
|
|
|
|
} |
|
|
|
|
if (iNdEx + skippy) > l { |
|
|
|
|
return io.ErrUnexpectedEOF |
|
|
|
|
} |
|
|
|
@ -2443,7 +2257,7 @@ func (m *GenerateIntermediateCSRResponse) Unmarshal(dAtA []byte) error {
|
|
|
|
|
} |
|
|
|
|
b := dAtA[iNdEx] |
|
|
|
|
iNdEx++ |
|
|
|
|
wire |= uint64(b&0x7F) << shift |
|
|
|
|
wire |= (uint64(b) & 0x7F) << shift |
|
|
|
|
if b < 0x80 { |
|
|
|
|
break |
|
|
|
|
} |
|
|
|
@ -2471,7 +2285,7 @@ func (m *GenerateIntermediateCSRResponse) Unmarshal(dAtA []byte) error {
|
|
|
|
|
} |
|
|
|
|
b := dAtA[iNdEx] |
|
|
|
|
iNdEx++ |
|
|
|
|
stringLen |= uint64(b&0x7F) << shift |
|
|
|
|
stringLen |= (uint64(b) & 0x7F) << shift |
|
|
|
|
if b < 0x80 { |
|
|
|
|
break |
|
|
|
|
} |
|
|
|
@ -2481,9 +2295,6 @@ func (m *GenerateIntermediateCSRResponse) Unmarshal(dAtA []byte) error {
|
|
|
|
|
return ErrInvalidLengthProvider |
|
|
|
|
} |
|
|
|
|
postIndex := iNdEx + intStringLen |
|
|
|
|
if postIndex < 0 { |
|
|
|
|
return ErrInvalidLengthProvider |
|
|
|
|
} |
|
|
|
|
if postIndex > l { |
|
|
|
|
return io.ErrUnexpectedEOF |
|
|
|
|
} |
|
|
|
@ -2498,9 +2309,6 @@ func (m *GenerateIntermediateCSRResponse) Unmarshal(dAtA []byte) error {
|
|
|
|
|
if skippy < 0 { |
|
|
|
|
return ErrInvalidLengthProvider |
|
|
|
|
} |
|
|
|
|
if (iNdEx + skippy) < 0 { |
|
|
|
|
return ErrInvalidLengthProvider |
|
|
|
|
} |
|
|
|
|
if (iNdEx + skippy) > l { |
|
|
|
|
return io.ErrUnexpectedEOF |
|
|
|
|
} |
|
|
|
@ -2529,7 +2337,7 @@ func (m *ActiveIntermediateResponse) Unmarshal(dAtA []byte) error {
|
|
|
|
|
} |
|
|
|
|
b := dAtA[iNdEx] |
|
|
|
|
iNdEx++ |
|
|
|
|
wire |= uint64(b&0x7F) << shift |
|
|
|
|
wire |= (uint64(b) & 0x7F) << shift |
|
|
|
|
if b < 0x80 { |
|
|
|
|
break |
|
|
|
|
} |
|
|
|
@ -2557,7 +2365,7 @@ func (m *ActiveIntermediateResponse) Unmarshal(dAtA []byte) error {
|
|
|
|
|
} |
|
|
|
|
b := dAtA[iNdEx] |
|
|
|
|
iNdEx++ |
|
|
|
|
stringLen |= uint64(b&0x7F) << shift |
|
|
|
|
stringLen |= (uint64(b) & 0x7F) << shift |
|
|
|
|
if b < 0x80 { |
|
|
|
|
break |
|
|
|
|
} |
|
|
|
@ -2567,9 +2375,6 @@ func (m *ActiveIntermediateResponse) Unmarshal(dAtA []byte) error {
|
|
|
|
|
return ErrInvalidLengthProvider |
|
|
|
|
} |
|
|
|
|
postIndex := iNdEx + intStringLen |
|
|
|
|
if postIndex < 0 { |
|
|
|
|
return ErrInvalidLengthProvider |
|
|
|
|
} |
|
|
|
|
if postIndex > l { |
|
|
|
|
return io.ErrUnexpectedEOF |
|
|
|
|
} |
|
|
|
@ -2584,9 +2389,6 @@ func (m *ActiveIntermediateResponse) Unmarshal(dAtA []byte) error {
|
|
|
|
|
if skippy < 0 { |
|
|
|
|
return ErrInvalidLengthProvider |
|
|
|
|
} |
|
|
|
|
if (iNdEx + skippy) < 0 { |
|
|
|
|
return ErrInvalidLengthProvider |
|
|
|
|
} |
|
|
|
|
if (iNdEx + skippy) > l { |
|
|
|
|
return io.ErrUnexpectedEOF |
|
|
|
|
} |
|
|
|
@ -2615,7 +2417,7 @@ func (m *GenerateIntermediateResponse) Unmarshal(dAtA []byte) error {
|
|
|
|
|
} |
|
|
|
|
b := dAtA[iNdEx] |
|
|
|
|
iNdEx++ |
|
|
|
|
wire |= uint64(b&0x7F) << shift |
|
|
|
|
wire |= (uint64(b) & 0x7F) << shift |
|
|
|
|
if b < 0x80 { |
|
|
|
|
break |
|
|
|
|
} |
|
|
|
@ -2643,7 +2445,7 @@ func (m *GenerateIntermediateResponse) Unmarshal(dAtA []byte) error {
|
|
|
|
|
} |
|
|
|
|
b := dAtA[iNdEx] |
|
|
|
|
iNdEx++ |
|
|
|
|
stringLen |= uint64(b&0x7F) << shift |
|
|
|
|
stringLen |= (uint64(b) & 0x7F) << shift |
|
|
|
|
if b < 0x80 { |
|
|
|
|
break |
|
|
|
|
} |
|
|
|
@ -2653,9 +2455,6 @@ func (m *GenerateIntermediateResponse) Unmarshal(dAtA []byte) error {
|
|
|
|
|
return ErrInvalidLengthProvider |
|
|
|
|
} |
|
|
|
|
postIndex := iNdEx + intStringLen |
|
|
|
|
if postIndex < 0 { |
|
|
|
|
return ErrInvalidLengthProvider |
|
|
|
|
} |
|
|
|
|
if postIndex > l { |
|
|
|
|
return io.ErrUnexpectedEOF |
|
|
|
|
} |
|
|
|
@ -2670,9 +2469,6 @@ func (m *GenerateIntermediateResponse) Unmarshal(dAtA []byte) error {
|
|
|
|
|
if skippy < 0 { |
|
|
|
|
return ErrInvalidLengthProvider |
|
|
|
|
} |
|
|
|
|
if (iNdEx + skippy) < 0 { |
|
|
|
|
return ErrInvalidLengthProvider |
|
|
|
|
} |
|
|
|
|
if (iNdEx + skippy) > l { |
|
|
|
|
return io.ErrUnexpectedEOF |
|
|
|
|
} |
|
|
|
@ -2701,7 +2497,7 @@ func (m *SignResponse) Unmarshal(dAtA []byte) error {
|
|
|
|
|
} |
|
|
|
|
b := dAtA[iNdEx] |
|
|
|
|
iNdEx++ |
|
|
|
|
wire |= uint64(b&0x7F) << shift |
|
|
|
|
wire |= (uint64(b) & 0x7F) << shift |
|
|
|
|
if b < 0x80 { |
|
|
|
|
break |
|
|
|
|
} |
|
|
|
@ -2729,7 +2525,7 @@ func (m *SignResponse) Unmarshal(dAtA []byte) error {
|
|
|
|
|
} |
|
|
|
|
b := dAtA[iNdEx] |
|
|
|
|
iNdEx++ |
|
|
|
|
stringLen |= uint64(b&0x7F) << shift |
|
|
|
|
stringLen |= (uint64(b) & 0x7F) << shift |
|
|
|
|
if b < 0x80 { |
|
|
|
|
break |
|
|
|
|
} |
|
|
|
@ -2739,9 +2535,6 @@ func (m *SignResponse) Unmarshal(dAtA []byte) error {
|
|
|
|
|
return ErrInvalidLengthProvider |
|
|
|
|
} |
|
|
|
|
postIndex := iNdEx + intStringLen |
|
|
|
|
if postIndex < 0 { |
|
|
|
|
return ErrInvalidLengthProvider |
|
|
|
|
} |
|
|
|
|
if postIndex > l { |
|
|
|
|
return io.ErrUnexpectedEOF |
|
|
|
|
} |
|
|
|
@ -2756,9 +2549,6 @@ func (m *SignResponse) Unmarshal(dAtA []byte) error {
|
|
|
|
|
if skippy < 0 { |
|
|
|
|
return ErrInvalidLengthProvider |
|
|
|
|
} |
|
|
|
|
if (iNdEx + skippy) < 0 { |
|
|
|
|
return ErrInvalidLengthProvider |
|
|
|
|
} |
|
|
|
|
if (iNdEx + skippy) > l { |
|
|
|
|
return io.ErrUnexpectedEOF |
|
|
|
|
} |
|
|
|
@ -2787,7 +2577,7 @@ func (m *SignIntermediateResponse) Unmarshal(dAtA []byte) error {
|
|
|
|
|
} |
|
|
|
|
b := dAtA[iNdEx] |
|
|
|
|
iNdEx++ |
|
|
|
|
wire |= uint64(b&0x7F) << shift |
|
|
|
|
wire |= (uint64(b) & 0x7F) << shift |
|
|
|
|
if b < 0x80 { |
|
|
|
|
break |
|
|
|
|
} |
|
|
|
@ -2815,7 +2605,7 @@ func (m *SignIntermediateResponse) Unmarshal(dAtA []byte) error {
|
|
|
|
|
} |
|
|
|
|
b := dAtA[iNdEx] |
|
|
|
|
iNdEx++ |
|
|
|
|
stringLen |= uint64(b&0x7F) << shift |
|
|
|
|
stringLen |= (uint64(b) & 0x7F) << shift |
|
|
|
|
if b < 0x80 { |
|
|
|
|
break |
|
|
|
|
} |
|
|
|
@ -2825,9 +2615,6 @@ func (m *SignIntermediateResponse) Unmarshal(dAtA []byte) error {
|
|
|
|
|
return ErrInvalidLengthProvider |
|
|
|
|
} |
|
|
|
|
postIndex := iNdEx + intStringLen |
|
|
|
|
if postIndex < 0 { |
|
|
|
|
return ErrInvalidLengthProvider |
|
|
|
|
} |
|
|
|
|
if postIndex > l { |
|
|
|
|
return io.ErrUnexpectedEOF |
|
|
|
|
} |
|
|
|
@ -2842,9 +2629,6 @@ func (m *SignIntermediateResponse) Unmarshal(dAtA []byte) error {
|
|
|
|
|
if skippy < 0 { |
|
|
|
|
return ErrInvalidLengthProvider |
|
|
|
|
} |
|
|
|
|
if (iNdEx + skippy) < 0 { |
|
|
|
|
return ErrInvalidLengthProvider |
|
|
|
|
} |
|
|
|
|
if (iNdEx + skippy) > l { |
|
|
|
|
return io.ErrUnexpectedEOF |
|
|
|
|
} |
|
|
|
@ -2873,7 +2657,7 @@ func (m *CrossSignCAResponse) Unmarshal(dAtA []byte) error {
|
|
|
|
|
} |
|
|
|
|
b := dAtA[iNdEx] |
|
|
|
|
iNdEx++ |
|
|
|
|
wire |= uint64(b&0x7F) << shift |
|
|
|
|
wire |= (uint64(b) & 0x7F) << shift |
|
|
|
|
if b < 0x80 { |
|
|
|
|
break |
|
|
|
|
} |
|
|
|
@ -2901,7 +2685,7 @@ func (m *CrossSignCAResponse) Unmarshal(dAtA []byte) error {
|
|
|
|
|
} |
|
|
|
|
b := dAtA[iNdEx] |
|
|
|
|
iNdEx++ |
|
|
|
|
stringLen |= uint64(b&0x7F) << shift |
|
|
|
|
stringLen |= (uint64(b) & 0x7F) << shift |
|
|
|
|
if b < 0x80 { |
|
|
|
|
break |
|
|
|
|
} |
|
|
|
@ -2911,9 +2695,6 @@ func (m *CrossSignCAResponse) Unmarshal(dAtA []byte) error {
|
|
|
|
|
return ErrInvalidLengthProvider |
|
|
|
|
} |
|
|
|
|
postIndex := iNdEx + intStringLen |
|
|
|
|
if postIndex < 0 { |
|
|
|
|
return ErrInvalidLengthProvider |
|
|
|
|
} |
|
|
|
|
if postIndex > l { |
|
|
|
|
return io.ErrUnexpectedEOF |
|
|
|
|
} |
|
|
|
@ -2928,9 +2709,6 @@ func (m *CrossSignCAResponse) Unmarshal(dAtA []byte) error {
|
|
|
|
|
if skippy < 0 { |
|
|
|
|
return ErrInvalidLengthProvider |
|
|
|
|
} |
|
|
|
|
if (iNdEx + skippy) < 0 { |
|
|
|
|
return ErrInvalidLengthProvider |
|
|
|
|
} |
|
|
|
|
if (iNdEx + skippy) > l { |
|
|
|
|
return io.ErrUnexpectedEOF |
|
|
|
|
} |
|
|
|
@ -2959,7 +2737,7 @@ func (m *Empty) Unmarshal(dAtA []byte) error {
|
|
|
|
|
} |
|
|
|
|
b := dAtA[iNdEx] |
|
|
|
|
iNdEx++ |
|
|
|
|
wire |= uint64(b&0x7F) << shift |
|
|
|
|
wire |= (uint64(b) & 0x7F) << shift |
|
|
|
|
if b < 0x80 { |
|
|
|
|
break |
|
|
|
|
} |
|
|
|
@ -2982,9 +2760,6 @@ func (m *Empty) Unmarshal(dAtA []byte) error {
|
|
|
|
|
if skippy < 0 { |
|
|
|
|
return ErrInvalidLengthProvider |
|
|
|
|
} |
|
|
|
|
if (iNdEx + skippy) < 0 { |
|
|
|
|
return ErrInvalidLengthProvider |
|
|
|
|
} |
|
|
|
|
if (iNdEx + skippy) > l { |
|
|
|
|
return io.ErrUnexpectedEOF |
|
|
|
|
} |
|
|
|
@ -3052,11 +2827,8 @@ func skipProvider(dAtA []byte) (n int, err error) {
|
|
|
|
|
break |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
if length < 0 { |
|
|
|
|
return 0, ErrInvalidLengthProvider |
|
|
|
|
} |
|
|
|
|
iNdEx += length |
|
|
|
|
if iNdEx < 0 { |
|
|
|
|
if length < 0 { |
|
|
|
|
return 0, ErrInvalidLengthProvider |
|
|
|
|
} |
|
|
|
|
return iNdEx, nil |
|
|
|
@ -3087,9 +2859,6 @@ func skipProvider(dAtA []byte) (n int, err error) {
|
|
|
|
|
return 0, err |
|
|
|
|
} |
|
|
|
|
iNdEx = start + next |
|
|
|
|
if iNdEx < 0 { |
|
|
|
|
return 0, ErrInvalidLengthProvider |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
return iNdEx, nil |
|
|
|
|
case 4: |
|
|
|
@ -3108,3 +2877,47 @@ var (
|
|
|
|
|
ErrInvalidLengthProvider = fmt.Errorf("proto: negative length found during unmarshaling") |
|
|
|
|
ErrIntOverflowProvider = fmt.Errorf("proto: integer overflow") |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
func init() { |
|
|
|
|
proto.RegisterFile("agent/connect/ca/plugin/provider.proto", fileDescriptor_provider_8ff2d2670790989c) |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
var fileDescriptor_provider_8ff2d2670790989c = []byte{ |
|
|
|
|
// 566 bytes of a gzipped FileDescriptorProto
|
|
|
|
|
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x54, 0xdf, 0x6e, 0xd3, 0x3e, |
|
|
|
|
0x18, 0xfd, 0xa5, 0xfb, 0xad, 0x5d, 0xbf, 0x15, 0xad, 0xf2, 0xa6, 0xb5, 0x14, 0x68, 0xab, 0x08, |
|
|
|
|
0xad, 0x45, 0x40, 0x23, 0x28, 0x68, 0x12, 0x57, 0x94, 0x68, 0x4c, 0x13, 0x37, 0x23, 0x15, 0x37, |
|
|
|
|
0x5c, 0x50, 0xa5, 0xae, 0x49, 0x2d, 0x35, 0x71, 0xb0, 0x9d, 0x49, 0xbc, 0x09, 0x6f, 0x04, 0x97, |
|
|
|
|
0x3c, 0x02, 0x2a, 0x2f, 0x82, 0x9c, 0x26, 0x59, 0x92, 0xa6, 0xcb, 0x5d, 0xfc, 0xe5, 0x9c, 0xf3, |
|
|
|
|
0xfd, 0x3b, 0x36, 0x9c, 0xd9, 0x0e, 0xf1, 0xa4, 0x81, 0x99, 0xe7, 0x11, 0x2c, 0x0d, 0x6c, 0x1b, |
|
|
|
|
0xfe, 0x2a, 0x70, 0xa8, 0x67, 0xf8, 0x9c, 0xdd, 0xd0, 0x05, 0xe1, 0x23, 0x9f, 0x33, 0xc9, 0x50, |
|
|
|
|
0x75, 0x13, 0xd6, 0xe7, 0xd0, 0x34, 0x99, 0xf7, 0x95, 0x3a, 0x01, 0x27, 0x16, 0xf9, 0x16, 0x10, |
|
|
|
|
0x21, 0xd1, 0x23, 0x00, 0xbc, 0x0a, 0x84, 0x24, 0x7c, 0x46, 0x17, 0x6d, 0xad, 0xaf, 0x0d, 0xeb, |
|
|
|
|
0x56, 0x3d, 0x8a, 0x5c, 0x2d, 0x50, 0x0b, 0x6a, 0x54, 0xcc, 0x38, 0x63, 0xb2, 0x5d, 0xe9, 0x6b, |
|
|
|
|
0xc3, 0x03, 0xab, 0x4a, 0x85, 0xc5, 0x98, 0x44, 0xa7, 0x50, 0xc5, 0xa1, 0x56, 0x7b, 0xaf, 0xaf, |
|
|
|
|
0x0d, 0x1b, 0x56, 0x74, 0xd2, 0xbf, 0xc0, 0xe9, 0x94, 0xc8, 0x2b, 0x4f, 0x12, 0xee, 0x92, 0x05, |
|
|
|
|
0xb5, 0x65, 0x92, 0xe9, 0x09, 0x34, 0x69, 0x2a, 0x3c, 0xf3, 0x89, 0x1b, 0xe5, 0x3b, 0x4a, 0xc7, |
|
|
|
|
0xaf, 0x89, 0x8b, 0xee, 0xc3, 0x81, 0x4a, 0x19, 0x42, 0x2a, 0x21, 0xa4, 0xa6, 0xce, 0xd7, 0xc4, |
|
|
|
|
0xd5, 0x7b, 0x70, 0x38, 0xa5, 0x8e, 0x17, 0x8b, 0x36, 0x61, 0x0f, 0x0b, 0x1e, 0xea, 0x34, 0x2c, |
|
|
|
|
0xf5, 0xa9, 0x3f, 0x85, 0x96, 0x02, 0x14, 0x55, 0xb0, 0x0d, 0x3e, 0x03, 0x64, 0x72, 0x26, 0x84, |
|
|
|
|
0x62, 0x98, 0x93, 0x34, 0x8e, 0xcb, 0x04, 0xc7, 0xa5, 0xfe, 0x1c, 0xd0, 0x04, 0x4b, 0x7a, 0x43, |
|
|
|
|
0x54, 0xef, 0x16, 0x11, 0x3e, 0xf3, 0x04, 0x51, 0xc3, 0xc1, 0x5c, 0xa6, 0x1a, 0xa9, 0x62, 0x1e, |
|
|
|
|
0x16, 0xf9, 0x06, 0x7a, 0x97, 0xc4, 0x23, 0xdc, 0x96, 0x24, 0x5d, 0x87, 0x39, 0xb5, 0x32, 0x5c, |
|
|
|
|
0xc1, 0x33, 0x5c, 0xc1, 0x15, 0xf7, 0x35, 0x74, 0x36, 0xa9, 0xb2, 0x1d, 0x94, 0xa5, 0x3c, 0x87, |
|
|
|
|
0x87, 0x45, 0x29, 0xcb, 0x89, 0x03, 0x68, 0x6c, 0x06, 0x5a, 0x06, 0x1c, 0x43, 0x7b, 0x7b, 0xb0, |
|
|
|
|
0x65, 0xa4, 0x11, 0x1c, 0x67, 0x06, 0x5c, 0x86, 0xaf, 0xc1, 0xfe, 0x85, 0xeb, 0xcb, 0xef, 0x2f, |
|
|
|
|
0x7f, 0xee, 0x43, 0xc5, 0x9c, 0xa0, 0x57, 0x50, 0x4f, 0x2c, 0x8b, 0xda, 0xa3, 0x8d, 0x91, 0x47, |
|
|
|
|
0x79, 0x17, 0x77, 0xee, 0xc5, 0x7f, 0x42, 0x32, 0x7a, 0x06, 0x8d, 0x78, 0x18, 0xa1, 0x59, 0xb3, |
|
|
|
|
0xbf, 0xf3, 0xe8, 0x73, 0x80, 0xdb, 0xe5, 0xe6, 0xb1, 0x9d, 0xf8, 0x58, 0xb0, 0xff, 0x8f, 0xd0, |
|
|
|
|
0xda, 0xb1, 0xe6, 0xbc, 0xca, 0x20, 0x3e, 0x96, 0xd9, 0xe2, 0x2d, 0x1c, 0xe5, 0xae, 0x0f, 0xea, |
|
|
|
|
0xc6, 0xdc, 0xe2, 0x7b, 0x95, 0xef, 0xe6, 0x32, 0xb6, 0x6a, 0x46, 0x24, 0x57, 0x8f, 0x9e, 0xed, |
|
|
|
|
0xaa, 0x70, 0xa7, 0x1f, 0xe0, 0xa4, 0xa8, 0xda, 0xbc, 0xd4, 0xe3, 0xbb, 0x5a, 0x4b, 0xc4, 0x5e, |
|
|
|
|
0xc0, 0xff, 0xca, 0x02, 0xe8, 0x38, 0x69, 0xe6, 0xf6, 0x12, 0x77, 0x4e, 0xb2, 0xc1, 0x88, 0xf2, |
|
|
|
|
0x09, 0x9a, 0x79, 0xbf, 0xa1, 0x5e, 0x1a, 0x59, 0x34, 0x8c, 0xfe, 0x6e, 0x40, 0x24, 0xfb, 0x1e, |
|
|
|
|
0x0e, 0x53, 0x8e, 0x44, 0xc9, 0x7e, 0xb7, 0xdf, 0x81, 0xce, 0x83, 0xc2, 0x7f, 0x91, 0xce, 0x00, |
|
|
|
|
0x6a, 0xe6, 0x8a, 0xd8, 0x5e, 0xe0, 0xdf, 0x6d, 0xaf, 0x77, 0x17, 0xbf, 0xd6, 0x5d, 0xed, 0xf7, |
|
|
|
|
0xba, 0xab, 0xfd, 0x59, 0x77, 0xb5, 0x1f, 0x7f, 0xbb, 0xff, 0x7d, 0x1e, 0x3b, 0x54, 0x2e, 0x83, |
|
|
|
|
0xf9, 0x08, 0x33, 0xd7, 0x58, 0xda, 0x62, 0x49, 0x31, 0xe3, 0xbe, 0x7a, 0xc6, 0x45, 0xb0, 0x32, |
|
|
|
|
0x76, 0xbc, 0xe9, 0xf3, 0x6a, 0xf8, 0x96, 0x8f, 0xff, 0x05, 0x00, 0x00, 0xff, 0xff, 0x7b, 0x20, |
|
|
|
|
0xb4, 0xe4, 0xf5, 0x05, 0x00, 0x00, |
|
|
|
|
} |
|
|
|
|