1566 lines
58 KiB
Go
1566 lines
58 KiB
Go
// Code generated by protoc-gen-go. DO NOT EDIT.
|
|
// versions:
|
|
// protoc-gen-go v1.23.0
|
|
// protoc v3.11.4
|
|
// source: mop_domain_manager_request.proto
|
|
|
|
package pb
|
|
|
|
import (
|
|
context "context"
|
|
proto "github.com/golang/protobuf/proto"
|
|
grpc "google.golang.org/grpc"
|
|
codes "google.golang.org/grpc/codes"
|
|
status "google.golang.org/grpc/status"
|
|
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
|
|
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
|
|
reflect "reflect"
|
|
sync "sync"
|
|
)
|
|
|
|
const (
|
|
// Verify that this generated code is sufficiently up-to-date.
|
|
_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
|
|
// Verify that runtime/protoimpl is sufficiently up-to-date.
|
|
_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
|
|
)
|
|
|
|
// This is a compile-time assertion that a sufficiently up-to-date version
|
|
// of the legacy proto package is being used.
|
|
const _ = proto.ProtoPackageIsVersion4
|
|
|
|
//接口一
|
|
type GetAllDomainInternalReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
AppId string `protobuf:"bytes,1,opt,name=appId,proto3" json:"appId"`
|
|
}
|
|
|
|
func (x *GetAllDomainInternalReq) Reset() {
|
|
*x = GetAllDomainInternalReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_mop_domain_manager_request_proto_msgTypes[0]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *GetAllDomainInternalReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetAllDomainInternalReq) ProtoMessage() {}
|
|
|
|
func (x *GetAllDomainInternalReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_mop_domain_manager_request_proto_msgTypes[0]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use GetAllDomainInternalReq.ProtoReflect.Descriptor instead.
|
|
func (*GetAllDomainInternalReq) Descriptor() ([]byte, []int) {
|
|
return file_mop_domain_manager_request_proto_rawDescGZIP(), []int{0}
|
|
}
|
|
|
|
func (x *GetAllDomainInternalReq) GetAppId() string {
|
|
if x != nil {
|
|
return x.AppId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type GetAllDomainInternalRsp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Result *CommonResult `protobuf:"bytes,1,opt,name=result,proto3" json:"result"`
|
|
Data *GetAllDomainInternalRsp_DATA `protobuf:"bytes,2,opt,name=data,proto3" json:"data"`
|
|
}
|
|
|
|
func (x *GetAllDomainInternalRsp) Reset() {
|
|
*x = GetAllDomainInternalRsp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_mop_domain_manager_request_proto_msgTypes[1]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *GetAllDomainInternalRsp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetAllDomainInternalRsp) ProtoMessage() {}
|
|
|
|
func (x *GetAllDomainInternalRsp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_mop_domain_manager_request_proto_msgTypes[1]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use GetAllDomainInternalRsp.ProtoReflect.Descriptor instead.
|
|
func (*GetAllDomainInternalRsp) Descriptor() ([]byte, []int) {
|
|
return file_mop_domain_manager_request_proto_rawDescGZIP(), []int{1}
|
|
}
|
|
|
|
func (x *GetAllDomainInternalRsp) GetResult() *CommonResult {
|
|
if x != nil {
|
|
return x.Result
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *GetAllDomainInternalRsp) GetData() *GetAllDomainInternalRsp_DATA {
|
|
if x != nil {
|
|
return x.Data
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type GetAllDomainInternalV2Req struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
OrganId string `protobuf:"bytes,1,opt,name=organId,proto3" json:"organId"`
|
|
}
|
|
|
|
func (x *GetAllDomainInternalV2Req) Reset() {
|
|
*x = GetAllDomainInternalV2Req{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_mop_domain_manager_request_proto_msgTypes[2]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *GetAllDomainInternalV2Req) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetAllDomainInternalV2Req) ProtoMessage() {}
|
|
|
|
func (x *GetAllDomainInternalV2Req) ProtoReflect() protoreflect.Message {
|
|
mi := &file_mop_domain_manager_request_proto_msgTypes[2]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use GetAllDomainInternalV2Req.ProtoReflect.Descriptor instead.
|
|
func (*GetAllDomainInternalV2Req) Descriptor() ([]byte, []int) {
|
|
return file_mop_domain_manager_request_proto_rawDescGZIP(), []int{2}
|
|
}
|
|
|
|
func (x *GetAllDomainInternalV2Req) GetOrganId() string {
|
|
if x != nil {
|
|
return x.OrganId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type GetAllDomainInternalV2Rsp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Result *CommonResult `protobuf:"bytes,1,opt,name=result,proto3" json:"result"`
|
|
Data *GetAllDomainInternalV2Rsp_DATA `protobuf:"bytes,2,opt,name=data,proto3" json:"data"`
|
|
}
|
|
|
|
func (x *GetAllDomainInternalV2Rsp) Reset() {
|
|
*x = GetAllDomainInternalV2Rsp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_mop_domain_manager_request_proto_msgTypes[3]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *GetAllDomainInternalV2Rsp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetAllDomainInternalV2Rsp) ProtoMessage() {}
|
|
|
|
func (x *GetAllDomainInternalV2Rsp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_mop_domain_manager_request_proto_msgTypes[3]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use GetAllDomainInternalV2Rsp.ProtoReflect.Descriptor instead.
|
|
func (*GetAllDomainInternalV2Rsp) Descriptor() ([]byte, []int) {
|
|
return file_mop_domain_manager_request_proto_rawDescGZIP(), []int{3}
|
|
}
|
|
|
|
func (x *GetAllDomainInternalV2Rsp) GetResult() *CommonResult {
|
|
if x != nil {
|
|
return x.Result
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *GetAllDomainInternalV2Rsp) GetData() *GetAllDomainInternalV2Rsp_DATA {
|
|
if x != nil {
|
|
return x.Data
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type GetOrganDomainsWithCrtReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
OrganId string `protobuf:"bytes,1,opt,name=organId,proto3" json:"organId"`
|
|
ValidateDomainCrt map[string]*GetOrganDomainsWithCrtReq_DomainValidate `protobuf:"bytes,2,rep,name=validateDomainCrt,proto3" json:"validateDomainCrt" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
|
|
}
|
|
|
|
func (x *GetOrganDomainsWithCrtReq) Reset() {
|
|
*x = GetOrganDomainsWithCrtReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_mop_domain_manager_request_proto_msgTypes[4]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *GetOrganDomainsWithCrtReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetOrganDomainsWithCrtReq) ProtoMessage() {}
|
|
|
|
func (x *GetOrganDomainsWithCrtReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_mop_domain_manager_request_proto_msgTypes[4]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use GetOrganDomainsWithCrtReq.ProtoReflect.Descriptor instead.
|
|
func (*GetOrganDomainsWithCrtReq) Descriptor() ([]byte, []int) {
|
|
return file_mop_domain_manager_request_proto_rawDescGZIP(), []int{4}
|
|
}
|
|
|
|
func (x *GetOrganDomainsWithCrtReq) GetOrganId() string {
|
|
if x != nil {
|
|
return x.OrganId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetOrganDomainsWithCrtReq) GetValidateDomainCrt() map[string]*GetOrganDomainsWithCrtReq_DomainValidate {
|
|
if x != nil {
|
|
return x.ValidateDomainCrt
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type GetOrganDomainsWithCrtRsp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Result *CommonResult `protobuf:"bytes,1,opt,name=result,proto3" json:"result"`
|
|
Data []*GetOrganDomainsWithCrtRsp_DomainWithCrt `protobuf:"bytes,2,rep,name=data,proto3" json:"data"`
|
|
}
|
|
|
|
func (x *GetOrganDomainsWithCrtRsp) Reset() {
|
|
*x = GetOrganDomainsWithCrtRsp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_mop_domain_manager_request_proto_msgTypes[5]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *GetOrganDomainsWithCrtRsp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetOrganDomainsWithCrtRsp) ProtoMessage() {}
|
|
|
|
func (x *GetOrganDomainsWithCrtRsp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_mop_domain_manager_request_proto_msgTypes[5]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use GetOrganDomainsWithCrtRsp.ProtoReflect.Descriptor instead.
|
|
func (*GetOrganDomainsWithCrtRsp) Descriptor() ([]byte, []int) {
|
|
return file_mop_domain_manager_request_proto_rawDescGZIP(), []int{5}
|
|
}
|
|
|
|
func (x *GetOrganDomainsWithCrtRsp) GetResult() *CommonResult {
|
|
if x != nil {
|
|
return x.Result
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *GetOrganDomainsWithCrtRsp) GetData() []*GetOrganDomainsWithCrtRsp_DomainWithCrt {
|
|
if x != nil {
|
|
return x.Data
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type GetAllDomainInternalRsp_DATA struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Service *GetAllDomainInternalRsp_DATA_SERVICE `protobuf:"bytes,2,opt,name=service,proto3" json:"service"`
|
|
Business *GetAllDomainInternalRsp_DATA_BUSINESS `protobuf:"bytes,3,opt,name=business,proto3" json:"business"`
|
|
Whitelist *GetAllDomainInternalRsp_DATA_WHITELIST `protobuf:"bytes,4,opt,name=whitelist,proto3" json:"whitelist"`
|
|
}
|
|
|
|
func (x *GetAllDomainInternalRsp_DATA) Reset() {
|
|
*x = GetAllDomainInternalRsp_DATA{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_mop_domain_manager_request_proto_msgTypes[6]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *GetAllDomainInternalRsp_DATA) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetAllDomainInternalRsp_DATA) ProtoMessage() {}
|
|
|
|
func (x *GetAllDomainInternalRsp_DATA) ProtoReflect() protoreflect.Message {
|
|
mi := &file_mop_domain_manager_request_proto_msgTypes[6]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use GetAllDomainInternalRsp_DATA.ProtoReflect.Descriptor instead.
|
|
func (*GetAllDomainInternalRsp_DATA) Descriptor() ([]byte, []int) {
|
|
return file_mop_domain_manager_request_proto_rawDescGZIP(), []int{1, 0}
|
|
}
|
|
|
|
func (x *GetAllDomainInternalRsp_DATA) GetService() *GetAllDomainInternalRsp_DATA_SERVICE {
|
|
if x != nil {
|
|
return x.Service
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *GetAllDomainInternalRsp_DATA) GetBusiness() *GetAllDomainInternalRsp_DATA_BUSINESS {
|
|
if x != nil {
|
|
return x.Business
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *GetAllDomainInternalRsp_DATA) GetWhitelist() *GetAllDomainInternalRsp_DATA_WHITELIST {
|
|
if x != nil {
|
|
return x.Whitelist
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type GetAllDomainInternalRsp_DATA_SERVICE struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Request []string `protobuf:"bytes,1,rep,name=request,proto3" json:"request"`
|
|
Socket []string `protobuf:"bytes,2,rep,name=socket,proto3" json:"socket"`
|
|
Download []string `protobuf:"bytes,3,rep,name=download,proto3" json:"download"`
|
|
Upload []string `protobuf:"bytes,4,rep,name=upload,proto3" json:"upload"`
|
|
}
|
|
|
|
func (x *GetAllDomainInternalRsp_DATA_SERVICE) Reset() {
|
|
*x = GetAllDomainInternalRsp_DATA_SERVICE{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_mop_domain_manager_request_proto_msgTypes[7]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *GetAllDomainInternalRsp_DATA_SERVICE) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetAllDomainInternalRsp_DATA_SERVICE) ProtoMessage() {}
|
|
|
|
func (x *GetAllDomainInternalRsp_DATA_SERVICE) ProtoReflect() protoreflect.Message {
|
|
mi := &file_mop_domain_manager_request_proto_msgTypes[7]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use GetAllDomainInternalRsp_DATA_SERVICE.ProtoReflect.Descriptor instead.
|
|
func (*GetAllDomainInternalRsp_DATA_SERVICE) Descriptor() ([]byte, []int) {
|
|
return file_mop_domain_manager_request_proto_rawDescGZIP(), []int{1, 0, 0}
|
|
}
|
|
|
|
func (x *GetAllDomainInternalRsp_DATA_SERVICE) GetRequest() []string {
|
|
if x != nil {
|
|
return x.Request
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *GetAllDomainInternalRsp_DATA_SERVICE) GetSocket() []string {
|
|
if x != nil {
|
|
return x.Socket
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *GetAllDomainInternalRsp_DATA_SERVICE) GetDownload() []string {
|
|
if x != nil {
|
|
return x.Download
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *GetAllDomainInternalRsp_DATA_SERVICE) GetUpload() []string {
|
|
if x != nil {
|
|
return x.Upload
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type GetAllDomainInternalRsp_DATA_BUSINESS struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Domains []string `protobuf:"bytes,1,rep,name=domains,proto3" json:"domains"`
|
|
}
|
|
|
|
func (x *GetAllDomainInternalRsp_DATA_BUSINESS) Reset() {
|
|
*x = GetAllDomainInternalRsp_DATA_BUSINESS{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_mop_domain_manager_request_proto_msgTypes[8]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *GetAllDomainInternalRsp_DATA_BUSINESS) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetAllDomainInternalRsp_DATA_BUSINESS) ProtoMessage() {}
|
|
|
|
func (x *GetAllDomainInternalRsp_DATA_BUSINESS) ProtoReflect() protoreflect.Message {
|
|
mi := &file_mop_domain_manager_request_proto_msgTypes[8]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use GetAllDomainInternalRsp_DATA_BUSINESS.ProtoReflect.Descriptor instead.
|
|
func (*GetAllDomainInternalRsp_DATA_BUSINESS) Descriptor() ([]byte, []int) {
|
|
return file_mop_domain_manager_request_proto_rawDescGZIP(), []int{1, 0, 1}
|
|
}
|
|
|
|
func (x *GetAllDomainInternalRsp_DATA_BUSINESS) GetDomains() []string {
|
|
if x != nil {
|
|
return x.Domains
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type GetAllDomainInternalRsp_DATA_WHITELIST struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Domains []string `protobuf:"bytes,1,rep,name=domains,proto3" json:"domains"`
|
|
}
|
|
|
|
func (x *GetAllDomainInternalRsp_DATA_WHITELIST) Reset() {
|
|
*x = GetAllDomainInternalRsp_DATA_WHITELIST{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_mop_domain_manager_request_proto_msgTypes[9]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *GetAllDomainInternalRsp_DATA_WHITELIST) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetAllDomainInternalRsp_DATA_WHITELIST) ProtoMessage() {}
|
|
|
|
func (x *GetAllDomainInternalRsp_DATA_WHITELIST) ProtoReflect() protoreflect.Message {
|
|
mi := &file_mop_domain_manager_request_proto_msgTypes[9]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use GetAllDomainInternalRsp_DATA_WHITELIST.ProtoReflect.Descriptor instead.
|
|
func (*GetAllDomainInternalRsp_DATA_WHITELIST) Descriptor() ([]byte, []int) {
|
|
return file_mop_domain_manager_request_proto_rawDescGZIP(), []int{1, 0, 2}
|
|
}
|
|
|
|
func (x *GetAllDomainInternalRsp_DATA_WHITELIST) GetDomains() []string {
|
|
if x != nil {
|
|
return x.Domains
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type GetAllDomainInternalV2Rsp_DATA struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Service *GetAllDomainInternalV2Rsp_DATA_SERVICE `protobuf:"bytes,2,opt,name=service,proto3" json:"service"`
|
|
Business *GetAllDomainInternalV2Rsp_DATA_BUSINESS `protobuf:"bytes,3,opt,name=business,proto3" json:"business"`
|
|
Whitelist *GetAllDomainInternalV2Rsp_DATA_WHITELIST `protobuf:"bytes,4,opt,name=whitelist,proto3" json:"whitelist"`
|
|
Blacklist *GetAllDomainInternalV2Rsp_DATA_BLACKLIST `protobuf:"bytes,5,opt,name=blacklist,proto3" json:"blacklist"`
|
|
}
|
|
|
|
func (x *GetAllDomainInternalV2Rsp_DATA) Reset() {
|
|
*x = GetAllDomainInternalV2Rsp_DATA{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_mop_domain_manager_request_proto_msgTypes[10]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *GetAllDomainInternalV2Rsp_DATA) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetAllDomainInternalV2Rsp_DATA) ProtoMessage() {}
|
|
|
|
func (x *GetAllDomainInternalV2Rsp_DATA) ProtoReflect() protoreflect.Message {
|
|
mi := &file_mop_domain_manager_request_proto_msgTypes[10]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use GetAllDomainInternalV2Rsp_DATA.ProtoReflect.Descriptor instead.
|
|
func (*GetAllDomainInternalV2Rsp_DATA) Descriptor() ([]byte, []int) {
|
|
return file_mop_domain_manager_request_proto_rawDescGZIP(), []int{3, 0}
|
|
}
|
|
|
|
func (x *GetAllDomainInternalV2Rsp_DATA) GetService() *GetAllDomainInternalV2Rsp_DATA_SERVICE {
|
|
if x != nil {
|
|
return x.Service
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *GetAllDomainInternalV2Rsp_DATA) GetBusiness() *GetAllDomainInternalV2Rsp_DATA_BUSINESS {
|
|
if x != nil {
|
|
return x.Business
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *GetAllDomainInternalV2Rsp_DATA) GetWhitelist() *GetAllDomainInternalV2Rsp_DATA_WHITELIST {
|
|
if x != nil {
|
|
return x.Whitelist
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *GetAllDomainInternalV2Rsp_DATA) GetBlacklist() *GetAllDomainInternalV2Rsp_DATA_BLACKLIST {
|
|
if x != nil {
|
|
return x.Blacklist
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type GetAllDomainInternalV2Rsp_DATA_SERVICE struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Request []string `protobuf:"bytes,1,rep,name=request,proto3" json:"request"`
|
|
Socket []string `protobuf:"bytes,2,rep,name=socket,proto3" json:"socket"`
|
|
Download []string `protobuf:"bytes,3,rep,name=download,proto3" json:"download"`
|
|
Upload []string `protobuf:"bytes,4,rep,name=upload,proto3" json:"upload"`
|
|
}
|
|
|
|
func (x *GetAllDomainInternalV2Rsp_DATA_SERVICE) Reset() {
|
|
*x = GetAllDomainInternalV2Rsp_DATA_SERVICE{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_mop_domain_manager_request_proto_msgTypes[11]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *GetAllDomainInternalV2Rsp_DATA_SERVICE) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetAllDomainInternalV2Rsp_DATA_SERVICE) ProtoMessage() {}
|
|
|
|
func (x *GetAllDomainInternalV2Rsp_DATA_SERVICE) ProtoReflect() protoreflect.Message {
|
|
mi := &file_mop_domain_manager_request_proto_msgTypes[11]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use GetAllDomainInternalV2Rsp_DATA_SERVICE.ProtoReflect.Descriptor instead.
|
|
func (*GetAllDomainInternalV2Rsp_DATA_SERVICE) Descriptor() ([]byte, []int) {
|
|
return file_mop_domain_manager_request_proto_rawDescGZIP(), []int{3, 0, 0}
|
|
}
|
|
|
|
func (x *GetAllDomainInternalV2Rsp_DATA_SERVICE) GetRequest() []string {
|
|
if x != nil {
|
|
return x.Request
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *GetAllDomainInternalV2Rsp_DATA_SERVICE) GetSocket() []string {
|
|
if x != nil {
|
|
return x.Socket
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *GetAllDomainInternalV2Rsp_DATA_SERVICE) GetDownload() []string {
|
|
if x != nil {
|
|
return x.Download
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *GetAllDomainInternalV2Rsp_DATA_SERVICE) GetUpload() []string {
|
|
if x != nil {
|
|
return x.Upload
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type GetAllDomainInternalV2Rsp_DATA_BUSINESS struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Domains []string `protobuf:"bytes,1,rep,name=domains,proto3" json:"domains"`
|
|
}
|
|
|
|
func (x *GetAllDomainInternalV2Rsp_DATA_BUSINESS) Reset() {
|
|
*x = GetAllDomainInternalV2Rsp_DATA_BUSINESS{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_mop_domain_manager_request_proto_msgTypes[12]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *GetAllDomainInternalV2Rsp_DATA_BUSINESS) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetAllDomainInternalV2Rsp_DATA_BUSINESS) ProtoMessage() {}
|
|
|
|
func (x *GetAllDomainInternalV2Rsp_DATA_BUSINESS) ProtoReflect() protoreflect.Message {
|
|
mi := &file_mop_domain_manager_request_proto_msgTypes[12]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use GetAllDomainInternalV2Rsp_DATA_BUSINESS.ProtoReflect.Descriptor instead.
|
|
func (*GetAllDomainInternalV2Rsp_DATA_BUSINESS) Descriptor() ([]byte, []int) {
|
|
return file_mop_domain_manager_request_proto_rawDescGZIP(), []int{3, 0, 1}
|
|
}
|
|
|
|
func (x *GetAllDomainInternalV2Rsp_DATA_BUSINESS) GetDomains() []string {
|
|
if x != nil {
|
|
return x.Domains
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type GetAllDomainInternalV2Rsp_DATA_WHITELIST struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Domains []string `protobuf:"bytes,1,rep,name=domains,proto3" json:"domains"`
|
|
}
|
|
|
|
func (x *GetAllDomainInternalV2Rsp_DATA_WHITELIST) Reset() {
|
|
*x = GetAllDomainInternalV2Rsp_DATA_WHITELIST{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_mop_domain_manager_request_proto_msgTypes[13]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *GetAllDomainInternalV2Rsp_DATA_WHITELIST) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetAllDomainInternalV2Rsp_DATA_WHITELIST) ProtoMessage() {}
|
|
|
|
func (x *GetAllDomainInternalV2Rsp_DATA_WHITELIST) ProtoReflect() protoreflect.Message {
|
|
mi := &file_mop_domain_manager_request_proto_msgTypes[13]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use GetAllDomainInternalV2Rsp_DATA_WHITELIST.ProtoReflect.Descriptor instead.
|
|
func (*GetAllDomainInternalV2Rsp_DATA_WHITELIST) Descriptor() ([]byte, []int) {
|
|
return file_mop_domain_manager_request_proto_rawDescGZIP(), []int{3, 0, 2}
|
|
}
|
|
|
|
func (x *GetAllDomainInternalV2Rsp_DATA_WHITELIST) GetDomains() []string {
|
|
if x != nil {
|
|
return x.Domains
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type GetAllDomainInternalV2Rsp_DATA_BLACKLIST struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Domains []string `protobuf:"bytes,1,rep,name=domains,proto3" json:"domains"`
|
|
}
|
|
|
|
func (x *GetAllDomainInternalV2Rsp_DATA_BLACKLIST) Reset() {
|
|
*x = GetAllDomainInternalV2Rsp_DATA_BLACKLIST{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_mop_domain_manager_request_proto_msgTypes[14]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *GetAllDomainInternalV2Rsp_DATA_BLACKLIST) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetAllDomainInternalV2Rsp_DATA_BLACKLIST) ProtoMessage() {}
|
|
|
|
func (x *GetAllDomainInternalV2Rsp_DATA_BLACKLIST) ProtoReflect() protoreflect.Message {
|
|
mi := &file_mop_domain_manager_request_proto_msgTypes[14]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use GetAllDomainInternalV2Rsp_DATA_BLACKLIST.ProtoReflect.Descriptor instead.
|
|
func (*GetAllDomainInternalV2Rsp_DATA_BLACKLIST) Descriptor() ([]byte, []int) {
|
|
return file_mop_domain_manager_request_proto_rawDescGZIP(), []int{3, 0, 3}
|
|
}
|
|
|
|
func (x *GetAllDomainInternalV2Rsp_DATA_BLACKLIST) GetDomains() []string {
|
|
if x != nil {
|
|
return x.Domains
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type GetOrganDomainsWithCrtReq_DomainValidate struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Md5 string `protobuf:"bytes,1,opt,name=md5,proto3" json:"md5"`
|
|
Expired bool `protobuf:"varint,2,opt,name=expired,proto3" json:"expired"`
|
|
}
|
|
|
|
func (x *GetOrganDomainsWithCrtReq_DomainValidate) Reset() {
|
|
*x = GetOrganDomainsWithCrtReq_DomainValidate{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_mop_domain_manager_request_proto_msgTypes[15]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *GetOrganDomainsWithCrtReq_DomainValidate) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetOrganDomainsWithCrtReq_DomainValidate) ProtoMessage() {}
|
|
|
|
func (x *GetOrganDomainsWithCrtReq_DomainValidate) ProtoReflect() protoreflect.Message {
|
|
mi := &file_mop_domain_manager_request_proto_msgTypes[15]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use GetOrganDomainsWithCrtReq_DomainValidate.ProtoReflect.Descriptor instead.
|
|
func (*GetOrganDomainsWithCrtReq_DomainValidate) Descriptor() ([]byte, []int) {
|
|
return file_mop_domain_manager_request_proto_rawDescGZIP(), []int{4, 0}
|
|
}
|
|
|
|
func (x *GetOrganDomainsWithCrtReq_DomainValidate) GetMd5() string {
|
|
if x != nil {
|
|
return x.Md5
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetOrganDomainsWithCrtReq_DomainValidate) GetExpired() bool {
|
|
if x != nil {
|
|
return x.Expired
|
|
}
|
|
return false
|
|
}
|
|
|
|
type GetOrganDomainsWithCrtRsp_DomainWithCrt struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Domain string `protobuf:"bytes,1,opt,name=domain,proto3" json:"domain"`
|
|
Crt string `protobuf:"bytes,2,opt,name=crt,proto3" json:"crt"`
|
|
Expired bool `protobuf:"varint,3,opt,name=expired,proto3" json:"expired"`
|
|
}
|
|
|
|
func (x *GetOrganDomainsWithCrtRsp_DomainWithCrt) Reset() {
|
|
*x = GetOrganDomainsWithCrtRsp_DomainWithCrt{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_mop_domain_manager_request_proto_msgTypes[17]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *GetOrganDomainsWithCrtRsp_DomainWithCrt) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetOrganDomainsWithCrtRsp_DomainWithCrt) ProtoMessage() {}
|
|
|
|
func (x *GetOrganDomainsWithCrtRsp_DomainWithCrt) ProtoReflect() protoreflect.Message {
|
|
mi := &file_mop_domain_manager_request_proto_msgTypes[17]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use GetOrganDomainsWithCrtRsp_DomainWithCrt.ProtoReflect.Descriptor instead.
|
|
func (*GetOrganDomainsWithCrtRsp_DomainWithCrt) Descriptor() ([]byte, []int) {
|
|
return file_mop_domain_manager_request_proto_rawDescGZIP(), []int{5, 0}
|
|
}
|
|
|
|
func (x *GetOrganDomainsWithCrtRsp_DomainWithCrt) GetDomain() string {
|
|
if x != nil {
|
|
return x.Domain
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetOrganDomainsWithCrtRsp_DomainWithCrt) GetCrt() string {
|
|
if x != nil {
|
|
return x.Crt
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetOrganDomainsWithCrtRsp_DomainWithCrt) GetExpired() bool {
|
|
if x != nil {
|
|
return x.Expired
|
|
}
|
|
return false
|
|
}
|
|
|
|
var File_mop_domain_manager_request_proto protoreflect.FileDescriptor
|
|
|
|
var file_mop_domain_manager_request_proto_rawDesc = []byte{
|
|
0x0a, 0x20, 0x6d, 0x6f, 0x70, 0x5f, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x5f, 0x6d, 0x61, 0x6e,
|
|
0x61, 0x67, 0x65, 0x72, 0x5f, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x70, 0x72, 0x6f,
|
|
0x74, 0x6f, 0x12, 0x02, 0x70, 0x62, 0x1a, 0x0c, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x70,
|
|
0x72, 0x6f, 0x74, 0x6f, 0x22, 0x2f, 0x0a, 0x17, 0x47, 0x65, 0x74, 0x41, 0x6c, 0x6c, 0x44, 0x6f,
|
|
0x6d, 0x61, 0x69, 0x6e, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x52, 0x65, 0x71, 0x12,
|
|
0x14, 0x0a, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05,
|
|
0x61, 0x70, 0x70, 0x49, 0x64, 0x22, 0x95, 0x04, 0x0a, 0x17, 0x47, 0x65, 0x74, 0x41, 0x6c, 0x6c,
|
|
0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x52, 0x73,
|
|
0x70, 0x12, 0x28, 0x0a, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28,
|
|
0x0b, 0x32, 0x10, 0x2e, 0x70, 0x62, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x52, 0x65, 0x73,
|
|
0x75, 0x6c, 0x74, 0x52, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x12, 0x34, 0x0a, 0x04, 0x64,
|
|
0x61, 0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x20, 0x2e, 0x70, 0x62, 0x2e, 0x47,
|
|
0x65, 0x74, 0x41, 0x6c, 0x6c, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x49, 0x6e, 0x74, 0x65, 0x72,
|
|
0x6e, 0x61, 0x6c, 0x52, 0x73, 0x70, 0x2e, 0x44, 0x41, 0x54, 0x41, 0x52, 0x04, 0x64, 0x61, 0x74,
|
|
0x61, 0x1a, 0x99, 0x03, 0x0a, 0x04, 0x44, 0x41, 0x54, 0x41, 0x12, 0x42, 0x0a, 0x07, 0x73, 0x65,
|
|
0x72, 0x76, 0x69, 0x63, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x70, 0x62,
|
|
0x2e, 0x47, 0x65, 0x74, 0x41, 0x6c, 0x6c, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x49, 0x6e, 0x74,
|
|
0x65, 0x72, 0x6e, 0x61, 0x6c, 0x52, 0x73, 0x70, 0x2e, 0x44, 0x41, 0x54, 0x41, 0x2e, 0x53, 0x45,
|
|
0x52, 0x56, 0x49, 0x43, 0x45, 0x52, 0x07, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0x45,
|
|
0x0a, 0x08, 0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b,
|
|
0x32, 0x29, 0x2e, 0x70, 0x62, 0x2e, 0x47, 0x65, 0x74, 0x41, 0x6c, 0x6c, 0x44, 0x6f, 0x6d, 0x61,
|
|
0x69, 0x6e, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x52, 0x73, 0x70, 0x2e, 0x44, 0x41,
|
|
0x54, 0x41, 0x2e, 0x42, 0x55, 0x53, 0x49, 0x4e, 0x45, 0x53, 0x53, 0x52, 0x08, 0x62, 0x75, 0x73,
|
|
0x69, 0x6e, 0x65, 0x73, 0x73, 0x12, 0x48, 0x0a, 0x09, 0x77, 0x68, 0x69, 0x74, 0x65, 0x6c, 0x69,
|
|
0x73, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2a, 0x2e, 0x70, 0x62, 0x2e, 0x47, 0x65,
|
|
0x74, 0x41, 0x6c, 0x6c, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x6e,
|
|
0x61, 0x6c, 0x52, 0x73, 0x70, 0x2e, 0x44, 0x41, 0x54, 0x41, 0x2e, 0x57, 0x48, 0x49, 0x54, 0x45,
|
|
0x4c, 0x49, 0x53, 0x54, 0x52, 0x09, 0x77, 0x68, 0x69, 0x74, 0x65, 0x6c, 0x69, 0x73, 0x74, 0x1a,
|
|
0x6f, 0x0a, 0x07, 0x53, 0x45, 0x52, 0x56, 0x49, 0x43, 0x45, 0x12, 0x18, 0x0a, 0x07, 0x72, 0x65,
|
|
0x71, 0x75, 0x65, 0x73, 0x74, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x07, 0x72, 0x65, 0x71,
|
|
0x75, 0x65, 0x73, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x6f, 0x63, 0x6b, 0x65, 0x74, 0x18, 0x02,
|
|
0x20, 0x03, 0x28, 0x09, 0x52, 0x06, 0x73, 0x6f, 0x63, 0x6b, 0x65, 0x74, 0x12, 0x1a, 0x0a, 0x08,
|
|
0x64, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x18, 0x03, 0x20, 0x03, 0x28, 0x09, 0x52, 0x08,
|
|
0x64, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x75, 0x70, 0x6c, 0x6f,
|
|
0x61, 0x64, 0x18, 0x04, 0x20, 0x03, 0x28, 0x09, 0x52, 0x06, 0x75, 0x70, 0x6c, 0x6f, 0x61, 0x64,
|
|
0x1a, 0x24, 0x0a, 0x08, 0x42, 0x55, 0x53, 0x49, 0x4e, 0x45, 0x53, 0x53, 0x12, 0x18, 0x0a, 0x07,
|
|
0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x07, 0x64,
|
|
0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x73, 0x1a, 0x25, 0x0a, 0x09, 0x57, 0x48, 0x49, 0x54, 0x45, 0x4c,
|
|
0x49, 0x53, 0x54, 0x12, 0x18, 0x0a, 0x07, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x73, 0x18, 0x01,
|
|
0x20, 0x03, 0x28, 0x09, 0x52, 0x07, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x73, 0x22, 0x35, 0x0a,
|
|
0x19, 0x47, 0x65, 0x74, 0x41, 0x6c, 0x6c, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x49, 0x6e, 0x74,
|
|
0x65, 0x72, 0x6e, 0x61, 0x6c, 0x56, 0x32, 0x52, 0x65, 0x71, 0x12, 0x18, 0x0a, 0x07, 0x6f, 0x72,
|
|
0x67, 0x61, 0x6e, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x6f, 0x72, 0x67,
|
|
0x61, 0x6e, 0x49, 0x64, 0x22, 0x92, 0x05, 0x0a, 0x19, 0x47, 0x65, 0x74, 0x41, 0x6c, 0x6c, 0x44,
|
|
0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x56, 0x32, 0x52,
|
|
0x73, 0x70, 0x12, 0x28, 0x0a, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x18, 0x01, 0x20, 0x01,
|
|
0x28, 0x0b, 0x32, 0x10, 0x2e, 0x70, 0x62, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x52, 0x65,
|
|
0x73, 0x75, 0x6c, 0x74, 0x52, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x12, 0x36, 0x0a, 0x04,
|
|
0x64, 0x61, 0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x70, 0x62, 0x2e,
|
|
0x47, 0x65, 0x74, 0x41, 0x6c, 0x6c, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x49, 0x6e, 0x74, 0x65,
|
|
0x72, 0x6e, 0x61, 0x6c, 0x56, 0x32, 0x52, 0x73, 0x70, 0x2e, 0x44, 0x41, 0x54, 0x41, 0x52, 0x04,
|
|
0x64, 0x61, 0x74, 0x61, 0x1a, 0x92, 0x04, 0x0a, 0x04, 0x44, 0x41, 0x54, 0x41, 0x12, 0x44, 0x0a,
|
|
0x07, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2a,
|
|
0x2e, 0x70, 0x62, 0x2e, 0x47, 0x65, 0x74, 0x41, 0x6c, 0x6c, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e,
|
|
0x49, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x56, 0x32, 0x52, 0x73, 0x70, 0x2e, 0x44, 0x41,
|
|
0x54, 0x41, 0x2e, 0x53, 0x45, 0x52, 0x56, 0x49, 0x43, 0x45, 0x52, 0x07, 0x73, 0x65, 0x72, 0x76,
|
|
0x69, 0x63, 0x65, 0x12, 0x47, 0x0a, 0x08, 0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x18,
|
|
0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2b, 0x2e, 0x70, 0x62, 0x2e, 0x47, 0x65, 0x74, 0x41, 0x6c,
|
|
0x6c, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x56,
|
|
0x32, 0x52, 0x73, 0x70, 0x2e, 0x44, 0x41, 0x54, 0x41, 0x2e, 0x42, 0x55, 0x53, 0x49, 0x4e, 0x45,
|
|
0x53, 0x53, 0x52, 0x08, 0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x12, 0x4a, 0x0a, 0x09,
|
|
0x77, 0x68, 0x69, 0x74, 0x65, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32,
|
|
0x2c, 0x2e, 0x70, 0x62, 0x2e, 0x47, 0x65, 0x74, 0x41, 0x6c, 0x6c, 0x44, 0x6f, 0x6d, 0x61, 0x69,
|
|
0x6e, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x56, 0x32, 0x52, 0x73, 0x70, 0x2e, 0x44,
|
|
0x41, 0x54, 0x41, 0x2e, 0x57, 0x48, 0x49, 0x54, 0x45, 0x4c, 0x49, 0x53, 0x54, 0x52, 0x09, 0x77,
|
|
0x68, 0x69, 0x74, 0x65, 0x6c, 0x69, 0x73, 0x74, 0x12, 0x4a, 0x0a, 0x09, 0x62, 0x6c, 0x61, 0x63,
|
|
0x6b, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x70, 0x62,
|
|
0x2e, 0x47, 0x65, 0x74, 0x41, 0x6c, 0x6c, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x49, 0x6e, 0x74,
|
|
0x65, 0x72, 0x6e, 0x61, 0x6c, 0x56, 0x32, 0x52, 0x73, 0x70, 0x2e, 0x44, 0x41, 0x54, 0x41, 0x2e,
|
|
0x42, 0x4c, 0x41, 0x43, 0x4b, 0x4c, 0x49, 0x53, 0x54, 0x52, 0x09, 0x62, 0x6c, 0x61, 0x63, 0x6b,
|
|
0x6c, 0x69, 0x73, 0x74, 0x1a, 0x6f, 0x0a, 0x07, 0x53, 0x45, 0x52, 0x56, 0x49, 0x43, 0x45, 0x12,
|
|
0x18, 0x0a, 0x07, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09,
|
|
0x52, 0x07, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x6f, 0x63,
|
|
0x6b, 0x65, 0x74, 0x18, 0x02, 0x20, 0x03, 0x28, 0x09, 0x52, 0x06, 0x73, 0x6f, 0x63, 0x6b, 0x65,
|
|
0x74, 0x12, 0x1a, 0x0a, 0x08, 0x64, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x18, 0x03, 0x20,
|
|
0x03, 0x28, 0x09, 0x52, 0x08, 0x64, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x12, 0x16, 0x0a,
|
|
0x06, 0x75, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x18, 0x04, 0x20, 0x03, 0x28, 0x09, 0x52, 0x06, 0x75,
|
|
0x70, 0x6c, 0x6f, 0x61, 0x64, 0x1a, 0x24, 0x0a, 0x08, 0x42, 0x55, 0x53, 0x49, 0x4e, 0x45, 0x53,
|
|
0x53, 0x12, 0x18, 0x0a, 0x07, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x73, 0x18, 0x01, 0x20, 0x03,
|
|
0x28, 0x09, 0x52, 0x07, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x73, 0x1a, 0x25, 0x0a, 0x09, 0x57,
|
|
0x48, 0x49, 0x54, 0x45, 0x4c, 0x49, 0x53, 0x54, 0x12, 0x18, 0x0a, 0x07, 0x64, 0x6f, 0x6d, 0x61,
|
|
0x69, 0x6e, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x07, 0x64, 0x6f, 0x6d, 0x61, 0x69,
|
|
0x6e, 0x73, 0x1a, 0x25, 0x0a, 0x09, 0x42, 0x4c, 0x41, 0x43, 0x4b, 0x4c, 0x49, 0x53, 0x54, 0x12,
|
|
0x18, 0x0a, 0x07, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09,
|
|
0x52, 0x07, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x73, 0x22, 0xcb, 0x02, 0x0a, 0x19, 0x47, 0x65,
|
|
0x74, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x73, 0x57, 0x69, 0x74,
|
|
0x68, 0x43, 0x72, 0x74, 0x52, 0x65, 0x71, 0x12, 0x18, 0x0a, 0x07, 0x6f, 0x72, 0x67, 0x61, 0x6e,
|
|
0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x49,
|
|
0x64, 0x12, 0x62, 0x0a, 0x11, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x65, 0x44, 0x6f, 0x6d,
|
|
0x61, 0x69, 0x6e, 0x43, 0x72, 0x74, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x34, 0x2e, 0x70,
|
|
0x62, 0x2e, 0x47, 0x65, 0x74, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e,
|
|
0x73, 0x57, 0x69, 0x74, 0x68, 0x43, 0x72, 0x74, 0x52, 0x65, 0x71, 0x2e, 0x56, 0x61, 0x6c, 0x69,
|
|
0x64, 0x61, 0x74, 0x65, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x43, 0x72, 0x74, 0x45, 0x6e, 0x74,
|
|
0x72, 0x79, 0x52, 0x11, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x65, 0x44, 0x6f, 0x6d, 0x61,
|
|
0x69, 0x6e, 0x43, 0x72, 0x74, 0x1a, 0x3c, 0x0a, 0x0e, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x56,
|
|
0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x6d, 0x64, 0x35, 0x18, 0x01,
|
|
0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6d, 0x64, 0x35, 0x12, 0x18, 0x0a, 0x07, 0x65, 0x78, 0x70,
|
|
0x69, 0x72, 0x65, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x65, 0x78, 0x70, 0x69,
|
|
0x72, 0x65, 0x64, 0x1a, 0x72, 0x0a, 0x16, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x65, 0x44,
|
|
0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x43, 0x72, 0x74, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a,
|
|
0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12,
|
|
0x42, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c,
|
|
0x2e, 0x70, 0x62, 0x2e, 0x47, 0x65, 0x74, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x44, 0x6f, 0x6d, 0x61,
|
|
0x69, 0x6e, 0x73, 0x57, 0x69, 0x74, 0x68, 0x43, 0x72, 0x74, 0x52, 0x65, 0x71, 0x2e, 0x44, 0x6f,
|
|
0x6d, 0x61, 0x69, 0x6e, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x65, 0x52, 0x05, 0x76, 0x61,
|
|
0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x22, 0xdb, 0x01, 0x0a, 0x19, 0x47, 0x65, 0x74, 0x4f,
|
|
0x72, 0x67, 0x61, 0x6e, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x73, 0x57, 0x69, 0x74, 0x68, 0x43,
|
|
0x72, 0x74, 0x52, 0x73, 0x70, 0x12, 0x28, 0x0a, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x18,
|
|
0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x10, 0x2e, 0x70, 0x62, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x6f,
|
|
0x6e, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x52, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x12,
|
|
0x3f, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x2b, 0x2e,
|
|
0x70, 0x62, 0x2e, 0x47, 0x65, 0x74, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x44, 0x6f, 0x6d, 0x61, 0x69,
|
|
0x6e, 0x73, 0x57, 0x69, 0x74, 0x68, 0x43, 0x72, 0x74, 0x52, 0x73, 0x70, 0x2e, 0x44, 0x6f, 0x6d,
|
|
0x61, 0x69, 0x6e, 0x57, 0x69, 0x74, 0x68, 0x43, 0x72, 0x74, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61,
|
|
0x1a, 0x53, 0x0a, 0x0d, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x57, 0x69, 0x74, 0x68, 0x43, 0x72,
|
|
0x74, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28,
|
|
0x09, 0x52, 0x06, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x12, 0x10, 0x0a, 0x03, 0x63, 0x72, 0x74,
|
|
0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x63, 0x72, 0x74, 0x12, 0x18, 0x0a, 0x07, 0x65,
|
|
0x78, 0x70, 0x69, 0x72, 0x65, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x65, 0x78,
|
|
0x70, 0x69, 0x72, 0x65, 0x64, 0x32, 0x9a, 0x02, 0x0a, 0x10, 0x4d, 0x6f, 0x70, 0x44, 0x6f, 0x6d,
|
|
0x61, 0x69, 0x6e, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x52, 0x0a, 0x14, 0x47, 0x65,
|
|
0x74, 0x41, 0x6c, 0x6c, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x6e,
|
|
0x61, 0x6c, 0x12, 0x1b, 0x2e, 0x70, 0x62, 0x2e, 0x47, 0x65, 0x74, 0x41, 0x6c, 0x6c, 0x44, 0x6f,
|
|
0x6d, 0x61, 0x69, 0x6e, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x52, 0x65, 0x71, 0x1a,
|
|
0x1b, 0x2e, 0x70, 0x62, 0x2e, 0x47, 0x65, 0x74, 0x41, 0x6c, 0x6c, 0x44, 0x6f, 0x6d, 0x61, 0x69,
|
|
0x6e, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x52, 0x73, 0x70, 0x22, 0x00, 0x12, 0x58,
|
|
0x0a, 0x16, 0x47, 0x65, 0x74, 0x41, 0x6c, 0x6c, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x49, 0x6e,
|
|
0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x56, 0x32, 0x12, 0x1d, 0x2e, 0x70, 0x62, 0x2e, 0x47, 0x65,
|
|
0x74, 0x41, 0x6c, 0x6c, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x6e,
|
|
0x61, 0x6c, 0x56, 0x32, 0x52, 0x65, 0x71, 0x1a, 0x1d, 0x2e, 0x70, 0x62, 0x2e, 0x47, 0x65, 0x74,
|
|
0x41, 0x6c, 0x6c, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61,
|
|
0x6c, 0x56, 0x32, 0x52, 0x73, 0x70, 0x22, 0x00, 0x12, 0x58, 0x0a, 0x16, 0x47, 0x65, 0x74, 0x4f,
|
|
0x72, 0x67, 0x61, 0x6e, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x73, 0x57, 0x69, 0x74, 0x68, 0x43,
|
|
0x72, 0x74, 0x12, 0x1d, 0x2e, 0x70, 0x62, 0x2e, 0x47, 0x65, 0x74, 0x4f, 0x72, 0x67, 0x61, 0x6e,
|
|
0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x73, 0x57, 0x69, 0x74, 0x68, 0x43, 0x72, 0x74, 0x52, 0x65,
|
|
0x71, 0x1a, 0x1d, 0x2e, 0x70, 0x62, 0x2e, 0x47, 0x65, 0x74, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x44,
|
|
0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x73, 0x57, 0x69, 0x74, 0x68, 0x43, 0x72, 0x74, 0x52, 0x73, 0x70,
|
|
0x22, 0x00, 0x42, 0x07, 0x5a, 0x05, 0x2e, 0x2f, 0x3b, 0x70, 0x62, 0x62, 0x06, 0x70, 0x72, 0x6f,
|
|
0x74, 0x6f, 0x33,
|
|
}
|
|
|
|
var (
|
|
file_mop_domain_manager_request_proto_rawDescOnce sync.Once
|
|
file_mop_domain_manager_request_proto_rawDescData = file_mop_domain_manager_request_proto_rawDesc
|
|
)
|
|
|
|
func file_mop_domain_manager_request_proto_rawDescGZIP() []byte {
|
|
file_mop_domain_manager_request_proto_rawDescOnce.Do(func() {
|
|
file_mop_domain_manager_request_proto_rawDescData = protoimpl.X.CompressGZIP(file_mop_domain_manager_request_proto_rawDescData)
|
|
})
|
|
return file_mop_domain_manager_request_proto_rawDescData
|
|
}
|
|
|
|
var file_mop_domain_manager_request_proto_msgTypes = make([]protoimpl.MessageInfo, 18)
|
|
var file_mop_domain_manager_request_proto_goTypes = []interface{}{
|
|
(*GetAllDomainInternalReq)(nil), // 0: pb.GetAllDomainInternalReq
|
|
(*GetAllDomainInternalRsp)(nil), // 1: pb.GetAllDomainInternalRsp
|
|
(*GetAllDomainInternalV2Req)(nil), // 2: pb.GetAllDomainInternalV2Req
|
|
(*GetAllDomainInternalV2Rsp)(nil), // 3: pb.GetAllDomainInternalV2Rsp
|
|
(*GetOrganDomainsWithCrtReq)(nil), // 4: pb.GetOrganDomainsWithCrtReq
|
|
(*GetOrganDomainsWithCrtRsp)(nil), // 5: pb.GetOrganDomainsWithCrtRsp
|
|
(*GetAllDomainInternalRsp_DATA)(nil), // 6: pb.GetAllDomainInternalRsp.DATA
|
|
(*GetAllDomainInternalRsp_DATA_SERVICE)(nil), // 7: pb.GetAllDomainInternalRsp.DATA.SERVICE
|
|
(*GetAllDomainInternalRsp_DATA_BUSINESS)(nil), // 8: pb.GetAllDomainInternalRsp.DATA.BUSINESS
|
|
(*GetAllDomainInternalRsp_DATA_WHITELIST)(nil), // 9: pb.GetAllDomainInternalRsp.DATA.WHITELIST
|
|
(*GetAllDomainInternalV2Rsp_DATA)(nil), // 10: pb.GetAllDomainInternalV2Rsp.DATA
|
|
(*GetAllDomainInternalV2Rsp_DATA_SERVICE)(nil), // 11: pb.GetAllDomainInternalV2Rsp.DATA.SERVICE
|
|
(*GetAllDomainInternalV2Rsp_DATA_BUSINESS)(nil), // 12: pb.GetAllDomainInternalV2Rsp.DATA.BUSINESS
|
|
(*GetAllDomainInternalV2Rsp_DATA_WHITELIST)(nil), // 13: pb.GetAllDomainInternalV2Rsp.DATA.WHITELIST
|
|
(*GetAllDomainInternalV2Rsp_DATA_BLACKLIST)(nil), // 14: pb.GetAllDomainInternalV2Rsp.DATA.BLACKLIST
|
|
(*GetOrganDomainsWithCrtReq_DomainValidate)(nil), // 15: pb.GetOrganDomainsWithCrtReq.DomainValidate
|
|
nil, // 16: pb.GetOrganDomainsWithCrtReq.ValidateDomainCrtEntry
|
|
(*GetOrganDomainsWithCrtRsp_DomainWithCrt)(nil), // 17: pb.GetOrganDomainsWithCrtRsp.DomainWithCrt
|
|
(*CommonResult)(nil), // 18: pb.CommonResult
|
|
}
|
|
var file_mop_domain_manager_request_proto_depIdxs = []int32{
|
|
18, // 0: pb.GetAllDomainInternalRsp.result:type_name -> pb.CommonResult
|
|
6, // 1: pb.GetAllDomainInternalRsp.data:type_name -> pb.GetAllDomainInternalRsp.DATA
|
|
18, // 2: pb.GetAllDomainInternalV2Rsp.result:type_name -> pb.CommonResult
|
|
10, // 3: pb.GetAllDomainInternalV2Rsp.data:type_name -> pb.GetAllDomainInternalV2Rsp.DATA
|
|
16, // 4: pb.GetOrganDomainsWithCrtReq.validateDomainCrt:type_name -> pb.GetOrganDomainsWithCrtReq.ValidateDomainCrtEntry
|
|
18, // 5: pb.GetOrganDomainsWithCrtRsp.result:type_name -> pb.CommonResult
|
|
17, // 6: pb.GetOrganDomainsWithCrtRsp.data:type_name -> pb.GetOrganDomainsWithCrtRsp.DomainWithCrt
|
|
7, // 7: pb.GetAllDomainInternalRsp.DATA.service:type_name -> pb.GetAllDomainInternalRsp.DATA.SERVICE
|
|
8, // 8: pb.GetAllDomainInternalRsp.DATA.business:type_name -> pb.GetAllDomainInternalRsp.DATA.BUSINESS
|
|
9, // 9: pb.GetAllDomainInternalRsp.DATA.whitelist:type_name -> pb.GetAllDomainInternalRsp.DATA.WHITELIST
|
|
11, // 10: pb.GetAllDomainInternalV2Rsp.DATA.service:type_name -> pb.GetAllDomainInternalV2Rsp.DATA.SERVICE
|
|
12, // 11: pb.GetAllDomainInternalV2Rsp.DATA.business:type_name -> pb.GetAllDomainInternalV2Rsp.DATA.BUSINESS
|
|
13, // 12: pb.GetAllDomainInternalV2Rsp.DATA.whitelist:type_name -> pb.GetAllDomainInternalV2Rsp.DATA.WHITELIST
|
|
14, // 13: pb.GetAllDomainInternalV2Rsp.DATA.blacklist:type_name -> pb.GetAllDomainInternalV2Rsp.DATA.BLACKLIST
|
|
15, // 14: pb.GetOrganDomainsWithCrtReq.ValidateDomainCrtEntry.value:type_name -> pb.GetOrganDomainsWithCrtReq.DomainValidate
|
|
0, // 15: pb.MopDomainManager.GetAllDomainInternal:input_type -> pb.GetAllDomainInternalReq
|
|
2, // 16: pb.MopDomainManager.GetAllDomainInternalV2:input_type -> pb.GetAllDomainInternalV2Req
|
|
4, // 17: pb.MopDomainManager.GetOrganDomainsWithCrt:input_type -> pb.GetOrganDomainsWithCrtReq
|
|
1, // 18: pb.MopDomainManager.GetAllDomainInternal:output_type -> pb.GetAllDomainInternalRsp
|
|
3, // 19: pb.MopDomainManager.GetAllDomainInternalV2:output_type -> pb.GetAllDomainInternalV2Rsp
|
|
5, // 20: pb.MopDomainManager.GetOrganDomainsWithCrt:output_type -> pb.GetOrganDomainsWithCrtRsp
|
|
18, // [18:21] is the sub-list for method output_type
|
|
15, // [15:18] is the sub-list for method input_type
|
|
15, // [15:15] is the sub-list for extension type_name
|
|
15, // [15:15] is the sub-list for extension extendee
|
|
0, // [0:15] is the sub-list for field type_name
|
|
}
|
|
|
|
func init() { file_mop_domain_manager_request_proto_init() }
|
|
func file_mop_domain_manager_request_proto_init() {
|
|
if File_mop_domain_manager_request_proto != nil {
|
|
return
|
|
}
|
|
file_common_proto_init()
|
|
if !protoimpl.UnsafeEnabled {
|
|
file_mop_domain_manager_request_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*GetAllDomainInternalReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_mop_domain_manager_request_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*GetAllDomainInternalRsp); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_mop_domain_manager_request_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*GetAllDomainInternalV2Req); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_mop_domain_manager_request_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*GetAllDomainInternalV2Rsp); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_mop_domain_manager_request_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*GetOrganDomainsWithCrtReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_mop_domain_manager_request_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*GetOrganDomainsWithCrtRsp); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_mop_domain_manager_request_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*GetAllDomainInternalRsp_DATA); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_mop_domain_manager_request_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*GetAllDomainInternalRsp_DATA_SERVICE); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_mop_domain_manager_request_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*GetAllDomainInternalRsp_DATA_BUSINESS); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_mop_domain_manager_request_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*GetAllDomainInternalRsp_DATA_WHITELIST); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_mop_domain_manager_request_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*GetAllDomainInternalV2Rsp_DATA); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_mop_domain_manager_request_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*GetAllDomainInternalV2Rsp_DATA_SERVICE); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_mop_domain_manager_request_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*GetAllDomainInternalV2Rsp_DATA_BUSINESS); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_mop_domain_manager_request_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*GetAllDomainInternalV2Rsp_DATA_WHITELIST); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_mop_domain_manager_request_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*GetAllDomainInternalV2Rsp_DATA_BLACKLIST); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_mop_domain_manager_request_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*GetOrganDomainsWithCrtReq_DomainValidate); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_mop_domain_manager_request_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*GetOrganDomainsWithCrtRsp_DomainWithCrt); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
}
|
|
type x struct{}
|
|
out := protoimpl.TypeBuilder{
|
|
File: protoimpl.DescBuilder{
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
RawDescriptor: file_mop_domain_manager_request_proto_rawDesc,
|
|
NumEnums: 0,
|
|
NumMessages: 18,
|
|
NumExtensions: 0,
|
|
NumServices: 1,
|
|
},
|
|
GoTypes: file_mop_domain_manager_request_proto_goTypes,
|
|
DependencyIndexes: file_mop_domain_manager_request_proto_depIdxs,
|
|
MessageInfos: file_mop_domain_manager_request_proto_msgTypes,
|
|
}.Build()
|
|
File_mop_domain_manager_request_proto = out.File
|
|
file_mop_domain_manager_request_proto_rawDesc = nil
|
|
file_mop_domain_manager_request_proto_goTypes = nil
|
|
file_mop_domain_manager_request_proto_depIdxs = nil
|
|
}
|
|
|
|
// Reference imports to suppress errors if they are not otherwise used.
|
|
var _ context.Context
|
|
var _ grpc.ClientConnInterface
|
|
|
|
// 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.SupportPackageIsVersion6
|
|
|
|
// MopDomainManagerClient is the client API for MopDomainManager service.
|
|
//
|
|
// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
|
|
type MopDomainManagerClient interface {
|
|
GetAllDomainInternal(ctx context.Context, in *GetAllDomainInternalReq, opts ...grpc.CallOption) (*GetAllDomainInternalRsp, error)
|
|
GetAllDomainInternalV2(ctx context.Context, in *GetAllDomainInternalV2Req, opts ...grpc.CallOption) (*GetAllDomainInternalV2Rsp, error)
|
|
GetOrganDomainsWithCrt(ctx context.Context, in *GetOrganDomainsWithCrtReq, opts ...grpc.CallOption) (*GetOrganDomainsWithCrtRsp, error)
|
|
}
|
|
|
|
type mopDomainManagerClient struct {
|
|
cc grpc.ClientConnInterface
|
|
}
|
|
|
|
func NewMopDomainManagerClient(cc grpc.ClientConnInterface) MopDomainManagerClient {
|
|
return &mopDomainManagerClient{cc}
|
|
}
|
|
|
|
func (c *mopDomainManagerClient) GetAllDomainInternal(ctx context.Context, in *GetAllDomainInternalReq, opts ...grpc.CallOption) (*GetAllDomainInternalRsp, error) {
|
|
out := new(GetAllDomainInternalRsp)
|
|
err := c.cc.Invoke(ctx, "/pb.MopDomainManager/GetAllDomainInternal", in, out, opts...)
|
|
if err != nil {
|
|
return nil, err
|
|
}
|
|
return out, nil
|
|
}
|
|
|
|
func (c *mopDomainManagerClient) GetAllDomainInternalV2(ctx context.Context, in *GetAllDomainInternalV2Req, opts ...grpc.CallOption) (*GetAllDomainInternalV2Rsp, error) {
|
|
out := new(GetAllDomainInternalV2Rsp)
|
|
err := c.cc.Invoke(ctx, "/pb.MopDomainManager/GetAllDomainInternalV2", in, out, opts...)
|
|
if err != nil {
|
|
return nil, err
|
|
}
|
|
return out, nil
|
|
}
|
|
|
|
func (c *mopDomainManagerClient) GetOrganDomainsWithCrt(ctx context.Context, in *GetOrganDomainsWithCrtReq, opts ...grpc.CallOption) (*GetOrganDomainsWithCrtRsp, error) {
|
|
out := new(GetOrganDomainsWithCrtRsp)
|
|
err := c.cc.Invoke(ctx, "/pb.MopDomainManager/GetOrganDomainsWithCrt", in, out, opts...)
|
|
if err != nil {
|
|
return nil, err
|
|
}
|
|
return out, nil
|
|
}
|
|
|
|
// MopDomainManagerServer is the server API for MopDomainManager service.
|
|
type MopDomainManagerServer interface {
|
|
GetAllDomainInternal(context.Context, *GetAllDomainInternalReq) (*GetAllDomainInternalRsp, error)
|
|
GetAllDomainInternalV2(context.Context, *GetAllDomainInternalV2Req) (*GetAllDomainInternalV2Rsp, error)
|
|
GetOrganDomainsWithCrt(context.Context, *GetOrganDomainsWithCrtReq) (*GetOrganDomainsWithCrtRsp, error)
|
|
}
|
|
|
|
// UnimplementedMopDomainManagerServer can be embedded to have forward compatible implementations.
|
|
type UnimplementedMopDomainManagerServer struct {
|
|
}
|
|
|
|
func (*UnimplementedMopDomainManagerServer) GetAllDomainInternal(context.Context, *GetAllDomainInternalReq) (*GetAllDomainInternalRsp, error) {
|
|
return nil, status.Errorf(codes.Unimplemented, "method GetAllDomainInternal not implemented")
|
|
}
|
|
func (*UnimplementedMopDomainManagerServer) GetAllDomainInternalV2(context.Context, *GetAllDomainInternalV2Req) (*GetAllDomainInternalV2Rsp, error) {
|
|
return nil, status.Errorf(codes.Unimplemented, "method GetAllDomainInternalV2 not implemented")
|
|
}
|
|
func (*UnimplementedMopDomainManagerServer) GetOrganDomainsWithCrt(context.Context, *GetOrganDomainsWithCrtReq) (*GetOrganDomainsWithCrtRsp, error) {
|
|
return nil, status.Errorf(codes.Unimplemented, "method GetOrganDomainsWithCrt not implemented")
|
|
}
|
|
|
|
func RegisterMopDomainManagerServer(s *grpc.Server, srv MopDomainManagerServer) {
|
|
s.RegisterService(&_MopDomainManager_serviceDesc, srv)
|
|
}
|
|
|
|
func _MopDomainManager_GetAllDomainInternal_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
|
|
in := new(GetAllDomainInternalReq)
|
|
if err := dec(in); err != nil {
|
|
return nil, err
|
|
}
|
|
if interceptor == nil {
|
|
return srv.(MopDomainManagerServer).GetAllDomainInternal(ctx, in)
|
|
}
|
|
info := &grpc.UnaryServerInfo{
|
|
Server: srv,
|
|
FullMethod: "/pb.MopDomainManager/GetAllDomainInternal",
|
|
}
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
return srv.(MopDomainManagerServer).GetAllDomainInternal(ctx, req.(*GetAllDomainInternalReq))
|
|
}
|
|
return interceptor(ctx, in, info, handler)
|
|
}
|
|
|
|
func _MopDomainManager_GetAllDomainInternalV2_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
|
|
in := new(GetAllDomainInternalV2Req)
|
|
if err := dec(in); err != nil {
|
|
return nil, err
|
|
}
|
|
if interceptor == nil {
|
|
return srv.(MopDomainManagerServer).GetAllDomainInternalV2(ctx, in)
|
|
}
|
|
info := &grpc.UnaryServerInfo{
|
|
Server: srv,
|
|
FullMethod: "/pb.MopDomainManager/GetAllDomainInternalV2",
|
|
}
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
return srv.(MopDomainManagerServer).GetAllDomainInternalV2(ctx, req.(*GetAllDomainInternalV2Req))
|
|
}
|
|
return interceptor(ctx, in, info, handler)
|
|
}
|
|
|
|
func _MopDomainManager_GetOrganDomainsWithCrt_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
|
|
in := new(GetOrganDomainsWithCrtReq)
|
|
if err := dec(in); err != nil {
|
|
return nil, err
|
|
}
|
|
if interceptor == nil {
|
|
return srv.(MopDomainManagerServer).GetOrganDomainsWithCrt(ctx, in)
|
|
}
|
|
info := &grpc.UnaryServerInfo{
|
|
Server: srv,
|
|
FullMethod: "/pb.MopDomainManager/GetOrganDomainsWithCrt",
|
|
}
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
return srv.(MopDomainManagerServer).GetOrganDomainsWithCrt(ctx, req.(*GetOrganDomainsWithCrtReq))
|
|
}
|
|
return interceptor(ctx, in, info, handler)
|
|
}
|
|
|
|
var _MopDomainManager_serviceDesc = grpc.ServiceDesc{
|
|
ServiceName: "pb.MopDomainManager",
|
|
HandlerType: (*MopDomainManagerServer)(nil),
|
|
Methods: []grpc.MethodDesc{
|
|
{
|
|
MethodName: "GetAllDomainInternal",
|
|
Handler: _MopDomainManager_GetAllDomainInternal_Handler,
|
|
},
|
|
{
|
|
MethodName: "GetAllDomainInternalV2",
|
|
Handler: _MopDomainManager_GetAllDomainInternalV2_Handler,
|
|
},
|
|
{
|
|
MethodName: "GetOrganDomainsWithCrt",
|
|
Handler: _MopDomainManager_GetOrganDomainsWithCrt_Handler,
|
|
},
|
|
},
|
|
Streams: []grpc.StreamDesc{},
|
|
Metadata: "mop_domain_manager_request.proto",
|
|
}
|