Documentation ¶
Index ¶
- Variables
- func RegisterUserGrpcServiceServer(s grpc.ServiceRegistrar, srv UserGrpcServiceServer)
- type AddPlayerInfoGrpcRequest
- func (*AddPlayerInfoGrpcRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AddPlayerInfoGrpcRequest) GetAuthId() string
- func (x *AddPlayerInfoGrpcRequest) GetIdentityId() string
- func (x *AddPlayerInfoGrpcRequest) GetLoggedInUserId() string
- func (x *AddPlayerInfoGrpcRequest) GetProvider() string
- func (x *AddPlayerInfoGrpcRequest) GetSourceFields() *common.SourceFields
- func (x *AddPlayerInfoGrpcRequest) GetTenant() string
- func (x *AddPlayerInfoGrpcRequest) GetTimestamp() *timestamppb.Timestamp
- func (x *AddPlayerInfoGrpcRequest) GetUserId() string
- func (*AddPlayerInfoGrpcRequest) ProtoMessage()
- func (x *AddPlayerInfoGrpcRequest) ProtoReflect() protoreflect.Message
- func (x *AddPlayerInfoGrpcRequest) Reset()
- func (x *AddPlayerInfoGrpcRequest) String() string
- type AddRoleGrpcRequest
- func (*AddRoleGrpcRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AddRoleGrpcRequest) GetAppSource() string
- func (x *AddRoleGrpcRequest) GetLoggedInUserId() string
- func (x *AddRoleGrpcRequest) GetRole() string
- func (x *AddRoleGrpcRequest) GetTenant() string
- func (x *AddRoleGrpcRequest) GetUserId() string
- func (*AddRoleGrpcRequest) ProtoMessage()
- func (x *AddRoleGrpcRequest) ProtoReflect() protoreflect.Message
- func (x *AddRoleGrpcRequest) Reset()
- func (x *AddRoleGrpcRequest) String() string
- type LinkEmailToUserGrpcRequest
- func (*LinkEmailToUserGrpcRequest) Descriptor() ([]byte, []int)deprecated
- func (x *LinkEmailToUserGrpcRequest) GetAppSource() string
- func (x *LinkEmailToUserGrpcRequest) GetEmailId() string
- func (x *LinkEmailToUserGrpcRequest) GetLabel() string
- func (x *LinkEmailToUserGrpcRequest) GetLoggedInUserId() string
- func (x *LinkEmailToUserGrpcRequest) GetPrimary() bool
- func (x *LinkEmailToUserGrpcRequest) GetTenant() string
- func (x *LinkEmailToUserGrpcRequest) GetUserId() string
- func (*LinkEmailToUserGrpcRequest) ProtoMessage()
- func (x *LinkEmailToUserGrpcRequest) ProtoReflect() protoreflect.Message
- func (x *LinkEmailToUserGrpcRequest) Reset()
- func (x *LinkEmailToUserGrpcRequest) String() string
- type LinkJobRoleToUserGrpcRequest
- func (*LinkJobRoleToUserGrpcRequest) Descriptor() ([]byte, []int)deprecated
- func (x *LinkJobRoleToUserGrpcRequest) GetAppSource() string
- func (x *LinkJobRoleToUserGrpcRequest) GetJobRoleId() string
- func (x *LinkJobRoleToUserGrpcRequest) GetLoggedInUserId() string
- func (x *LinkJobRoleToUserGrpcRequest) GetTenant() string
- func (x *LinkJobRoleToUserGrpcRequest) GetUserId() string
- func (*LinkJobRoleToUserGrpcRequest) ProtoMessage()
- func (x *LinkJobRoleToUserGrpcRequest) ProtoReflect() protoreflect.Message
- func (x *LinkJobRoleToUserGrpcRequest) Reset()
- func (x *LinkJobRoleToUserGrpcRequest) String() string
- type LinkPhoneNumberToUserGrpcRequest
- func (*LinkPhoneNumberToUserGrpcRequest) Descriptor() ([]byte, []int)deprecated
- func (x *LinkPhoneNumberToUserGrpcRequest) GetAppSource() string
- func (x *LinkPhoneNumberToUserGrpcRequest) GetLabel() string
- func (x *LinkPhoneNumberToUserGrpcRequest) GetLoggedInUserId() string
- func (x *LinkPhoneNumberToUserGrpcRequest) GetPhoneNumberId() string
- func (x *LinkPhoneNumberToUserGrpcRequest) GetPrimary() bool
- func (x *LinkPhoneNumberToUserGrpcRequest) GetTenant() string
- func (x *LinkPhoneNumberToUserGrpcRequest) GetUserId() string
- func (*LinkPhoneNumberToUserGrpcRequest) ProtoMessage()
- func (x *LinkPhoneNumberToUserGrpcRequest) ProtoReflect() protoreflect.Message
- func (x *LinkPhoneNumberToUserGrpcRequest) Reset()
- func (x *LinkPhoneNumberToUserGrpcRequest) String() string
- type RemoveRoleGrpcRequest
- func (*RemoveRoleGrpcRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveRoleGrpcRequest) GetAppSource() string
- func (x *RemoveRoleGrpcRequest) GetLoggedInUserId() string
- func (x *RemoveRoleGrpcRequest) GetRole() string
- func (x *RemoveRoleGrpcRequest) GetTenant() string
- func (x *RemoveRoleGrpcRequest) GetUserId() string
- func (*RemoveRoleGrpcRequest) ProtoMessage()
- func (x *RemoveRoleGrpcRequest) ProtoReflect() protoreflect.Message
- func (x *RemoveRoleGrpcRequest) Reset()
- func (x *RemoveRoleGrpcRequest) String() string
- type UnimplementedUserGrpcServiceServer
- func (UnimplementedUserGrpcServiceServer) AddPlayerInfo(context.Context, *AddPlayerInfoGrpcRequest) (*UserIdGrpcResponse, error)
- func (UnimplementedUserGrpcServiceServer) AddRole(context.Context, *AddRoleGrpcRequest) (*UserIdGrpcResponse, error)
- func (UnimplementedUserGrpcServiceServer) LinkEmailToUser(context.Context, *LinkEmailToUserGrpcRequest) (*UserIdGrpcResponse, error)
- func (UnimplementedUserGrpcServiceServer) LinkJobRoleToUser(context.Context, *LinkJobRoleToUserGrpcRequest) (*UserIdGrpcResponse, error)
- func (UnimplementedUserGrpcServiceServer) LinkPhoneNumberToUser(context.Context, *LinkPhoneNumberToUserGrpcRequest) (*UserIdGrpcResponse, error)
- func (UnimplementedUserGrpcServiceServer) RemoveRole(context.Context, *RemoveRoleGrpcRequest) (*UserIdGrpcResponse, error)
- func (UnimplementedUserGrpcServiceServer) UpsertUser(context.Context, *UpsertUserGrpcRequest) (*UserIdGrpcResponse, error)
- type UnsafeUserGrpcServiceServer
- type UpsertUserGrpcRequest
- func (*UpsertUserGrpcRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpsertUserGrpcRequest) GetAppSource() stringdeprecated
- func (x *UpsertUserGrpcRequest) GetBot() bool
- func (x *UpsertUserGrpcRequest) GetCreatedAt() *timestamppb.Timestamp
- func (x *UpsertUserGrpcRequest) GetExternalSystemFields() *common.ExternalSystemFields
- func (x *UpsertUserGrpcRequest) GetFirstName() string
- func (x *UpsertUserGrpcRequest) GetId() string
- func (x *UpsertUserGrpcRequest) GetInternal() bool
- func (x *UpsertUserGrpcRequest) GetLastName() string
- func (x *UpsertUserGrpcRequest) GetLoggedInUserId() string
- func (x *UpsertUserGrpcRequest) GetName() string
- func (x *UpsertUserGrpcRequest) GetProfilePhotoUrl() string
- func (x *UpsertUserGrpcRequest) GetSource() stringdeprecated
- func (x *UpsertUserGrpcRequest) GetSourceFields() *common.SourceFields
- func (x *UpsertUserGrpcRequest) GetSourceOfTruth() stringdeprecated
- func (x *UpsertUserGrpcRequest) GetTenant() string
- func (x *UpsertUserGrpcRequest) GetTimezone() string
- func (x *UpsertUserGrpcRequest) GetUpdatedAt() *timestamppb.Timestamp
- func (*UpsertUserGrpcRequest) ProtoMessage()
- func (x *UpsertUserGrpcRequest) ProtoReflect() protoreflect.Message
- func (x *UpsertUserGrpcRequest) Reset()
- func (x *UpsertUserGrpcRequest) String() string
- type UserGrpcServiceClient
- type UserGrpcServiceServer
- type UserIdGrpcResponse
Constants ¶
This section is empty.
Variables ¶
var File_user_proto protoreflect.FileDescriptor
var UserGrpcService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "userGrpcService", HandlerType: (*UserGrpcServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "UpsertUser", Handler: _UserGrpcService_UpsertUser_Handler, }, { MethodName: "AddPlayerInfo", Handler: _UserGrpcService_AddPlayerInfo_Handler, }, { MethodName: "LinkJobRoleToUser", Handler: _UserGrpcService_LinkJobRoleToUser_Handler, }, { MethodName: "LinkPhoneNumberToUser", Handler: _UserGrpcService_LinkPhoneNumberToUser_Handler, }, { MethodName: "LinkEmailToUser", Handler: _UserGrpcService_LinkEmailToUser_Handler, }, { MethodName: "AddRole", Handler: _UserGrpcService_AddRole_Handler, }, { MethodName: "RemoveRole", Handler: _UserGrpcService_RemoveRole_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "user.proto", }
UserGrpcService_ServiceDesc is the grpc.ServiceDesc for UserGrpcService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
Functions ¶
func RegisterUserGrpcServiceServer ¶
func RegisterUserGrpcServiceServer(s grpc.ServiceRegistrar, srv UserGrpcServiceServer)
Types ¶
type AddPlayerInfoGrpcRequest ¶
type AddPlayerInfoGrpcRequest struct { UserId string `protobuf:"bytes,1,opt,name=userId,proto3" json:"userId,omitempty"` Tenant string `protobuf:"bytes,2,opt,name=tenant,proto3" json:"tenant,omitempty"` LoggedInUserId string `protobuf:"bytes,3,opt,name=loggedInUserId,proto3" json:"loggedInUserId,omitempty"` AuthId string `protobuf:"bytes,4,opt,name=authId,proto3" json:"authId,omitempty"` Provider string `protobuf:"bytes,5,opt,name=provider,proto3" json:"provider,omitempty"` IdentityId string `protobuf:"bytes,6,opt,name=identityId,proto3" json:"identityId,omitempty"` Timestamp *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=timestamp,proto3" json:"timestamp,omitempty"` SourceFields *common.SourceFields `protobuf:"bytes,8,opt,name=sourceFields,proto3" json:"sourceFields,omitempty"` // contains filtered or unexported fields }
func (*AddPlayerInfoGrpcRequest) Descriptor
deprecated
func (*AddPlayerInfoGrpcRequest) Descriptor() ([]byte, []int)
Deprecated: Use AddPlayerInfoGrpcRequest.ProtoReflect.Descriptor instead.
func (*AddPlayerInfoGrpcRequest) GetAuthId ¶
func (x *AddPlayerInfoGrpcRequest) GetAuthId() string
func (*AddPlayerInfoGrpcRequest) GetIdentityId ¶
func (x *AddPlayerInfoGrpcRequest) GetIdentityId() string
func (*AddPlayerInfoGrpcRequest) GetLoggedInUserId ¶
func (x *AddPlayerInfoGrpcRequest) GetLoggedInUserId() string
func (*AddPlayerInfoGrpcRequest) GetProvider ¶
func (x *AddPlayerInfoGrpcRequest) GetProvider() string
func (*AddPlayerInfoGrpcRequest) GetSourceFields ¶
func (x *AddPlayerInfoGrpcRequest) GetSourceFields() *common.SourceFields
func (*AddPlayerInfoGrpcRequest) GetTenant ¶
func (x *AddPlayerInfoGrpcRequest) GetTenant() string
func (*AddPlayerInfoGrpcRequest) GetTimestamp ¶
func (x *AddPlayerInfoGrpcRequest) GetTimestamp() *timestamppb.Timestamp
func (*AddPlayerInfoGrpcRequest) GetUserId ¶
func (x *AddPlayerInfoGrpcRequest) GetUserId() string
func (*AddPlayerInfoGrpcRequest) ProtoMessage ¶
func (*AddPlayerInfoGrpcRequest) ProtoMessage()
func (*AddPlayerInfoGrpcRequest) ProtoReflect ¶
func (x *AddPlayerInfoGrpcRequest) ProtoReflect() protoreflect.Message
func (*AddPlayerInfoGrpcRequest) Reset ¶
func (x *AddPlayerInfoGrpcRequest) Reset()
func (*AddPlayerInfoGrpcRequest) String ¶
func (x *AddPlayerInfoGrpcRequest) String() string
type AddRoleGrpcRequest ¶
type AddRoleGrpcRequest struct { UserId string `protobuf:"bytes,1,opt,name=userId,proto3" json:"userId,omitempty"` Tenant string `protobuf:"bytes,2,opt,name=tenant,proto3" json:"tenant,omitempty"` LoggedInUserId string `protobuf:"bytes,3,opt,name=loggedInUserId,proto3" json:"loggedInUserId,omitempty"` Role string `protobuf:"bytes,4,opt,name=role,proto3" json:"role,omitempty"` AppSource string `protobuf:"bytes,5,opt,name=appSource,proto3" json:"appSource,omitempty"` // contains filtered or unexported fields }
func (*AddRoleGrpcRequest) Descriptor
deprecated
func (*AddRoleGrpcRequest) Descriptor() ([]byte, []int)
Deprecated: Use AddRoleGrpcRequest.ProtoReflect.Descriptor instead.
func (*AddRoleGrpcRequest) GetAppSource ¶
func (x *AddRoleGrpcRequest) GetAppSource() string
func (*AddRoleGrpcRequest) GetLoggedInUserId ¶
func (x *AddRoleGrpcRequest) GetLoggedInUserId() string
func (*AddRoleGrpcRequest) GetRole ¶
func (x *AddRoleGrpcRequest) GetRole() string
func (*AddRoleGrpcRequest) GetTenant ¶
func (x *AddRoleGrpcRequest) GetTenant() string
func (*AddRoleGrpcRequest) GetUserId ¶
func (x *AddRoleGrpcRequest) GetUserId() string
func (*AddRoleGrpcRequest) ProtoMessage ¶
func (*AddRoleGrpcRequest) ProtoMessage()
func (*AddRoleGrpcRequest) ProtoReflect ¶
func (x *AddRoleGrpcRequest) ProtoReflect() protoreflect.Message
func (*AddRoleGrpcRequest) Reset ¶
func (x *AddRoleGrpcRequest) Reset()
func (*AddRoleGrpcRequest) String ¶
func (x *AddRoleGrpcRequest) String() string
type LinkEmailToUserGrpcRequest ¶
type LinkEmailToUserGrpcRequest struct { Tenant string `protobuf:"bytes,1,opt,name=tenant,proto3" json:"tenant,omitempty"` UserId string `protobuf:"bytes,2,opt,name=userId,proto3" json:"userId,omitempty"` EmailId string `protobuf:"bytes,3,opt,name=emailId,proto3" json:"emailId,omitempty"` Primary bool `protobuf:"varint,4,opt,name=primary,proto3" json:"primary,omitempty"` Label string `protobuf:"bytes,5,opt,name=label,proto3" json:"label,omitempty"` LoggedInUserId string `protobuf:"bytes,6,opt,name=loggedInUserId,proto3" json:"loggedInUserId,omitempty"` AppSource string `protobuf:"bytes,7,opt,name=appSource,proto3" json:"appSource,omitempty"` // contains filtered or unexported fields }
func (*LinkEmailToUserGrpcRequest) Descriptor
deprecated
func (*LinkEmailToUserGrpcRequest) Descriptor() ([]byte, []int)
Deprecated: Use LinkEmailToUserGrpcRequest.ProtoReflect.Descriptor instead.
func (*LinkEmailToUserGrpcRequest) GetAppSource ¶
func (x *LinkEmailToUserGrpcRequest) GetAppSource() string
func (*LinkEmailToUserGrpcRequest) GetEmailId ¶
func (x *LinkEmailToUserGrpcRequest) GetEmailId() string
func (*LinkEmailToUserGrpcRequest) GetLabel ¶
func (x *LinkEmailToUserGrpcRequest) GetLabel() string
func (*LinkEmailToUserGrpcRequest) GetLoggedInUserId ¶
func (x *LinkEmailToUserGrpcRequest) GetLoggedInUserId() string
func (*LinkEmailToUserGrpcRequest) GetPrimary ¶
func (x *LinkEmailToUserGrpcRequest) GetPrimary() bool
func (*LinkEmailToUserGrpcRequest) GetTenant ¶
func (x *LinkEmailToUserGrpcRequest) GetTenant() string
func (*LinkEmailToUserGrpcRequest) GetUserId ¶
func (x *LinkEmailToUserGrpcRequest) GetUserId() string
func (*LinkEmailToUserGrpcRequest) ProtoMessage ¶
func (*LinkEmailToUserGrpcRequest) ProtoMessage()
func (*LinkEmailToUserGrpcRequest) ProtoReflect ¶
func (x *LinkEmailToUserGrpcRequest) ProtoReflect() protoreflect.Message
func (*LinkEmailToUserGrpcRequest) Reset ¶
func (x *LinkEmailToUserGrpcRequest) Reset()
func (*LinkEmailToUserGrpcRequest) String ¶
func (x *LinkEmailToUserGrpcRequest) String() string
type LinkJobRoleToUserGrpcRequest ¶
type LinkJobRoleToUserGrpcRequest struct { Tenant string `protobuf:"bytes,1,opt,name=tenant,proto3" json:"tenant,omitempty"` UserId string `protobuf:"bytes,2,opt,name=userId,proto3" json:"userId,omitempty"` JobRoleId string `protobuf:"bytes,3,opt,name=jobRoleId,proto3" json:"jobRoleId,omitempty"` LoggedInUserId string `protobuf:"bytes,4,opt,name=loggedInUserId,proto3" json:"loggedInUserId,omitempty"` AppSource string `protobuf:"bytes,5,opt,name=appSource,proto3" json:"appSource,omitempty"` // contains filtered or unexported fields }
func (*LinkJobRoleToUserGrpcRequest) Descriptor
deprecated
func (*LinkJobRoleToUserGrpcRequest) Descriptor() ([]byte, []int)
Deprecated: Use LinkJobRoleToUserGrpcRequest.ProtoReflect.Descriptor instead.
func (*LinkJobRoleToUserGrpcRequest) GetAppSource ¶
func (x *LinkJobRoleToUserGrpcRequest) GetAppSource() string
func (*LinkJobRoleToUserGrpcRequest) GetJobRoleId ¶
func (x *LinkJobRoleToUserGrpcRequest) GetJobRoleId() string
func (*LinkJobRoleToUserGrpcRequest) GetLoggedInUserId ¶
func (x *LinkJobRoleToUserGrpcRequest) GetLoggedInUserId() string
func (*LinkJobRoleToUserGrpcRequest) GetTenant ¶
func (x *LinkJobRoleToUserGrpcRequest) GetTenant() string
func (*LinkJobRoleToUserGrpcRequest) GetUserId ¶
func (x *LinkJobRoleToUserGrpcRequest) GetUserId() string
func (*LinkJobRoleToUserGrpcRequest) ProtoMessage ¶
func (*LinkJobRoleToUserGrpcRequest) ProtoMessage()
func (*LinkJobRoleToUserGrpcRequest) ProtoReflect ¶
func (x *LinkJobRoleToUserGrpcRequest) ProtoReflect() protoreflect.Message
func (*LinkJobRoleToUserGrpcRequest) Reset ¶
func (x *LinkJobRoleToUserGrpcRequest) Reset()
func (*LinkJobRoleToUserGrpcRequest) String ¶
func (x *LinkJobRoleToUserGrpcRequest) String() string
type LinkPhoneNumberToUserGrpcRequest ¶
type LinkPhoneNumberToUserGrpcRequest struct { Tenant string `protobuf:"bytes,1,opt,name=tenant,proto3" json:"tenant,omitempty"` UserId string `protobuf:"bytes,2,opt,name=userId,proto3" json:"userId,omitempty"` PhoneNumberId string `protobuf:"bytes,3,opt,name=phoneNumberId,proto3" json:"phoneNumberId,omitempty"` Primary bool `protobuf:"varint,4,opt,name=primary,proto3" json:"primary,omitempty"` Label string `protobuf:"bytes,5,opt,name=label,proto3" json:"label,omitempty"` LoggedInUserId string `protobuf:"bytes,6,opt,name=loggedInUserId,proto3" json:"loggedInUserId,omitempty"` AppSource string `protobuf:"bytes,7,opt,name=appSource,proto3" json:"appSource,omitempty"` // contains filtered or unexported fields }
func (*LinkPhoneNumberToUserGrpcRequest) Descriptor
deprecated
func (*LinkPhoneNumberToUserGrpcRequest) Descriptor() ([]byte, []int)
Deprecated: Use LinkPhoneNumberToUserGrpcRequest.ProtoReflect.Descriptor instead.
func (*LinkPhoneNumberToUserGrpcRequest) GetAppSource ¶
func (x *LinkPhoneNumberToUserGrpcRequest) GetAppSource() string
func (*LinkPhoneNumberToUserGrpcRequest) GetLabel ¶
func (x *LinkPhoneNumberToUserGrpcRequest) GetLabel() string
func (*LinkPhoneNumberToUserGrpcRequest) GetLoggedInUserId ¶
func (x *LinkPhoneNumberToUserGrpcRequest) GetLoggedInUserId() string
func (*LinkPhoneNumberToUserGrpcRequest) GetPhoneNumberId ¶
func (x *LinkPhoneNumberToUserGrpcRequest) GetPhoneNumberId() string
func (*LinkPhoneNumberToUserGrpcRequest) GetPrimary ¶
func (x *LinkPhoneNumberToUserGrpcRequest) GetPrimary() bool
func (*LinkPhoneNumberToUserGrpcRequest) GetTenant ¶
func (x *LinkPhoneNumberToUserGrpcRequest) GetTenant() string
func (*LinkPhoneNumberToUserGrpcRequest) GetUserId ¶
func (x *LinkPhoneNumberToUserGrpcRequest) GetUserId() string
func (*LinkPhoneNumberToUserGrpcRequest) ProtoMessage ¶
func (*LinkPhoneNumberToUserGrpcRequest) ProtoMessage()
func (*LinkPhoneNumberToUserGrpcRequest) ProtoReflect ¶
func (x *LinkPhoneNumberToUserGrpcRequest) ProtoReflect() protoreflect.Message
func (*LinkPhoneNumberToUserGrpcRequest) Reset ¶
func (x *LinkPhoneNumberToUserGrpcRequest) Reset()
func (*LinkPhoneNumberToUserGrpcRequest) String ¶
func (x *LinkPhoneNumberToUserGrpcRequest) String() string
type RemoveRoleGrpcRequest ¶
type RemoveRoleGrpcRequest struct { UserId string `protobuf:"bytes,1,opt,name=userId,proto3" json:"userId,omitempty"` Tenant string `protobuf:"bytes,2,opt,name=tenant,proto3" json:"tenant,omitempty"` LoggedInUserId string `protobuf:"bytes,3,opt,name=loggedInUserId,proto3" json:"loggedInUserId,omitempty"` Role string `protobuf:"bytes,4,opt,name=role,proto3" json:"role,omitempty"` AppSource string `protobuf:"bytes,5,opt,name=appSource,proto3" json:"appSource,omitempty"` // contains filtered or unexported fields }
func (*RemoveRoleGrpcRequest) Descriptor
deprecated
func (*RemoveRoleGrpcRequest) Descriptor() ([]byte, []int)
Deprecated: Use RemoveRoleGrpcRequest.ProtoReflect.Descriptor instead.
func (*RemoveRoleGrpcRequest) GetAppSource ¶
func (x *RemoveRoleGrpcRequest) GetAppSource() string
func (*RemoveRoleGrpcRequest) GetLoggedInUserId ¶
func (x *RemoveRoleGrpcRequest) GetLoggedInUserId() string
func (*RemoveRoleGrpcRequest) GetRole ¶
func (x *RemoveRoleGrpcRequest) GetRole() string
func (*RemoveRoleGrpcRequest) GetTenant ¶
func (x *RemoveRoleGrpcRequest) GetTenant() string
func (*RemoveRoleGrpcRequest) GetUserId ¶
func (x *RemoveRoleGrpcRequest) GetUserId() string
func (*RemoveRoleGrpcRequest) ProtoMessage ¶
func (*RemoveRoleGrpcRequest) ProtoMessage()
func (*RemoveRoleGrpcRequest) ProtoReflect ¶
func (x *RemoveRoleGrpcRequest) ProtoReflect() protoreflect.Message
func (*RemoveRoleGrpcRequest) Reset ¶
func (x *RemoveRoleGrpcRequest) Reset()
func (*RemoveRoleGrpcRequest) String ¶
func (x *RemoveRoleGrpcRequest) String() string
type UnimplementedUserGrpcServiceServer ¶
type UnimplementedUserGrpcServiceServer struct { }
UnimplementedUserGrpcServiceServer should be embedded to have forward compatible implementations.
func (UnimplementedUserGrpcServiceServer) AddPlayerInfo ¶
func (UnimplementedUserGrpcServiceServer) AddPlayerInfo(context.Context, *AddPlayerInfoGrpcRequest) (*UserIdGrpcResponse, error)
func (UnimplementedUserGrpcServiceServer) AddRole ¶
func (UnimplementedUserGrpcServiceServer) AddRole(context.Context, *AddRoleGrpcRequest) (*UserIdGrpcResponse, error)
func (UnimplementedUserGrpcServiceServer) LinkEmailToUser ¶
func (UnimplementedUserGrpcServiceServer) LinkEmailToUser(context.Context, *LinkEmailToUserGrpcRequest) (*UserIdGrpcResponse, error)
func (UnimplementedUserGrpcServiceServer) LinkJobRoleToUser ¶
func (UnimplementedUserGrpcServiceServer) LinkJobRoleToUser(context.Context, *LinkJobRoleToUserGrpcRequest) (*UserIdGrpcResponse, error)
func (UnimplementedUserGrpcServiceServer) LinkPhoneNumberToUser ¶
func (UnimplementedUserGrpcServiceServer) LinkPhoneNumberToUser(context.Context, *LinkPhoneNumberToUserGrpcRequest) (*UserIdGrpcResponse, error)
func (UnimplementedUserGrpcServiceServer) RemoveRole ¶
func (UnimplementedUserGrpcServiceServer) RemoveRole(context.Context, *RemoveRoleGrpcRequest) (*UserIdGrpcResponse, error)
func (UnimplementedUserGrpcServiceServer) UpsertUser ¶
func (UnimplementedUserGrpcServiceServer) UpsertUser(context.Context, *UpsertUserGrpcRequest) (*UserIdGrpcResponse, error)
type UnsafeUserGrpcServiceServer ¶
type UnsafeUserGrpcServiceServer interface {
// contains filtered or unexported methods
}
UnsafeUserGrpcServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to UserGrpcServiceServer will result in compilation errors.
type UpsertUserGrpcRequest ¶
type UpsertUserGrpcRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Tenant string `protobuf:"bytes,2,opt,name=tenant,proto3" json:"tenant,omitempty"` FirstName string `protobuf:"bytes,3,opt,name=firstName,proto3" json:"firstName,omitempty"` LastName string `protobuf:"bytes,4,opt,name=lastName,proto3" json:"lastName,omitempty"` Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"` // Deprecated: Marked as deprecated in user.proto. AppSource string `protobuf:"bytes,6,opt,name=appSource,proto3" json:"appSource,omitempty"` // Deprecated: Marked as deprecated in user.proto. Source string `protobuf:"bytes,7,opt,name=source,proto3" json:"source,omitempty"` // Deprecated: Marked as deprecated in user.proto. SourceOfTruth string `protobuf:"bytes,8,opt,name=sourceOfTruth,proto3" json:"sourceOfTruth,omitempty"` CreatedAt *timestamppb.Timestamp `protobuf:"bytes,9,opt,name=createdAt,proto3" json:"createdAt,omitempty"` UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,10,opt,name=updatedAt,proto3" json:"updatedAt,omitempty"` Internal bool `protobuf:"varint,11,opt,name=internal,proto3" json:"internal,omitempty"` ProfilePhotoUrl string `protobuf:"bytes,12,opt,name=profilePhotoUrl,proto3" json:"profilePhotoUrl,omitempty"` Timezone string `protobuf:"bytes,13,opt,name=timezone,proto3" json:"timezone,omitempty"` SourceFields *common.SourceFields `protobuf:"bytes,14,opt,name=sourceFields,proto3" json:"sourceFields,omitempty"` ExternalSystemFields *common.ExternalSystemFields `protobuf:"bytes,15,opt,name=externalSystemFields,proto3" json:"externalSystemFields,omitempty"` LoggedInUserId string `protobuf:"bytes,16,opt,name=loggedInUserId,proto3" json:"loggedInUserId,omitempty"` Bot bool `protobuf:"varint,17,opt,name=bot,proto3" json:"bot,omitempty"` // contains filtered or unexported fields }
func (*UpsertUserGrpcRequest) Descriptor
deprecated
func (*UpsertUserGrpcRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpsertUserGrpcRequest.ProtoReflect.Descriptor instead.
func (*UpsertUserGrpcRequest) GetAppSource
deprecated
func (x *UpsertUserGrpcRequest) GetAppSource() string
Deprecated: Marked as deprecated in user.proto.
func (*UpsertUserGrpcRequest) GetBot ¶
func (x *UpsertUserGrpcRequest) GetBot() bool
func (*UpsertUserGrpcRequest) GetCreatedAt ¶
func (x *UpsertUserGrpcRequest) GetCreatedAt() *timestamppb.Timestamp
func (*UpsertUserGrpcRequest) GetExternalSystemFields ¶
func (x *UpsertUserGrpcRequest) GetExternalSystemFields() *common.ExternalSystemFields
func (*UpsertUserGrpcRequest) GetFirstName ¶
func (x *UpsertUserGrpcRequest) GetFirstName() string
func (*UpsertUserGrpcRequest) GetId ¶
func (x *UpsertUserGrpcRequest) GetId() string
func (*UpsertUserGrpcRequest) GetInternal ¶
func (x *UpsertUserGrpcRequest) GetInternal() bool
func (*UpsertUserGrpcRequest) GetLastName ¶
func (x *UpsertUserGrpcRequest) GetLastName() string
func (*UpsertUserGrpcRequest) GetLoggedInUserId ¶
func (x *UpsertUserGrpcRequest) GetLoggedInUserId() string
func (*UpsertUserGrpcRequest) GetName ¶
func (x *UpsertUserGrpcRequest) GetName() string
func (*UpsertUserGrpcRequest) GetProfilePhotoUrl ¶
func (x *UpsertUserGrpcRequest) GetProfilePhotoUrl() string
func (*UpsertUserGrpcRequest) GetSource
deprecated
func (x *UpsertUserGrpcRequest) GetSource() string
Deprecated: Marked as deprecated in user.proto.
func (*UpsertUserGrpcRequest) GetSourceFields ¶
func (x *UpsertUserGrpcRequest) GetSourceFields() *common.SourceFields
func (*UpsertUserGrpcRequest) GetSourceOfTruth
deprecated
func (x *UpsertUserGrpcRequest) GetSourceOfTruth() string
Deprecated: Marked as deprecated in user.proto.
func (*UpsertUserGrpcRequest) GetTenant ¶
func (x *UpsertUserGrpcRequest) GetTenant() string
func (*UpsertUserGrpcRequest) GetTimezone ¶
func (x *UpsertUserGrpcRequest) GetTimezone() string
func (*UpsertUserGrpcRequest) GetUpdatedAt ¶
func (x *UpsertUserGrpcRequest) GetUpdatedAt() *timestamppb.Timestamp
func (*UpsertUserGrpcRequest) ProtoMessage ¶
func (*UpsertUserGrpcRequest) ProtoMessage()
func (*UpsertUserGrpcRequest) ProtoReflect ¶
func (x *UpsertUserGrpcRequest) ProtoReflect() protoreflect.Message
func (*UpsertUserGrpcRequest) Reset ¶
func (x *UpsertUserGrpcRequest) Reset()
func (*UpsertUserGrpcRequest) String ¶
func (x *UpsertUserGrpcRequest) String() string
type UserGrpcServiceClient ¶
type UserGrpcServiceClient interface { UpsertUser(ctx context.Context, in *UpsertUserGrpcRequest, opts ...grpc.CallOption) (*UserIdGrpcResponse, error) AddPlayerInfo(ctx context.Context, in *AddPlayerInfoGrpcRequest, opts ...grpc.CallOption) (*UserIdGrpcResponse, error) LinkJobRoleToUser(ctx context.Context, in *LinkJobRoleToUserGrpcRequest, opts ...grpc.CallOption) (*UserIdGrpcResponse, error) LinkPhoneNumberToUser(ctx context.Context, in *LinkPhoneNumberToUserGrpcRequest, opts ...grpc.CallOption) (*UserIdGrpcResponse, error) LinkEmailToUser(ctx context.Context, in *LinkEmailToUserGrpcRequest, opts ...grpc.CallOption) (*UserIdGrpcResponse, error) AddRole(ctx context.Context, in *AddRoleGrpcRequest, opts ...grpc.CallOption) (*UserIdGrpcResponse, error) RemoveRole(ctx context.Context, in *RemoveRoleGrpcRequest, opts ...grpc.CallOption) (*UserIdGrpcResponse, error) }
UserGrpcServiceClient is the client API for UserGrpcService 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 NewUserGrpcServiceClient ¶
func NewUserGrpcServiceClient(cc grpc.ClientConnInterface) UserGrpcServiceClient
type UserGrpcServiceServer ¶
type UserGrpcServiceServer interface { UpsertUser(context.Context, *UpsertUserGrpcRequest) (*UserIdGrpcResponse, error) AddPlayerInfo(context.Context, *AddPlayerInfoGrpcRequest) (*UserIdGrpcResponse, error) LinkJobRoleToUser(context.Context, *LinkJobRoleToUserGrpcRequest) (*UserIdGrpcResponse, error) LinkPhoneNumberToUser(context.Context, *LinkPhoneNumberToUserGrpcRequest) (*UserIdGrpcResponse, error) LinkEmailToUser(context.Context, *LinkEmailToUserGrpcRequest) (*UserIdGrpcResponse, error) AddRole(context.Context, *AddRoleGrpcRequest) (*UserIdGrpcResponse, error) RemoveRole(context.Context, *RemoveRoleGrpcRequest) (*UserIdGrpcResponse, error) }
UserGrpcServiceServer is the server API for UserGrpcService service. All implementations should embed UnimplementedUserGrpcServiceServer for forward compatibility
type UserIdGrpcResponse ¶
type UserIdGrpcResponse struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*UserIdGrpcResponse) Descriptor
deprecated
func (*UserIdGrpcResponse) Descriptor() ([]byte, []int)
Deprecated: Use UserIdGrpcResponse.ProtoReflect.Descriptor instead.
func (*UserIdGrpcResponse) GetId ¶
func (x *UserIdGrpcResponse) GetId() string
func (*UserIdGrpcResponse) ProtoMessage ¶
func (*UserIdGrpcResponse) ProtoMessage()
func (*UserIdGrpcResponse) ProtoReflect ¶
func (x *UserIdGrpcResponse) ProtoReflect() protoreflect.Message
func (*UserIdGrpcResponse) Reset ¶
func (x *UserIdGrpcResponse) Reset()
func (*UserIdGrpcResponse) String ¶
func (x *UserIdGrpcResponse) String() string