Documentation
¶
Index ¶
- Constants
- Variables
- func RegisterVerificationManagerServiceServer(s grpc.ServiceRegistrar, srv VerificationManagerServiceServer)
- func RegisterVerificationUserStateServiceServer(s grpc.ServiceRegistrar, srv VerificationUserStateServiceServer)
- type DescribeContentsRequest
- type DescribeContentsResponse
- func (*DescribeContentsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *DescribeContentsResponse) GetResult() int32
- func (*DescribeContentsResponse) ProtoMessage()
- func (x *DescribeContentsResponse) ProtoReflect() protoreflect.Message
- func (x *DescribeContentsResponse) Reset()
- func (x *DescribeContentsResponse) String() string
- type EqualsRequest
- type EqualsResponse
- type GetDomainVerificationUserStateRequest
- func (*GetDomainVerificationUserStateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetDomainVerificationUserStateRequest) GetArg0() string
- func (*GetDomainVerificationUserStateRequest) ProtoMessage()
- func (x *GetDomainVerificationUserStateRequest) ProtoReflect() protoreflect.Message
- func (x *GetDomainVerificationUserStateRequest) Reset()
- func (x *GetDomainVerificationUserStateRequest) String() string
- type GetDomainVerificationUserStateResponse
- func (*GetDomainVerificationUserStateResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetDomainVerificationUserStateResponse) GetResult() int64
- func (*GetDomainVerificationUserStateResponse) ProtoMessage()
- func (x *GetDomainVerificationUserStateResponse) ProtoReflect() protoreflect.Message
- func (x *GetDomainVerificationUserStateResponse) Reset()
- func (x *GetDomainVerificationUserStateResponse) String() string
- type GetPackageNameRequest
- type GetPackageNameResponse
- func (*GetPackageNameResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetPackageNameResponse) GetResult() string
- func (*GetPackageNameResponse) ProtoMessage()
- func (x *GetPackageNameResponse) ProtoReflect() protoreflect.Message
- func (x *GetPackageNameResponse) Reset()
- func (x *GetPackageNameResponse) String() string
- type GetUserRequest
- type GetUserResponse
- type HashCodeRequest
- type HashCodeResponse
- type IsLinkHandlingAllowedRequest
- func (*IsLinkHandlingAllowedRequest) Descriptor() ([]byte, []int)deprecated
- func (*IsLinkHandlingAllowedRequest) ProtoMessage()
- func (x *IsLinkHandlingAllowedRequest) ProtoReflect() protoreflect.Message
- func (x *IsLinkHandlingAllowedRequest) Reset()
- func (x *IsLinkHandlingAllowedRequest) String() string
- type IsLinkHandlingAllowedResponse
- func (*IsLinkHandlingAllowedResponse) Descriptor() ([]byte, []int)deprecated
- func (x *IsLinkHandlingAllowedResponse) GetResult() bool
- func (*IsLinkHandlingAllowedResponse) ProtoMessage()
- func (x *IsLinkHandlingAllowedResponse) ProtoReflect() protoreflect.Message
- func (x *IsLinkHandlingAllowedResponse) Reset()
- func (x *IsLinkHandlingAllowedResponse) String() string
- type ToStringRequest
- type ToStringResponse
- type UnimplementedVerificationManagerServiceServer
- type UnimplementedVerificationUserStateServiceServer
- func (UnimplementedVerificationUserStateServiceServer) DescribeContents(context.Context, *DescribeContentsRequest) (*DescribeContentsResponse, error)
- func (UnimplementedVerificationUserStateServiceServer) Equals(context.Context, *EqualsRequest) (*EqualsResponse, error)
- func (UnimplementedVerificationUserStateServiceServer) GetPackageName(context.Context, *GetPackageNameRequest) (*GetPackageNameResponse, error)
- func (UnimplementedVerificationUserStateServiceServer) GetUser(context.Context, *GetUserRequest) (*GetUserResponse, error)
- func (UnimplementedVerificationUserStateServiceServer) HashCode(context.Context, *HashCodeRequest) (*HashCodeResponse, error)
- func (UnimplementedVerificationUserStateServiceServer) IsLinkHandlingAllowed(context.Context, *IsLinkHandlingAllowedRequest) (*IsLinkHandlingAllowedResponse, error)
- func (UnimplementedVerificationUserStateServiceServer) ToString(context.Context, *ToStringRequest) (*ToStringResponse, error)
- func (UnimplementedVerificationUserStateServiceServer) WriteToParcel(context.Context, *WriteToParcelRequest) (*WriteToParcelResponse, error)
- type UnsafeVerificationManagerServiceServer
- type UnsafeVerificationUserStateServiceServer
- type VerificationManagerServiceClient
- type VerificationManagerServiceServer
- type VerificationUserStateServiceClient
- type VerificationUserStateServiceServer
- type WriteToParcelRequest
- func (*WriteToParcelRequest) Descriptor() ([]byte, []int)deprecated
- func (x *WriteToParcelRequest) GetArg0() int64
- func (x *WriteToParcelRequest) GetArg1() int32
- func (*WriteToParcelRequest) ProtoMessage()
- func (x *WriteToParcelRequest) ProtoReflect() protoreflect.Message
- func (x *WriteToParcelRequest) Reset()
- func (x *WriteToParcelRequest) String() string
- type WriteToParcelResponse
Constants ¶
const ( VerificationUserStateService_DescribeContents_FullMethodName = "/domain.VerificationUserStateService/DescribeContents" VerificationUserStateService_Equals_FullMethodName = "/domain.VerificationUserStateService/Equals" VerificationUserStateService_GetPackageName_FullMethodName = "/domain.VerificationUserStateService/GetPackageName" VerificationUserStateService_GetUser_FullMethodName = "/domain.VerificationUserStateService/GetUser" VerificationUserStateService_HashCode_FullMethodName = "/domain.VerificationUserStateService/HashCode" VerificationUserStateService_IsLinkHandlingAllowed_FullMethodName = "/domain.VerificationUserStateService/IsLinkHandlingAllowed" VerificationUserStateService_ToString_FullMethodName = "/domain.VerificationUserStateService/ToString" VerificationUserStateService_WriteToParcel_FullMethodName = "/domain.VerificationUserStateService/WriteToParcel" )
const (
VerificationManagerService_GetDomainVerificationUserState_FullMethodName = "/domain.VerificationManagerService/GetDomainVerificationUserState"
)
Variables ¶
var File_proto_domain_domain_proto protoreflect.FileDescriptor
var VerificationManagerService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "domain.VerificationManagerService", HandlerType: (*VerificationManagerServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "GetDomainVerificationUserState", Handler: _VerificationManagerService_GetDomainVerificationUserState_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "proto/domain/domain.proto", }
VerificationManagerService_ServiceDesc is the grpc.ServiceDesc for VerificationManagerService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var VerificationUserStateService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "domain.VerificationUserStateService", HandlerType: (*VerificationUserStateServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "DescribeContents", Handler: _VerificationUserStateService_DescribeContents_Handler, }, { MethodName: "Equals", Handler: _VerificationUserStateService_Equals_Handler, }, { MethodName: "GetPackageName", Handler: _VerificationUserStateService_GetPackageName_Handler, }, { MethodName: "GetUser", Handler: _VerificationUserStateService_GetUser_Handler, }, { MethodName: "HashCode", Handler: _VerificationUserStateService_HashCode_Handler, }, { MethodName: "IsLinkHandlingAllowed", Handler: _VerificationUserStateService_IsLinkHandlingAllowed_Handler, }, { MethodName: "ToString", Handler: _VerificationUserStateService_ToString_Handler, }, { MethodName: "WriteToParcel", Handler: _VerificationUserStateService_WriteToParcel_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "proto/domain/domain.proto", }
VerificationUserStateService_ServiceDesc is the grpc.ServiceDesc for VerificationUserStateService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
Functions ¶
func RegisterVerificationManagerServiceServer ¶
func RegisterVerificationManagerServiceServer(s grpc.ServiceRegistrar, srv VerificationManagerServiceServer)
func RegisterVerificationUserStateServiceServer ¶
func RegisterVerificationUserStateServiceServer(s grpc.ServiceRegistrar, srv VerificationUserStateServiceServer)
Types ¶
type DescribeContentsRequest ¶
type DescribeContentsRequest struct {
// contains filtered or unexported fields
}
func (*DescribeContentsRequest) Descriptor
deprecated
func (*DescribeContentsRequest) Descriptor() ([]byte, []int)
Deprecated: Use DescribeContentsRequest.ProtoReflect.Descriptor instead.
func (*DescribeContentsRequest) ProtoMessage ¶
func (*DescribeContentsRequest) ProtoMessage()
func (*DescribeContentsRequest) ProtoReflect ¶
func (x *DescribeContentsRequest) ProtoReflect() protoreflect.Message
func (*DescribeContentsRequest) Reset ¶
func (x *DescribeContentsRequest) Reset()
func (*DescribeContentsRequest) String ¶
func (x *DescribeContentsRequest) String() string
type DescribeContentsResponse ¶
type DescribeContentsResponse struct {
Result int32 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
// contains filtered or unexported fields
}
func (*DescribeContentsResponse) Descriptor
deprecated
func (*DescribeContentsResponse) Descriptor() ([]byte, []int)
Deprecated: Use DescribeContentsResponse.ProtoReflect.Descriptor instead.
func (*DescribeContentsResponse) GetResult ¶
func (x *DescribeContentsResponse) GetResult() int32
func (*DescribeContentsResponse) ProtoMessage ¶
func (*DescribeContentsResponse) ProtoMessage()
func (*DescribeContentsResponse) ProtoReflect ¶
func (x *DescribeContentsResponse) ProtoReflect() protoreflect.Message
func (*DescribeContentsResponse) Reset ¶
func (x *DescribeContentsResponse) Reset()
func (*DescribeContentsResponse) String ¶
func (x *DescribeContentsResponse) String() string
type EqualsRequest ¶
type EqualsRequest struct {
Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
// contains filtered or unexported fields
}
func (*EqualsRequest) Descriptor
deprecated
func (*EqualsRequest) Descriptor() ([]byte, []int)
Deprecated: Use EqualsRequest.ProtoReflect.Descriptor instead.
func (*EqualsRequest) GetArg0 ¶
func (x *EqualsRequest) GetArg0() int64
func (*EqualsRequest) ProtoMessage ¶
func (*EqualsRequest) ProtoMessage()
func (*EqualsRequest) ProtoReflect ¶
func (x *EqualsRequest) ProtoReflect() protoreflect.Message
func (*EqualsRequest) Reset ¶
func (x *EqualsRequest) Reset()
func (*EqualsRequest) String ¶
func (x *EqualsRequest) String() string
type EqualsResponse ¶
type EqualsResponse struct {
Result bool `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
// contains filtered or unexported fields
}
func (*EqualsResponse) Descriptor
deprecated
func (*EqualsResponse) Descriptor() ([]byte, []int)
Deprecated: Use EqualsResponse.ProtoReflect.Descriptor instead.
func (*EqualsResponse) GetResult ¶
func (x *EqualsResponse) GetResult() bool
func (*EqualsResponse) ProtoMessage ¶
func (*EqualsResponse) ProtoMessage()
func (*EqualsResponse) ProtoReflect ¶
func (x *EqualsResponse) ProtoReflect() protoreflect.Message
func (*EqualsResponse) Reset ¶
func (x *EqualsResponse) Reset()
func (*EqualsResponse) String ¶
func (x *EqualsResponse) String() string
type GetDomainVerificationUserStateRequest ¶
type GetDomainVerificationUserStateRequest struct {
Arg0 string `protobuf:"bytes,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
// contains filtered or unexported fields
}
func (*GetDomainVerificationUserStateRequest) Descriptor
deprecated
func (*GetDomainVerificationUserStateRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetDomainVerificationUserStateRequest.ProtoReflect.Descriptor instead.
func (*GetDomainVerificationUserStateRequest) GetArg0 ¶
func (x *GetDomainVerificationUserStateRequest) GetArg0() string
func (*GetDomainVerificationUserStateRequest) ProtoMessage ¶
func (*GetDomainVerificationUserStateRequest) ProtoMessage()
func (*GetDomainVerificationUserStateRequest) ProtoReflect ¶
func (x *GetDomainVerificationUserStateRequest) ProtoReflect() protoreflect.Message
func (*GetDomainVerificationUserStateRequest) Reset ¶
func (x *GetDomainVerificationUserStateRequest) Reset()
func (*GetDomainVerificationUserStateRequest) String ¶
func (x *GetDomainVerificationUserStateRequest) String() string
type GetDomainVerificationUserStateResponse ¶
type GetDomainVerificationUserStateResponse struct {
Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
// contains filtered or unexported fields
}
func (*GetDomainVerificationUserStateResponse) Descriptor
deprecated
func (*GetDomainVerificationUserStateResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetDomainVerificationUserStateResponse.ProtoReflect.Descriptor instead.
func (*GetDomainVerificationUserStateResponse) GetResult ¶
func (x *GetDomainVerificationUserStateResponse) GetResult() int64
func (*GetDomainVerificationUserStateResponse) ProtoMessage ¶
func (*GetDomainVerificationUserStateResponse) ProtoMessage()
func (*GetDomainVerificationUserStateResponse) ProtoReflect ¶
func (x *GetDomainVerificationUserStateResponse) ProtoReflect() protoreflect.Message
func (*GetDomainVerificationUserStateResponse) Reset ¶
func (x *GetDomainVerificationUserStateResponse) Reset()
func (*GetDomainVerificationUserStateResponse) String ¶
func (x *GetDomainVerificationUserStateResponse) String() string
type GetPackageNameRequest ¶
type GetPackageNameRequest struct {
// contains filtered or unexported fields
}
func (*GetPackageNameRequest) Descriptor
deprecated
func (*GetPackageNameRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetPackageNameRequest.ProtoReflect.Descriptor instead.
func (*GetPackageNameRequest) ProtoMessage ¶
func (*GetPackageNameRequest) ProtoMessage()
func (*GetPackageNameRequest) ProtoReflect ¶
func (x *GetPackageNameRequest) ProtoReflect() protoreflect.Message
func (*GetPackageNameRequest) Reset ¶
func (x *GetPackageNameRequest) Reset()
func (*GetPackageNameRequest) String ¶
func (x *GetPackageNameRequest) String() string
type GetPackageNameResponse ¶
type GetPackageNameResponse struct {
Result string `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
// contains filtered or unexported fields
}
func (*GetPackageNameResponse) Descriptor
deprecated
func (*GetPackageNameResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetPackageNameResponse.ProtoReflect.Descriptor instead.
func (*GetPackageNameResponse) GetResult ¶
func (x *GetPackageNameResponse) GetResult() string
func (*GetPackageNameResponse) ProtoMessage ¶
func (*GetPackageNameResponse) ProtoMessage()
func (*GetPackageNameResponse) ProtoReflect ¶
func (x *GetPackageNameResponse) ProtoReflect() protoreflect.Message
func (*GetPackageNameResponse) Reset ¶
func (x *GetPackageNameResponse) Reset()
func (*GetPackageNameResponse) String ¶
func (x *GetPackageNameResponse) String() string
type GetUserRequest ¶
type GetUserRequest struct {
// contains filtered or unexported fields
}
func (*GetUserRequest) Descriptor
deprecated
func (*GetUserRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetUserRequest.ProtoReflect.Descriptor instead.
func (*GetUserRequest) ProtoMessage ¶
func (*GetUserRequest) ProtoMessage()
func (*GetUserRequest) ProtoReflect ¶
func (x *GetUserRequest) ProtoReflect() protoreflect.Message
func (*GetUserRequest) Reset ¶
func (x *GetUserRequest) Reset()
func (*GetUserRequest) String ¶
func (x *GetUserRequest) String() string
type GetUserResponse ¶
type GetUserResponse struct {
Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
// contains filtered or unexported fields
}
func (*GetUserResponse) Descriptor
deprecated
func (*GetUserResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetUserResponse.ProtoReflect.Descriptor instead.
func (*GetUserResponse) GetResult ¶
func (x *GetUserResponse) GetResult() int64
func (*GetUserResponse) ProtoMessage ¶
func (*GetUserResponse) ProtoMessage()
func (*GetUserResponse) ProtoReflect ¶
func (x *GetUserResponse) ProtoReflect() protoreflect.Message
func (*GetUserResponse) Reset ¶
func (x *GetUserResponse) Reset()
func (*GetUserResponse) String ¶
func (x *GetUserResponse) String() string
type HashCodeRequest ¶
type HashCodeRequest struct {
// contains filtered or unexported fields
}
func (*HashCodeRequest) Descriptor
deprecated
func (*HashCodeRequest) Descriptor() ([]byte, []int)
Deprecated: Use HashCodeRequest.ProtoReflect.Descriptor instead.
func (*HashCodeRequest) ProtoMessage ¶
func (*HashCodeRequest) ProtoMessage()
func (*HashCodeRequest) ProtoReflect ¶
func (x *HashCodeRequest) ProtoReflect() protoreflect.Message
func (*HashCodeRequest) Reset ¶
func (x *HashCodeRequest) Reset()
func (*HashCodeRequest) String ¶
func (x *HashCodeRequest) String() string
type HashCodeResponse ¶
type HashCodeResponse struct {
Result int32 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
// contains filtered or unexported fields
}
func (*HashCodeResponse) Descriptor
deprecated
func (*HashCodeResponse) Descriptor() ([]byte, []int)
Deprecated: Use HashCodeResponse.ProtoReflect.Descriptor instead.
func (*HashCodeResponse) GetResult ¶
func (x *HashCodeResponse) GetResult() int32
func (*HashCodeResponse) ProtoMessage ¶
func (*HashCodeResponse) ProtoMessage()
func (*HashCodeResponse) ProtoReflect ¶
func (x *HashCodeResponse) ProtoReflect() protoreflect.Message
func (*HashCodeResponse) Reset ¶
func (x *HashCodeResponse) Reset()
func (*HashCodeResponse) String ¶
func (x *HashCodeResponse) String() string
type IsLinkHandlingAllowedRequest ¶
type IsLinkHandlingAllowedRequest struct {
// contains filtered or unexported fields
}
func (*IsLinkHandlingAllowedRequest) Descriptor
deprecated
func (*IsLinkHandlingAllowedRequest) Descriptor() ([]byte, []int)
Deprecated: Use IsLinkHandlingAllowedRequest.ProtoReflect.Descriptor instead.
func (*IsLinkHandlingAllowedRequest) ProtoMessage ¶
func (*IsLinkHandlingAllowedRequest) ProtoMessage()
func (*IsLinkHandlingAllowedRequest) ProtoReflect ¶
func (x *IsLinkHandlingAllowedRequest) ProtoReflect() protoreflect.Message
func (*IsLinkHandlingAllowedRequest) Reset ¶
func (x *IsLinkHandlingAllowedRequest) Reset()
func (*IsLinkHandlingAllowedRequest) String ¶
func (x *IsLinkHandlingAllowedRequest) String() string
type IsLinkHandlingAllowedResponse ¶
type IsLinkHandlingAllowedResponse struct {
Result bool `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
// contains filtered or unexported fields
}
func (*IsLinkHandlingAllowedResponse) Descriptor
deprecated
func (*IsLinkHandlingAllowedResponse) Descriptor() ([]byte, []int)
Deprecated: Use IsLinkHandlingAllowedResponse.ProtoReflect.Descriptor instead.
func (*IsLinkHandlingAllowedResponse) GetResult ¶
func (x *IsLinkHandlingAllowedResponse) GetResult() bool
func (*IsLinkHandlingAllowedResponse) ProtoMessage ¶
func (*IsLinkHandlingAllowedResponse) ProtoMessage()
func (*IsLinkHandlingAllowedResponse) ProtoReflect ¶
func (x *IsLinkHandlingAllowedResponse) ProtoReflect() protoreflect.Message
func (*IsLinkHandlingAllowedResponse) Reset ¶
func (x *IsLinkHandlingAllowedResponse) Reset()
func (*IsLinkHandlingAllowedResponse) String ¶
func (x *IsLinkHandlingAllowedResponse) String() string
type ToStringRequest ¶
type ToStringRequest struct {
// contains filtered or unexported fields
}
func (*ToStringRequest) Descriptor
deprecated
func (*ToStringRequest) Descriptor() ([]byte, []int)
Deprecated: Use ToStringRequest.ProtoReflect.Descriptor instead.
func (*ToStringRequest) ProtoMessage ¶
func (*ToStringRequest) ProtoMessage()
func (*ToStringRequest) ProtoReflect ¶
func (x *ToStringRequest) ProtoReflect() protoreflect.Message
func (*ToStringRequest) Reset ¶
func (x *ToStringRequest) Reset()
func (*ToStringRequest) String ¶
func (x *ToStringRequest) String() string
type ToStringResponse ¶
type ToStringResponse struct {
Result string `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
// contains filtered or unexported fields
}
func (*ToStringResponse) Descriptor
deprecated
func (*ToStringResponse) Descriptor() ([]byte, []int)
Deprecated: Use ToStringResponse.ProtoReflect.Descriptor instead.
func (*ToStringResponse) GetResult ¶
func (x *ToStringResponse) GetResult() string
func (*ToStringResponse) ProtoMessage ¶
func (*ToStringResponse) ProtoMessage()
func (*ToStringResponse) ProtoReflect ¶
func (x *ToStringResponse) ProtoReflect() protoreflect.Message
func (*ToStringResponse) Reset ¶
func (x *ToStringResponse) Reset()
func (*ToStringResponse) String ¶
func (x *ToStringResponse) String() string
type UnimplementedVerificationManagerServiceServer ¶
type UnimplementedVerificationManagerServiceServer struct{}
UnimplementedVerificationManagerServiceServer must be embedded to have forward compatible implementations.
NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.
func (UnimplementedVerificationManagerServiceServer) GetDomainVerificationUserState ¶
func (UnimplementedVerificationManagerServiceServer) GetDomainVerificationUserState(context.Context, *GetDomainVerificationUserStateRequest) (*GetDomainVerificationUserStateResponse, error)
type UnimplementedVerificationUserStateServiceServer ¶
type UnimplementedVerificationUserStateServiceServer struct{}
UnimplementedVerificationUserStateServiceServer must be embedded to have forward compatible implementations.
NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.
func (UnimplementedVerificationUserStateServiceServer) DescribeContents ¶
func (UnimplementedVerificationUserStateServiceServer) DescribeContents(context.Context, *DescribeContentsRequest) (*DescribeContentsResponse, error)
func (UnimplementedVerificationUserStateServiceServer) Equals ¶
func (UnimplementedVerificationUserStateServiceServer) Equals(context.Context, *EqualsRequest) (*EqualsResponse, error)
func (UnimplementedVerificationUserStateServiceServer) GetPackageName ¶
func (UnimplementedVerificationUserStateServiceServer) GetPackageName(context.Context, *GetPackageNameRequest) (*GetPackageNameResponse, error)
func (UnimplementedVerificationUserStateServiceServer) GetUser ¶
func (UnimplementedVerificationUserStateServiceServer) GetUser(context.Context, *GetUserRequest) (*GetUserResponse, error)
func (UnimplementedVerificationUserStateServiceServer) HashCode ¶
func (UnimplementedVerificationUserStateServiceServer) HashCode(context.Context, *HashCodeRequest) (*HashCodeResponse, error)
func (UnimplementedVerificationUserStateServiceServer) IsLinkHandlingAllowed ¶
func (UnimplementedVerificationUserStateServiceServer) IsLinkHandlingAllowed(context.Context, *IsLinkHandlingAllowedRequest) (*IsLinkHandlingAllowedResponse, error)
func (UnimplementedVerificationUserStateServiceServer) ToString ¶
func (UnimplementedVerificationUserStateServiceServer) ToString(context.Context, *ToStringRequest) (*ToStringResponse, error)
func (UnimplementedVerificationUserStateServiceServer) WriteToParcel ¶
func (UnimplementedVerificationUserStateServiceServer) WriteToParcel(context.Context, *WriteToParcelRequest) (*WriteToParcelResponse, error)
type UnsafeVerificationManagerServiceServer ¶
type UnsafeVerificationManagerServiceServer interface {
// contains filtered or unexported methods
}
UnsafeVerificationManagerServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to VerificationManagerServiceServer will result in compilation errors.
type UnsafeVerificationUserStateServiceServer ¶
type UnsafeVerificationUserStateServiceServer interface {
// contains filtered or unexported methods
}
UnsafeVerificationUserStateServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to VerificationUserStateServiceServer will result in compilation errors.
type VerificationManagerServiceClient ¶
type VerificationManagerServiceClient interface {
GetDomainVerificationUserState(ctx context.Context, in *GetDomainVerificationUserStateRequest, opts ...grpc.CallOption) (*GetDomainVerificationUserStateResponse, error)
}
VerificationManagerServiceClient is the client API for VerificationManagerService 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 NewVerificationManagerServiceClient ¶
func NewVerificationManagerServiceClient(cc grpc.ClientConnInterface) VerificationManagerServiceClient
type VerificationManagerServiceServer ¶
type VerificationManagerServiceServer interface {
GetDomainVerificationUserState(context.Context, *GetDomainVerificationUserStateRequest) (*GetDomainVerificationUserStateResponse, error)
// contains filtered or unexported methods
}
VerificationManagerServiceServer is the server API for VerificationManagerService service. All implementations must embed UnimplementedVerificationManagerServiceServer for forward compatibility.
type VerificationUserStateServiceClient ¶
type VerificationUserStateServiceClient interface {
DescribeContents(ctx context.Context, in *DescribeContentsRequest, opts ...grpc.CallOption) (*DescribeContentsResponse, error)
Equals(ctx context.Context, in *EqualsRequest, opts ...grpc.CallOption) (*EqualsResponse, error)
GetPackageName(ctx context.Context, in *GetPackageNameRequest, opts ...grpc.CallOption) (*GetPackageNameResponse, error)
GetUser(ctx context.Context, in *GetUserRequest, opts ...grpc.CallOption) (*GetUserResponse, error)
HashCode(ctx context.Context, in *HashCodeRequest, opts ...grpc.CallOption) (*HashCodeResponse, error)
IsLinkHandlingAllowed(ctx context.Context, in *IsLinkHandlingAllowedRequest, opts ...grpc.CallOption) (*IsLinkHandlingAllowedResponse, error)
ToString(ctx context.Context, in *ToStringRequest, opts ...grpc.CallOption) (*ToStringResponse, error)
WriteToParcel(ctx context.Context, in *WriteToParcelRequest, opts ...grpc.CallOption) (*WriteToParcelResponse, error)
}
VerificationUserStateServiceClient is the client API for VerificationUserStateService 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 NewVerificationUserStateServiceClient ¶
func NewVerificationUserStateServiceClient(cc grpc.ClientConnInterface) VerificationUserStateServiceClient
type VerificationUserStateServiceServer ¶
type VerificationUserStateServiceServer interface {
DescribeContents(context.Context, *DescribeContentsRequest) (*DescribeContentsResponse, error)
Equals(context.Context, *EqualsRequest) (*EqualsResponse, error)
GetPackageName(context.Context, *GetPackageNameRequest) (*GetPackageNameResponse, error)
GetUser(context.Context, *GetUserRequest) (*GetUserResponse, error)
HashCode(context.Context, *HashCodeRequest) (*HashCodeResponse, error)
IsLinkHandlingAllowed(context.Context, *IsLinkHandlingAllowedRequest) (*IsLinkHandlingAllowedResponse, error)
ToString(context.Context, *ToStringRequest) (*ToStringResponse, error)
WriteToParcel(context.Context, *WriteToParcelRequest) (*WriteToParcelResponse, error)
// contains filtered or unexported methods
}
VerificationUserStateServiceServer is the server API for VerificationUserStateService service. All implementations must embed UnimplementedVerificationUserStateServiceServer for forward compatibility.
type WriteToParcelRequest ¶
type WriteToParcelRequest struct {
Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
Arg1 int32 `protobuf:"varint,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
// contains filtered or unexported fields
}
func (*WriteToParcelRequest) Descriptor
deprecated
func (*WriteToParcelRequest) Descriptor() ([]byte, []int)
Deprecated: Use WriteToParcelRequest.ProtoReflect.Descriptor instead.
func (*WriteToParcelRequest) GetArg0 ¶
func (x *WriteToParcelRequest) GetArg0() int64
func (*WriteToParcelRequest) GetArg1 ¶
func (x *WriteToParcelRequest) GetArg1() int32
func (*WriteToParcelRequest) ProtoMessage ¶
func (*WriteToParcelRequest) ProtoMessage()
func (*WriteToParcelRequest) ProtoReflect ¶
func (x *WriteToParcelRequest) ProtoReflect() protoreflect.Message
func (*WriteToParcelRequest) Reset ¶
func (x *WriteToParcelRequest) Reset()
func (*WriteToParcelRequest) String ¶
func (x *WriteToParcelRequest) String() string
type WriteToParcelResponse ¶
type WriteToParcelResponse struct {
// contains filtered or unexported fields
}
func (*WriteToParcelResponse) Descriptor
deprecated
func (*WriteToParcelResponse) Descriptor() ([]byte, []int)
Deprecated: Use WriteToParcelResponse.ProtoReflect.Descriptor instead.
func (*WriteToParcelResponse) ProtoMessage ¶
func (*WriteToParcelResponse) ProtoMessage()
func (*WriteToParcelResponse) ProtoReflect ¶
func (x *WriteToParcelResponse) ProtoReflect() protoreflect.Message
func (*WriteToParcelResponse) Reset ¶
func (x *WriteToParcelResponse) Reset()
func (*WriteToParcelResponse) String ¶
func (x *WriteToParcelResponse) String() string