Documentation ¶
Index ¶
- Variables
- func RegisterAdsCertSignatoryServer(s grpc.ServiceRegistrar, srv AdsCertSignatoryServer)
- type AdsCertSignatoryClient
- type AdsCertSignatoryServer
- type AuthenticatedConnectionSignatureRequest
- func (*AuthenticatedConnectionSignatureRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AuthenticatedConnectionSignatureRequest) GetNonce() string
- func (x *AuthenticatedConnectionSignatureRequest) GetRequestInfo() *RequestInfo
- func (x *AuthenticatedConnectionSignatureRequest) GetTimestamp() string
- func (*AuthenticatedConnectionSignatureRequest) ProtoMessage()
- func (x *AuthenticatedConnectionSignatureRequest) ProtoReflect() protoreflect.Message
- func (x *AuthenticatedConnectionSignatureRequest) Reset()
- func (x *AuthenticatedConnectionSignatureRequest) String() string
- type AuthenticatedConnectionSignatureResponse
- func (*AuthenticatedConnectionSignatureResponse) Descriptor() ([]byte, []int)deprecated
- func (x *AuthenticatedConnectionSignatureResponse) GetSignatureInfo() []*SignatureInfo
- func (x *AuthenticatedConnectionSignatureResponse) GetSignatureStatus() SignatureStatus
- func (*AuthenticatedConnectionSignatureResponse) ProtoMessage()
- func (x *AuthenticatedConnectionSignatureResponse) ProtoReflect() protoreflect.Message
- func (x *AuthenticatedConnectionSignatureResponse) Reset()
- func (x *AuthenticatedConnectionSignatureResponse) String() string
- type AuthenticatedConnectionVerificationRequest
- func (*AuthenticatedConnectionVerificationRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AuthenticatedConnectionVerificationRequest) GetRequestInfo() *RequestInfo
- func (x *AuthenticatedConnectionVerificationRequest) GetSignatureMessage() []string
- func (*AuthenticatedConnectionVerificationRequest) ProtoMessage()
- func (x *AuthenticatedConnectionVerificationRequest) ProtoReflect() protoreflect.Message
- func (x *AuthenticatedConnectionVerificationRequest) Reset()
- func (x *AuthenticatedConnectionVerificationRequest) String() string
- type AuthenticatedConnectionVerificationResponse
- func (*AuthenticatedConnectionVerificationResponse) Descriptor() ([]byte, []int)deprecated
- func (x *AuthenticatedConnectionVerificationResponse) GetBodyValid() bool
- func (x *AuthenticatedConnectionVerificationResponse) GetUrlValid() bool
- func (x *AuthenticatedConnectionVerificationResponse) GetVerificationStatus() VerificationStatus
- func (*AuthenticatedConnectionVerificationResponse) ProtoMessage()
- func (x *AuthenticatedConnectionVerificationResponse) ProtoReflect() protoreflect.Message
- func (x *AuthenticatedConnectionVerificationResponse) Reset()
- func (x *AuthenticatedConnectionVerificationResponse) String() string
- type RequestInfo
- func (*RequestInfo) Descriptor() ([]byte, []int)deprecated
- func (x *RequestInfo) GetBodyHash() []byte
- func (x *RequestInfo) GetInvokingDomain() string
- func (x *RequestInfo) GetUrlHash() []byte
- func (*RequestInfo) ProtoMessage()
- func (x *RequestInfo) ProtoReflect() protoreflect.Message
- func (x *RequestInfo) Reset()
- func (x *RequestInfo) String() string
- type SignatureInfo
- func (*SignatureInfo) Descriptor() ([]byte, []int)deprecated
- func (x *SignatureInfo) GetFromDomain() string
- func (x *SignatureInfo) GetFromKey() string
- func (x *SignatureInfo) GetInvokingDomain() string
- func (x *SignatureInfo) GetSignatureMessage() string
- func (x *SignatureInfo) GetSigningStatus() string
- func (x *SignatureInfo) GetToDomain() string
- func (x *SignatureInfo) GetToKey() string
- func (*SignatureInfo) ProtoMessage()
- func (x *SignatureInfo) ProtoReflect() protoreflect.Message
- func (x *SignatureInfo) Reset()
- func (x *SignatureInfo) String() string
- type SignatureStatus
- func (SignatureStatus) Descriptor() protoreflect.EnumDescriptor
- func (x SignatureStatus) Enum() *SignatureStatus
- func (SignatureStatus) EnumDescriptor() ([]byte, []int)deprecated
- func (x SignatureStatus) Number() protoreflect.EnumNumber
- func (x SignatureStatus) String() string
- func (SignatureStatus) Type() protoreflect.EnumType
- type UnimplementedAdsCertSignatoryServer
- func (UnimplementedAdsCertSignatoryServer) SignAuthenticatedConnection(context.Context, *AuthenticatedConnectionSignatureRequest) (*AuthenticatedConnectionSignatureResponse, error)
- func (UnimplementedAdsCertSignatoryServer) VerifyAuthenticatedConnection(context.Context, *AuthenticatedConnectionVerificationRequest) (*AuthenticatedConnectionVerificationResponse, error)
- type UnsafeAdsCertSignatoryServer
- type VerificationStatus
- func (VerificationStatus) Descriptor() protoreflect.EnumDescriptor
- func (x VerificationStatus) Enum() *VerificationStatus
- func (VerificationStatus) EnumDescriptor() ([]byte, []int)deprecated
- func (x VerificationStatus) Number() protoreflect.EnumNumber
- func (x VerificationStatus) String() string
- func (VerificationStatus) Type() protoreflect.EnumType
Constants ¶
This section is empty.
Variables ¶
var ( SignatureStatus_name = map[int32]string{ 0: "SIGNATURE_STATUS_UNDEFINED", 1: "SIGNATURE_STATUS_OK", 2: "SIGNATURE_STATUS_SIGNATORY_DEACTIVATED", 3: "SIGNATURE_STATUS_SIGNATORY_INTERNAL_ERROR", 4: "SIGNATURE_STATUS_MISSING_REQUIRED_PARAMETER", 5: "SIGNATURE_STATUS_NO_COUNTERPARTY_INFO", } SignatureStatus_value = map[string]int32{ "SIGNATURE_STATUS_UNDEFINED": 0, "SIGNATURE_STATUS_OK": 1, "SIGNATURE_STATUS_SIGNATORY_DEACTIVATED": 2, "SIGNATURE_STATUS_SIGNATORY_INTERNAL_ERROR": 3, "SIGNATURE_STATUS_MISSING_REQUIRED_PARAMETER": 4, "SIGNATURE_STATUS_NO_COUNTERPARTY_INFO": 5, } )
Enum value maps for SignatureStatus.
var ( VerificationStatus_name = map[int32]string{ 0: "VERIFICATION_STATUS_UNDEFINED", 1: "VERIFICATION_STATUS_OK", 2: "VERIFICATION_STATUS_SIGNATORY_DEACTIVATED", 3: "VERIFICATION_STATUS_SIGNATORY_INTERNAL_ERROR", 4: "VERIFICATION_STATUS_MISSING_REQUIRED_PARAMETER", 5: "VERIFICATION_STATUS_NO_COUNTERPARTY_INFO", } VerificationStatus_value = map[string]int32{ "VERIFICATION_STATUS_UNDEFINED": 0, "VERIFICATION_STATUS_OK": 1, "VERIFICATION_STATUS_SIGNATORY_DEACTIVATED": 2, "VERIFICATION_STATUS_SIGNATORY_INTERNAL_ERROR": 3, "VERIFICATION_STATUS_MISSING_REQUIRED_PARAMETER": 4, "VERIFICATION_STATUS_NO_COUNTERPARTY_INFO": 5, } )
Enum value maps for VerificationStatus.
var AdsCertSignatory_ServiceDesc = grpc.ServiceDesc{ ServiceName: "api.AdsCertSignatory", HandlerType: (*AdsCertSignatoryServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "SignAuthenticatedConnection", Handler: _AdsCertSignatory_SignAuthenticatedConnection_Handler, }, { MethodName: "VerifyAuthenticatedConnection", Handler: _AdsCertSignatory_VerifyAuthenticatedConnection_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "api/adscert.proto", }
AdsCertSignatory_ServiceDesc is the grpc.ServiceDesc for AdsCertSignatory service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var File_api_adscert_proto protoreflect.FileDescriptor
Functions ¶
func RegisterAdsCertSignatoryServer ¶
func RegisterAdsCertSignatoryServer(s grpc.ServiceRegistrar, srv AdsCertSignatoryServer)
Types ¶
type AdsCertSignatoryClient ¶
type AdsCertSignatoryClient interface { SignAuthenticatedConnection(ctx context.Context, in *AuthenticatedConnectionSignatureRequest, opts ...grpc.CallOption) (*AuthenticatedConnectionSignatureResponse, error) VerifyAuthenticatedConnection(ctx context.Context, in *AuthenticatedConnectionVerificationRequest, opts ...grpc.CallOption) (*AuthenticatedConnectionVerificationResponse, error) }
AdsCertSignatoryClient is the client API for AdsCertSignatory service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewAdsCertSignatoryClient ¶
func NewAdsCertSignatoryClient(cc grpc.ClientConnInterface) AdsCertSignatoryClient
type AdsCertSignatoryServer ¶
type AdsCertSignatoryServer interface { SignAuthenticatedConnection(context.Context, *AuthenticatedConnectionSignatureRequest) (*AuthenticatedConnectionSignatureResponse, error) VerifyAuthenticatedConnection(context.Context, *AuthenticatedConnectionVerificationRequest) (*AuthenticatedConnectionVerificationResponse, error) // contains filtered or unexported methods }
AdsCertSignatoryServer is the server API for AdsCertSignatory service. All implementations must embed UnimplementedAdsCertSignatoryServer for forward compatibility
type AuthenticatedConnectionSignatureRequest ¶
type AuthenticatedConnectionSignatureRequest struct { RequestInfo *RequestInfo `protobuf:"bytes,1,opt,name=request_info,json=requestInfo,proto3" json:"request_info,omitempty"` Timestamp string `protobuf:"bytes,2,opt,name=timestamp,proto3" json:"timestamp,omitempty"` Nonce string `protobuf:"bytes,3,opt,name=nonce,proto3" json:"nonce,omitempty"` // contains filtered or unexported fields }
AuthenticatedConnectionSignatureRequest contains the parameters for a signing request.
func (*AuthenticatedConnectionSignatureRequest) Descriptor
deprecated
func (*AuthenticatedConnectionSignatureRequest) Descriptor() ([]byte, []int)
Deprecated: Use AuthenticatedConnectionSignatureRequest.ProtoReflect.Descriptor instead.
func (*AuthenticatedConnectionSignatureRequest) GetNonce ¶
func (x *AuthenticatedConnectionSignatureRequest) GetNonce() string
func (*AuthenticatedConnectionSignatureRequest) GetRequestInfo ¶
func (x *AuthenticatedConnectionSignatureRequest) GetRequestInfo() *RequestInfo
func (*AuthenticatedConnectionSignatureRequest) GetTimestamp ¶
func (x *AuthenticatedConnectionSignatureRequest) GetTimestamp() string
func (*AuthenticatedConnectionSignatureRequest) ProtoMessage ¶
func (*AuthenticatedConnectionSignatureRequest) ProtoMessage()
func (*AuthenticatedConnectionSignatureRequest) ProtoReflect ¶
func (x *AuthenticatedConnectionSignatureRequest) ProtoReflect() protoreflect.Message
func (*AuthenticatedConnectionSignatureRequest) Reset ¶
func (x *AuthenticatedConnectionSignatureRequest) Reset()
func (*AuthenticatedConnectionSignatureRequest) String ¶
func (x *AuthenticatedConnectionSignatureRequest) String() string
type AuthenticatedConnectionSignatureResponse ¶
type AuthenticatedConnectionSignatureResponse struct { SignatureStatus SignatureStatus `` /* 132-byte string literal not displayed */ SignatureInfo []*SignatureInfo `protobuf:"bytes,2,rep,name=signature_info,json=signatureInfo,proto3" json:"signature_info,omitempty"` // contains filtered or unexported fields }
AuthenticatedConnectionSignatureResponse contains the results of a signing request, including any signature and relevant metadata. Multiple signatures can technically be present according to the specification.
func (*AuthenticatedConnectionSignatureResponse) Descriptor
deprecated
func (*AuthenticatedConnectionSignatureResponse) Descriptor() ([]byte, []int)
Deprecated: Use AuthenticatedConnectionSignatureResponse.ProtoReflect.Descriptor instead.
func (*AuthenticatedConnectionSignatureResponse) GetSignatureInfo ¶
func (x *AuthenticatedConnectionSignatureResponse) GetSignatureInfo() []*SignatureInfo
func (*AuthenticatedConnectionSignatureResponse) GetSignatureStatus ¶
func (x *AuthenticatedConnectionSignatureResponse) GetSignatureStatus() SignatureStatus
func (*AuthenticatedConnectionSignatureResponse) ProtoMessage ¶
func (*AuthenticatedConnectionSignatureResponse) ProtoMessage()
func (*AuthenticatedConnectionSignatureResponse) ProtoReflect ¶
func (x *AuthenticatedConnectionSignatureResponse) ProtoReflect() protoreflect.Message
func (*AuthenticatedConnectionSignatureResponse) Reset ¶
func (x *AuthenticatedConnectionSignatureResponse) Reset()
func (*AuthenticatedConnectionSignatureResponse) String ¶
func (x *AuthenticatedConnectionSignatureResponse) String() string
type AuthenticatedConnectionVerificationRequest ¶
type AuthenticatedConnectionVerificationRequest struct { RequestInfo *RequestInfo `protobuf:"bytes,1,opt,name=request_info,json=requestInfo,proto3" json:"request_info,omitempty"` SignatureMessage []string `protobuf:"bytes,2,rep,name=signature_message,json=signatureMessage,proto3" json:"signature_message,omitempty"` // contains filtered or unexported fields }
AuthenticatedConnectionVerificationRequest contains a request for verifying signatures generated by another party.
func (*AuthenticatedConnectionVerificationRequest) Descriptor
deprecated
func (*AuthenticatedConnectionVerificationRequest) Descriptor() ([]byte, []int)
Deprecated: Use AuthenticatedConnectionVerificationRequest.ProtoReflect.Descriptor instead.
func (*AuthenticatedConnectionVerificationRequest) GetRequestInfo ¶
func (x *AuthenticatedConnectionVerificationRequest) GetRequestInfo() *RequestInfo
func (*AuthenticatedConnectionVerificationRequest) GetSignatureMessage ¶
func (x *AuthenticatedConnectionVerificationRequest) GetSignatureMessage() []string
func (*AuthenticatedConnectionVerificationRequest) ProtoMessage ¶
func (*AuthenticatedConnectionVerificationRequest) ProtoMessage()
func (*AuthenticatedConnectionVerificationRequest) ProtoReflect ¶
func (x *AuthenticatedConnectionVerificationRequest) ProtoReflect() protoreflect.Message
func (*AuthenticatedConnectionVerificationRequest) Reset ¶
func (x *AuthenticatedConnectionVerificationRequest) Reset()
func (*AuthenticatedConnectionVerificationRequest) String ¶
func (x *AuthenticatedConnectionVerificationRequest) String() string
type AuthenticatedConnectionVerificationResponse ¶
type AuthenticatedConnectionVerificationResponse struct { VerificationStatus VerificationStatus `` /* 144-byte string literal not displayed */ BodyValid bool `protobuf:"varint,2,opt,name=body_valid,json=bodyValid,proto3" json:"body_valid,omitempty"` UrlValid bool `protobuf:"varint,3,opt,name=url_valid,json=urlValid,proto3" json:"url_valid,omitempty"` // contains filtered or unexported fields }
AuthenticatedConnectionVerificationResponse contains the results of verifying signatures.
func (*AuthenticatedConnectionVerificationResponse) Descriptor
deprecated
func (*AuthenticatedConnectionVerificationResponse) Descriptor() ([]byte, []int)
Deprecated: Use AuthenticatedConnectionVerificationResponse.ProtoReflect.Descriptor instead.
func (*AuthenticatedConnectionVerificationResponse) GetBodyValid ¶
func (x *AuthenticatedConnectionVerificationResponse) GetBodyValid() bool
func (*AuthenticatedConnectionVerificationResponse) GetUrlValid ¶
func (x *AuthenticatedConnectionVerificationResponse) GetUrlValid() bool
func (*AuthenticatedConnectionVerificationResponse) GetVerificationStatus ¶
func (x *AuthenticatedConnectionVerificationResponse) GetVerificationStatus() VerificationStatus
func (*AuthenticatedConnectionVerificationResponse) ProtoMessage ¶
func (*AuthenticatedConnectionVerificationResponse) ProtoMessage()
func (*AuthenticatedConnectionVerificationResponse) ProtoReflect ¶
func (x *AuthenticatedConnectionVerificationResponse) ProtoReflect() protoreflect.Message
func (*AuthenticatedConnectionVerificationResponse) Reset ¶
func (x *AuthenticatedConnectionVerificationResponse) Reset()
func (*AuthenticatedConnectionVerificationResponse) String ¶
func (x *AuthenticatedConnectionVerificationResponse) String() string
type RequestInfo ¶
type RequestInfo struct { InvokingDomain string `protobuf:"bytes,1,opt,name=invoking_domain,json=invokingDomain,proto3" json:"invoking_domain,omitempty"` UrlHash []byte `protobuf:"bytes,2,opt,name=url_hash,json=urlHash,proto3" json:"url_hash,omitempty"` BodyHash []byte `protobuf:"bytes,3,opt,name=body_hash,json=bodyHash,proto3" json:"body_hash,omitempty"` // contains filtered or unexported fields }
RequestInfo conveys the basic parameters required for an authenticated connections signing or verify operation.
func (*RequestInfo) Descriptor
deprecated
func (*RequestInfo) Descriptor() ([]byte, []int)
Deprecated: Use RequestInfo.ProtoReflect.Descriptor instead.
func (*RequestInfo) GetBodyHash ¶
func (x *RequestInfo) GetBodyHash() []byte
func (*RequestInfo) GetInvokingDomain ¶
func (x *RequestInfo) GetInvokingDomain() string
func (*RequestInfo) GetUrlHash ¶
func (x *RequestInfo) GetUrlHash() []byte
func (*RequestInfo) ProtoMessage ¶
func (*RequestInfo) ProtoMessage()
func (*RequestInfo) ProtoReflect ¶
func (x *RequestInfo) ProtoReflect() protoreflect.Message
func (*RequestInfo) Reset ¶
func (x *RequestInfo) Reset()
func (*RequestInfo) String ¶
func (x *RequestInfo) String() string
type SignatureInfo ¶
type SignatureInfo struct { SignatureMessage string `protobuf:"bytes,1,opt,name=signature_message,json=signatureMessage,proto3" json:"signature_message,omitempty"` SigningStatus string `protobuf:"bytes,2,opt,name=signing_status,json=signingStatus,proto3" json:"signing_status,omitempty"` FromDomain string `protobuf:"bytes,3,opt,name=from_domain,json=fromDomain,proto3" json:"from_domain,omitempty"` FromKey string `protobuf:"bytes,4,opt,name=from_key,json=fromKey,proto3" json:"from_key,omitempty"` InvokingDomain string `protobuf:"bytes,5,opt,name=invoking_domain,json=invokingDomain,proto3" json:"invoking_domain,omitempty"` ToDomain string `protobuf:"bytes,6,opt,name=to_domain,json=toDomain,proto3" json:"to_domain,omitempty"` ToKey string `protobuf:"bytes,7,opt,name=to_key,json=toKey,proto3" json:"to_key,omitempty"` // contains filtered or unexported fields }
SignatureInfo captures the signature generated for the signing request. It also provides structured metadata about the signature operation, useful in the integrating application for diagnostics.
func (*SignatureInfo) Descriptor
deprecated
func (*SignatureInfo) Descriptor() ([]byte, []int)
Deprecated: Use SignatureInfo.ProtoReflect.Descriptor instead.
func (*SignatureInfo) GetFromDomain ¶
func (x *SignatureInfo) GetFromDomain() string
func (*SignatureInfo) GetFromKey ¶
func (x *SignatureInfo) GetFromKey() string
func (*SignatureInfo) GetInvokingDomain ¶
func (x *SignatureInfo) GetInvokingDomain() string
func (*SignatureInfo) GetSignatureMessage ¶
func (x *SignatureInfo) GetSignatureMessage() string
func (*SignatureInfo) GetSigningStatus ¶
func (x *SignatureInfo) GetSigningStatus() string
func (*SignatureInfo) GetToDomain ¶
func (x *SignatureInfo) GetToDomain() string
func (*SignatureInfo) GetToKey ¶
func (x *SignatureInfo) GetToKey() string
func (*SignatureInfo) ProtoMessage ¶
func (*SignatureInfo) ProtoMessage()
func (*SignatureInfo) ProtoReflect ¶
func (x *SignatureInfo) ProtoReflect() protoreflect.Message
func (*SignatureInfo) Reset ¶
func (x *SignatureInfo) Reset()
func (*SignatureInfo) String ¶
func (x *SignatureInfo) String() string
type SignatureStatus ¶
type SignatureStatus int32
const ( SignatureStatus_SIGNATURE_STATUS_UNDEFINED SignatureStatus = 0 SignatureStatus_SIGNATURE_STATUS_OK SignatureStatus = 1 SignatureStatus_SIGNATURE_STATUS_SIGNATORY_DEACTIVATED SignatureStatus = 2 SignatureStatus_SIGNATURE_STATUS_SIGNATORY_INTERNAL_ERROR SignatureStatus = 3 SignatureStatus_SIGNATURE_STATUS_MISSING_REQUIRED_PARAMETER SignatureStatus = 4 SignatureStatus_SIGNATURE_STATUS_NO_COUNTERPARTY_INFO SignatureStatus = 5 )
func (SignatureStatus) Descriptor ¶
func (SignatureStatus) Descriptor() protoreflect.EnumDescriptor
func (SignatureStatus) Enum ¶
func (x SignatureStatus) Enum() *SignatureStatus
func (SignatureStatus) EnumDescriptor
deprecated
func (SignatureStatus) EnumDescriptor() ([]byte, []int)
Deprecated: Use SignatureStatus.Descriptor instead.
func (SignatureStatus) Number ¶
func (x SignatureStatus) Number() protoreflect.EnumNumber
func (SignatureStatus) String ¶
func (x SignatureStatus) String() string
func (SignatureStatus) Type ¶
func (SignatureStatus) Type() protoreflect.EnumType
type UnimplementedAdsCertSignatoryServer ¶
type UnimplementedAdsCertSignatoryServer struct { }
UnimplementedAdsCertSignatoryServer must be embedded to have forward compatible implementations.
func (UnimplementedAdsCertSignatoryServer) SignAuthenticatedConnection ¶
func (UnimplementedAdsCertSignatoryServer) SignAuthenticatedConnection(context.Context, *AuthenticatedConnectionSignatureRequest) (*AuthenticatedConnectionSignatureResponse, error)
func (UnimplementedAdsCertSignatoryServer) VerifyAuthenticatedConnection ¶
func (UnimplementedAdsCertSignatoryServer) VerifyAuthenticatedConnection(context.Context, *AuthenticatedConnectionVerificationRequest) (*AuthenticatedConnectionVerificationResponse, error)
type UnsafeAdsCertSignatoryServer ¶
type UnsafeAdsCertSignatoryServer interface {
// contains filtered or unexported methods
}
UnsafeAdsCertSignatoryServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to AdsCertSignatoryServer will result in compilation errors.
type VerificationStatus ¶
type VerificationStatus int32
const ( VerificationStatus_VERIFICATION_STATUS_UNDEFINED VerificationStatus = 0 VerificationStatus_VERIFICATION_STATUS_OK VerificationStatus = 1 VerificationStatus_VERIFICATION_STATUS_SIGNATORY_DEACTIVATED VerificationStatus = 2 VerificationStatus_VERIFICATION_STATUS_SIGNATORY_INTERNAL_ERROR VerificationStatus = 3 VerificationStatus_VERIFICATION_STATUS_MISSING_REQUIRED_PARAMETER VerificationStatus = 4 VerificationStatus_VERIFICATION_STATUS_NO_COUNTERPARTY_INFO VerificationStatus = 5 )
func (VerificationStatus) Descriptor ¶
func (VerificationStatus) Descriptor() protoreflect.EnumDescriptor
func (VerificationStatus) Enum ¶
func (x VerificationStatus) Enum() *VerificationStatus
func (VerificationStatus) EnumDescriptor
deprecated
func (VerificationStatus) EnumDescriptor() ([]byte, []int)
Deprecated: Use VerificationStatus.Descriptor instead.
func (VerificationStatus) Number ¶
func (x VerificationStatus) Number() protoreflect.EnumNumber
func (VerificationStatus) String ¶
func (x VerificationStatus) String() string
func (VerificationStatus) Type ¶
func (VerificationStatus) Type() protoreflect.EnumType