Documentation ¶
Index ¶
- Variables
- func RegisterEmployerNotificationServiceServer(s grpc.ServiceRegistrar, srv EmployerNotificationServiceServer)
- func RegisterJobPostingNotificationServiceServer(s grpc.ServiceRegistrar, srv JobPostingNotificationServiceServer)
- func RegisterJobseekerNotificationServiceServer(s grpc.ServiceRegistrar, srv JobseekerNotificationServiceServer)
- type CloseJobRequest
- type CloseJobResponse
- type EmployerNotificationServiceClient
- type EmployerNotificationServiceServer
- type JobPostingNotificationServiceClient
- type JobPostingNotificationServiceServer
- type JobseekerNotificationServiceClient
- type JobseekerNotificationServiceServer
- type NotifyApplicantCountResponse
- func (*NotifyApplicantCountResponse) Descriptor() ([]byte, []int)deprecated
- func (x *NotifyApplicantCountResponse) GetId() string
- func (*NotifyApplicantCountResponse) ProtoMessage()
- func (x *NotifyApplicantCountResponse) ProtoReflect() protoreflect.Message
- func (x *NotifyApplicantCountResponse) Reset()
- func (x *NotifyApplicantCountResponse) String() string
- type NotifyApplicationStatusChangeRequest
- func (*NotifyApplicationStatusChangeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *NotifyApplicationStatusChangeRequest) GetApplicationStatusChanges() []*domain.ApplicationStatusChange
- func (*NotifyApplicationStatusChangeRequest) ProtoMessage()
- func (x *NotifyApplicationStatusChangeRequest) ProtoReflect() protoreflect.Message
- func (x *NotifyApplicationStatusChangeRequest) Reset()
- func (x *NotifyApplicationStatusChangeRequest) String() string
- type NotifyApplicationStatusChangeResponse
- func (*NotifyApplicationStatusChangeResponse) Descriptor() ([]byte, []int)deprecated
- func (x *NotifyApplicationStatusChangeResponse) GetStatus() string
- func (x *NotifyApplicationStatusChangeResponse) GetStatusId() int32
- func (*NotifyApplicationStatusChangeResponse) ProtoMessage()
- func (x *NotifyApplicationStatusChangeResponse) ProtoReflect() protoreflect.Message
- func (x *NotifyApplicationStatusChangeResponse) Reset()
- func (x *NotifyApplicationStatusChangeResponse) String() string
- type NotifyDailyJobAlertRequest
- func (*NotifyDailyJobAlertRequest) Descriptor() ([]byte, []int)deprecated
- func (x *NotifyDailyJobAlertRequest) GetDailyJobAlertNotifications() []*domain.DailyJobAlertNotification
- func (*NotifyDailyJobAlertRequest) ProtoMessage()
- func (x *NotifyDailyJobAlertRequest) ProtoReflect() protoreflect.Message
- func (x *NotifyDailyJobAlertRequest) Reset()
- func (x *NotifyDailyJobAlertRequest) String() string
- type NotifyDailyJobAlertResponse
- func (*NotifyDailyJobAlertResponse) Descriptor() ([]byte, []int)deprecated
- func (x *NotifyDailyJobAlertResponse) GetStatus() string
- func (x *NotifyDailyJobAlertResponse) GetStatusId() int32
- func (*NotifyDailyJobAlertResponse) ProtoMessage()
- func (x *NotifyDailyJobAlertResponse) ProtoReflect() protoreflect.Message
- func (x *NotifyDailyJobAlertResponse) Reset()
- func (x *NotifyDailyJobAlertResponse) String() string
- type NotifyEmployerInterviewScheduleResponse
- func (*NotifyEmployerInterviewScheduleResponse) Descriptor() ([]byte, []int)deprecated
- func (x *NotifyEmployerInterviewScheduleResponse) GetId() string
- func (*NotifyEmployerInterviewScheduleResponse) ProtoMessage()
- func (x *NotifyEmployerInterviewScheduleResponse) ProtoReflect() protoreflect.Message
- func (x *NotifyEmployerInterviewScheduleResponse) Reset()
- func (x *NotifyEmployerInterviewScheduleResponse) String() string
- type NotifyEmployerInvitationResponse
- func (*NotifyEmployerInvitationResponse) Descriptor() ([]byte, []int)deprecated
- func (x *NotifyEmployerInvitationResponse) GetId() string
- func (*NotifyEmployerInvitationResponse) ProtoMessage()
- func (x *NotifyEmployerInvitationResponse) ProtoReflect() protoreflect.Message
- func (x *NotifyEmployerInvitationResponse) Reset()
- func (x *NotifyEmployerInvitationResponse) String() string
- type NotifyInterviewScheduleDeletedRequest
- func (*NotifyInterviewScheduleDeletedRequest) Descriptor() ([]byte, []int)deprecated
- func (x *NotifyInterviewScheduleDeletedRequest) GetJobseekerInterviewSchedules() []*domain.JobseekerInterviewSchedule
- func (*NotifyInterviewScheduleDeletedRequest) ProtoMessage()
- func (x *NotifyInterviewScheduleDeletedRequest) ProtoReflect() protoreflect.Message
- func (x *NotifyInterviewScheduleDeletedRequest) Reset()
- func (x *NotifyInterviewScheduleDeletedRequest) String() string
- type NotifyInterviewScheduleDeletedResponse
- func (*NotifyInterviewScheduleDeletedResponse) Descriptor() ([]byte, []int)deprecated
- func (x *NotifyInterviewScheduleDeletedResponse) GetStatus() string
- func (x *NotifyInterviewScheduleDeletedResponse) GetStatusId() int32
- func (*NotifyInterviewScheduleDeletedResponse) ProtoMessage()
- func (x *NotifyInterviewScheduleDeletedResponse) ProtoReflect() protoreflect.Message
- func (x *NotifyInterviewScheduleDeletedResponse) Reset()
- func (x *NotifyInterviewScheduleDeletedResponse) String() string
- type NotifyJobseekerInterviewScheduleResponse
- func (*NotifyJobseekerInterviewScheduleResponse) Descriptor() ([]byte, []int)deprecated
- func (x *NotifyJobseekerInterviewScheduleResponse) GetId() string
- func (*NotifyJobseekerInterviewScheduleResponse) ProtoMessage()
- func (x *NotifyJobseekerInterviewScheduleResponse) ProtoReflect() protoreflect.Message
- func (x *NotifyJobseekerInterviewScheduleResponse) Reset()
- func (x *NotifyJobseekerInterviewScheduleResponse) String() string
- type NotifyJobseekerInvitationResponse
- func (*NotifyJobseekerInvitationResponse) Descriptor() ([]byte, []int)deprecated
- func (x *NotifyJobseekerInvitationResponse) GetId() string
- func (*NotifyJobseekerInvitationResponse) ProtoMessage()
- func (x *NotifyJobseekerInvitationResponse) ProtoReflect() protoreflect.Message
- func (x *NotifyJobseekerInvitationResponse) Reset()
- func (x *NotifyJobseekerInvitationResponse) String() string
- type UnimplementedEmployerNotificationServiceServer
- func (UnimplementedEmployerNotificationServiceServer) NotifyApplicantCount(context.Context, *domain.ApplicantCount) (*NotifyApplicantCountResponse, error)
- func (UnimplementedEmployerNotificationServiceServer) NotifyInterviewSchedule(context.Context, *domain.EmployerInterviewSchedule) (*NotifyEmployerInterviewScheduleResponse, error)
- func (UnimplementedEmployerNotificationServiceServer) NotifyInterviewScheduleDeclined(context.Context, *domain.EmployerInterviewScheduleDeclined) (*NotifyEmployerInterviewScheduleResponse, error)
- func (UnimplementedEmployerNotificationServiceServer) NotifyInvitation(context.Context, *domain.InvitationResponse) (*NotifyEmployerInvitationResponse, error)
- type UnimplementedJobPostingNotificationServiceServer
- type UnimplementedJobseekerNotificationServiceServer
- func (UnimplementedJobseekerNotificationServiceServer) NotifyApplicationStatusChange(context.Context, *NotifyApplicationStatusChangeRequest) (*NotifyApplicationStatusChangeResponse, error)
- func (UnimplementedJobseekerNotificationServiceServer) NotifyDailyJobAlert(context.Context, *NotifyDailyJobAlertRequest) (*NotifyDailyJobAlertResponse, error)
- func (UnimplementedJobseekerNotificationServiceServer) NotifyInterviewSchedule(context.Context, *domain.JobseekerInterviewSchedule) (*NotifyJobseekerInterviewScheduleResponse, error)
- func (UnimplementedJobseekerNotificationServiceServer) NotifyInterviewScheduleDeleted(context.Context, *NotifyInterviewScheduleDeletedRequest) (*NotifyInterviewScheduleDeletedResponse, error)
- func (UnimplementedJobseekerNotificationServiceServer) NotifyInterviewScheduleUpdated(context.Context, *domain.JobseekerInterviewSchedule) (*NotifyJobseekerInterviewScheduleResponse, error)
- func (UnimplementedJobseekerNotificationServiceServer) NotifyInvitation(context.Context, *domain.InvitationRequest) (*NotifyJobseekerInvitationResponse, error)
- type UnsafeEmployerNotificationServiceServer
- type UnsafeJobPostingNotificationServiceServer
- type UnsafeJobseekerNotificationServiceServer
Constants ¶
This section is empty.
Variables ¶
var EmployerNotificationService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "protos.service.EmployerNotificationService", HandlerType: (*EmployerNotificationServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "NotifyInvitation", Handler: _EmployerNotificationService_NotifyInvitation_Handler, }, { MethodName: "NotifyApplicantCount", Handler: _EmployerNotificationService_NotifyApplicantCount_Handler, }, { MethodName: "NotifyInterviewSchedule", Handler: _EmployerNotificationService_NotifyInterviewSchedule_Handler, }, { MethodName: "NotifyInterviewScheduleDeclined", Handler: _EmployerNotificationService_NotifyInterviewScheduleDeclined_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "protos/service/employer_notification_service.grpc.proto", }
EmployerNotificationService_ServiceDesc is the grpc.ServiceDesc for EmployerNotificationService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var File_protos_service_employer_notification_service_grpc_proto protoreflect.FileDescriptor
var File_protos_service_jobposting_notification_service_grpc_proto protoreflect.FileDescriptor
var File_protos_service_jobseeker_notification_service_grpc_proto protoreflect.FileDescriptor
var JobPostingNotificationService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "protos.service.JobPostingNotificationService", HandlerType: (*JobPostingNotificationServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "CloseJob", Handler: _JobPostingNotificationService_CloseJob_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "protos/service/jobposting_notification_service.grpc.proto", }
JobPostingNotificationService_ServiceDesc is the grpc.ServiceDesc for JobPostingNotificationService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var JobseekerNotificationService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "protos.service.JobseekerNotificationService", HandlerType: (*JobseekerNotificationServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "NotifyInvitation", Handler: _JobseekerNotificationService_NotifyInvitation_Handler, }, { MethodName: "NotifyApplicationStatusChange", Handler: _JobseekerNotificationService_NotifyApplicationStatusChange_Handler, }, { MethodName: "NotifyInterviewSchedule", Handler: _JobseekerNotificationService_NotifyInterviewSchedule_Handler, }, { MethodName: "NotifyInterviewScheduleUpdated", Handler: _JobseekerNotificationService_NotifyInterviewScheduleUpdated_Handler, }, { MethodName: "NotifyInterviewScheduleDeleted", Handler: _JobseekerNotificationService_NotifyInterviewScheduleDeleted_Handler, }, { MethodName: "NotifyDailyJobAlert", Handler: _JobseekerNotificationService_NotifyDailyJobAlert_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "protos/service/jobseeker_notification_service.grpc.proto", }
JobseekerNotificationService_ServiceDesc is the grpc.ServiceDesc for JobseekerNotificationService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
Functions ¶
func RegisterEmployerNotificationServiceServer ¶
func RegisterEmployerNotificationServiceServer(s grpc.ServiceRegistrar, srv EmployerNotificationServiceServer)
func RegisterJobPostingNotificationServiceServer ¶
func RegisterJobPostingNotificationServiceServer(s grpc.ServiceRegistrar, srv JobPostingNotificationServiceServer)
func RegisterJobseekerNotificationServiceServer ¶
func RegisterJobseekerNotificationServiceServer(s grpc.ServiceRegistrar, srv JobseekerNotificationServiceServer)
Types ¶
type CloseJobRequest ¶
type CloseJobRequest struct { JobId string `protobuf:"bytes,1,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"` // contains filtered or unexported fields }
func (*CloseJobRequest) Descriptor
deprecated
func (*CloseJobRequest) Descriptor() ([]byte, []int)
Deprecated: Use CloseJobRequest.ProtoReflect.Descriptor instead.
func (*CloseJobRequest) GetJobId ¶
func (x *CloseJobRequest) GetJobId() string
func (*CloseJobRequest) ProtoMessage ¶
func (*CloseJobRequest) ProtoMessage()
func (*CloseJobRequest) ProtoReflect ¶
func (x *CloseJobRequest) ProtoReflect() protoreflect.Message
func (*CloseJobRequest) Reset ¶
func (x *CloseJobRequest) Reset()
func (*CloseJobRequest) String ¶
func (x *CloseJobRequest) String() string
type CloseJobResponse ¶
type CloseJobResponse struct { Status bool `protobuf:"varint,1,opt,name=status,proto3" json:"status,omitempty"` // contains filtered or unexported fields }
func (*CloseJobResponse) Descriptor
deprecated
func (*CloseJobResponse) Descriptor() ([]byte, []int)
Deprecated: Use CloseJobResponse.ProtoReflect.Descriptor instead.
func (*CloseJobResponse) GetStatus ¶
func (x *CloseJobResponse) GetStatus() bool
func (*CloseJobResponse) ProtoMessage ¶
func (*CloseJobResponse) ProtoMessage()
func (*CloseJobResponse) ProtoReflect ¶
func (x *CloseJobResponse) ProtoReflect() protoreflect.Message
func (*CloseJobResponse) Reset ¶
func (x *CloseJobResponse) Reset()
func (*CloseJobResponse) String ¶
func (x *CloseJobResponse) String() string
type EmployerNotificationServiceClient ¶
type EmployerNotificationServiceClient interface { NotifyInvitation(ctx context.Context, in *domain.InvitationResponse, opts ...grpc.CallOption) (*NotifyEmployerInvitationResponse, error) NotifyApplicantCount(ctx context.Context, in *domain.ApplicantCount, opts ...grpc.CallOption) (*NotifyApplicantCountResponse, error) NotifyInterviewSchedule(ctx context.Context, in *domain.EmployerInterviewSchedule, opts ...grpc.CallOption) (*NotifyEmployerInterviewScheduleResponse, error) NotifyInterviewScheduleDeclined(ctx context.Context, in *domain.EmployerInterviewScheduleDeclined, opts ...grpc.CallOption) (*NotifyEmployerInterviewScheduleResponse, error) }
EmployerNotificationServiceClient is the client API for EmployerNotificationService 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 NewEmployerNotificationServiceClient ¶
func NewEmployerNotificationServiceClient(cc grpc.ClientConnInterface) EmployerNotificationServiceClient
type EmployerNotificationServiceServer ¶
type EmployerNotificationServiceServer interface { NotifyInvitation(context.Context, *domain.InvitationResponse) (*NotifyEmployerInvitationResponse, error) NotifyApplicantCount(context.Context, *domain.ApplicantCount) (*NotifyApplicantCountResponse, error) NotifyInterviewSchedule(context.Context, *domain.EmployerInterviewSchedule) (*NotifyEmployerInterviewScheduleResponse, error) NotifyInterviewScheduleDeclined(context.Context, *domain.EmployerInterviewScheduleDeclined) (*NotifyEmployerInterviewScheduleResponse, error) // contains filtered or unexported methods }
EmployerNotificationServiceServer is the server API for EmployerNotificationService service. All implementations must embed UnimplementedEmployerNotificationServiceServer for forward compatibility
type JobPostingNotificationServiceClient ¶
type JobPostingNotificationServiceClient interface {
CloseJob(ctx context.Context, in *CloseJobRequest, opts ...grpc.CallOption) (*CloseJobResponse, error)
}
JobPostingNotificationServiceClient is the client API for JobPostingNotificationService 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 NewJobPostingNotificationServiceClient ¶
func NewJobPostingNotificationServiceClient(cc grpc.ClientConnInterface) JobPostingNotificationServiceClient
type JobPostingNotificationServiceServer ¶
type JobPostingNotificationServiceServer interface { CloseJob(context.Context, *CloseJobRequest) (*CloseJobResponse, error) // contains filtered or unexported methods }
JobPostingNotificationServiceServer is the server API for JobPostingNotificationService service. All implementations must embed UnimplementedJobPostingNotificationServiceServer for forward compatibility
type JobseekerNotificationServiceClient ¶
type JobseekerNotificationServiceClient interface { NotifyInvitation(ctx context.Context, in *domain.InvitationRequest, opts ...grpc.CallOption) (*NotifyJobseekerInvitationResponse, error) NotifyApplicationStatusChange(ctx context.Context, in *NotifyApplicationStatusChangeRequest, opts ...grpc.CallOption) (*NotifyApplicationStatusChangeResponse, error) NotifyInterviewSchedule(ctx context.Context, in *domain.JobseekerInterviewSchedule, opts ...grpc.CallOption) (*NotifyJobseekerInterviewScheduleResponse, error) NotifyInterviewScheduleUpdated(ctx context.Context, in *domain.JobseekerInterviewSchedule, opts ...grpc.CallOption) (*NotifyJobseekerInterviewScheduleResponse, error) NotifyInterviewScheduleDeleted(ctx context.Context, in *NotifyInterviewScheduleDeletedRequest, opts ...grpc.CallOption) (*NotifyInterviewScheduleDeletedResponse, error) NotifyDailyJobAlert(ctx context.Context, in *NotifyDailyJobAlertRequest, opts ...grpc.CallOption) (*NotifyDailyJobAlertResponse, error) }
JobseekerNotificationServiceClient is the client API for JobseekerNotificationService 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 NewJobseekerNotificationServiceClient ¶
func NewJobseekerNotificationServiceClient(cc grpc.ClientConnInterface) JobseekerNotificationServiceClient
type JobseekerNotificationServiceServer ¶
type JobseekerNotificationServiceServer interface { NotifyInvitation(context.Context, *domain.InvitationRequest) (*NotifyJobseekerInvitationResponse, error) NotifyApplicationStatusChange(context.Context, *NotifyApplicationStatusChangeRequest) (*NotifyApplicationStatusChangeResponse, error) NotifyInterviewSchedule(context.Context, *domain.JobseekerInterviewSchedule) (*NotifyJobseekerInterviewScheduleResponse, error) NotifyInterviewScheduleUpdated(context.Context, *domain.JobseekerInterviewSchedule) (*NotifyJobseekerInterviewScheduleResponse, error) NotifyInterviewScheduleDeleted(context.Context, *NotifyInterviewScheduleDeletedRequest) (*NotifyInterviewScheduleDeletedResponse, error) NotifyDailyJobAlert(context.Context, *NotifyDailyJobAlertRequest) (*NotifyDailyJobAlertResponse, error) // contains filtered or unexported methods }
JobseekerNotificationServiceServer is the server API for JobseekerNotificationService service. All implementations must embed UnimplementedJobseekerNotificationServiceServer for forward compatibility
type NotifyApplicantCountResponse ¶
type NotifyApplicantCountResponse struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*NotifyApplicantCountResponse) Descriptor
deprecated
func (*NotifyApplicantCountResponse) Descriptor() ([]byte, []int)
Deprecated: Use NotifyApplicantCountResponse.ProtoReflect.Descriptor instead.
func (*NotifyApplicantCountResponse) GetId ¶
func (x *NotifyApplicantCountResponse) GetId() string
func (*NotifyApplicantCountResponse) ProtoMessage ¶
func (*NotifyApplicantCountResponse) ProtoMessage()
func (*NotifyApplicantCountResponse) ProtoReflect ¶
func (x *NotifyApplicantCountResponse) ProtoReflect() protoreflect.Message
func (*NotifyApplicantCountResponse) Reset ¶
func (x *NotifyApplicantCountResponse) Reset()
func (*NotifyApplicantCountResponse) String ¶
func (x *NotifyApplicantCountResponse) String() string
type NotifyApplicationStatusChangeRequest ¶ added in v1.0.2
type NotifyApplicationStatusChangeRequest struct { ApplicationStatusChanges []*domain.ApplicationStatusChange `protobuf:"bytes,1,rep,name=applicationStatusChanges,proto3" json:"applicationStatusChanges,omitempty"` // contains filtered or unexported fields }
func (*NotifyApplicationStatusChangeRequest) Descriptor
deprecated
added in
v1.0.2
func (*NotifyApplicationStatusChangeRequest) Descriptor() ([]byte, []int)
Deprecated: Use NotifyApplicationStatusChangeRequest.ProtoReflect.Descriptor instead.
func (*NotifyApplicationStatusChangeRequest) GetApplicationStatusChanges ¶ added in v1.0.2
func (x *NotifyApplicationStatusChangeRequest) GetApplicationStatusChanges() []*domain.ApplicationStatusChange
func (*NotifyApplicationStatusChangeRequest) ProtoMessage ¶ added in v1.0.2
func (*NotifyApplicationStatusChangeRequest) ProtoMessage()
func (*NotifyApplicationStatusChangeRequest) ProtoReflect ¶ added in v1.0.2
func (x *NotifyApplicationStatusChangeRequest) ProtoReflect() protoreflect.Message
func (*NotifyApplicationStatusChangeRequest) Reset ¶ added in v1.0.2
func (x *NotifyApplicationStatusChangeRequest) Reset()
func (*NotifyApplicationStatusChangeRequest) String ¶ added in v1.0.2
func (x *NotifyApplicationStatusChangeRequest) String() string
type NotifyApplicationStatusChangeResponse ¶
type NotifyApplicationStatusChangeResponse struct { StatusId int32 `protobuf:"varint,1,opt,name=statusId,proto3" json:"statusId,omitempty"` Status string `protobuf:"bytes,2,opt,name=status,proto3" json:"status,omitempty"` // contains filtered or unexported fields }
func (*NotifyApplicationStatusChangeResponse) Descriptor
deprecated
func (*NotifyApplicationStatusChangeResponse) Descriptor() ([]byte, []int)
Deprecated: Use NotifyApplicationStatusChangeResponse.ProtoReflect.Descriptor instead.
func (*NotifyApplicationStatusChangeResponse) GetStatus ¶ added in v1.0.2
func (x *NotifyApplicationStatusChangeResponse) GetStatus() string
func (*NotifyApplicationStatusChangeResponse) GetStatusId ¶ added in v1.0.2
func (x *NotifyApplicationStatusChangeResponse) GetStatusId() int32
func (*NotifyApplicationStatusChangeResponse) ProtoMessage ¶
func (*NotifyApplicationStatusChangeResponse) ProtoMessage()
func (*NotifyApplicationStatusChangeResponse) ProtoReflect ¶
func (x *NotifyApplicationStatusChangeResponse) ProtoReflect() protoreflect.Message
func (*NotifyApplicationStatusChangeResponse) Reset ¶
func (x *NotifyApplicationStatusChangeResponse) Reset()
func (*NotifyApplicationStatusChangeResponse) String ¶
func (x *NotifyApplicationStatusChangeResponse) String() string
type NotifyDailyJobAlertRequest ¶ added in v1.0.5
type NotifyDailyJobAlertRequest struct { DailyJobAlertNotifications []*domain.DailyJobAlertNotification `` /* 143-byte string literal not displayed */ // contains filtered or unexported fields }
func (*NotifyDailyJobAlertRequest) Descriptor
deprecated
added in
v1.0.5
func (*NotifyDailyJobAlertRequest) Descriptor() ([]byte, []int)
Deprecated: Use NotifyDailyJobAlertRequest.ProtoReflect.Descriptor instead.
func (*NotifyDailyJobAlertRequest) GetDailyJobAlertNotifications ¶ added in v1.0.5
func (x *NotifyDailyJobAlertRequest) GetDailyJobAlertNotifications() []*domain.DailyJobAlertNotification
func (*NotifyDailyJobAlertRequest) ProtoMessage ¶ added in v1.0.5
func (*NotifyDailyJobAlertRequest) ProtoMessage()
func (*NotifyDailyJobAlertRequest) ProtoReflect ¶ added in v1.0.5
func (x *NotifyDailyJobAlertRequest) ProtoReflect() protoreflect.Message
func (*NotifyDailyJobAlertRequest) Reset ¶ added in v1.0.5
func (x *NotifyDailyJobAlertRequest) Reset()
func (*NotifyDailyJobAlertRequest) String ¶ added in v1.0.5
func (x *NotifyDailyJobAlertRequest) String() string
type NotifyDailyJobAlertResponse ¶ added in v1.0.5
type NotifyDailyJobAlertResponse struct { StatusId int32 `protobuf:"varint,1,opt,name=statusId,proto3" json:"statusId,omitempty"` Status string `protobuf:"bytes,2,opt,name=status,proto3" json:"status,omitempty"` // contains filtered or unexported fields }
func (*NotifyDailyJobAlertResponse) Descriptor
deprecated
added in
v1.0.5
func (*NotifyDailyJobAlertResponse) Descriptor() ([]byte, []int)
Deprecated: Use NotifyDailyJobAlertResponse.ProtoReflect.Descriptor instead.
func (*NotifyDailyJobAlertResponse) GetStatus ¶ added in v1.0.5
func (x *NotifyDailyJobAlertResponse) GetStatus() string
func (*NotifyDailyJobAlertResponse) GetStatusId ¶ added in v1.0.5
func (x *NotifyDailyJobAlertResponse) GetStatusId() int32
func (*NotifyDailyJobAlertResponse) ProtoMessage ¶ added in v1.0.5
func (*NotifyDailyJobAlertResponse) ProtoMessage()
func (*NotifyDailyJobAlertResponse) ProtoReflect ¶ added in v1.0.5
func (x *NotifyDailyJobAlertResponse) ProtoReflect() protoreflect.Message
func (*NotifyDailyJobAlertResponse) Reset ¶ added in v1.0.5
func (x *NotifyDailyJobAlertResponse) Reset()
func (*NotifyDailyJobAlertResponse) String ¶ added in v1.0.5
func (x *NotifyDailyJobAlertResponse) String() string
type NotifyEmployerInterviewScheduleResponse ¶ added in v1.0.3
type NotifyEmployerInterviewScheduleResponse struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*NotifyEmployerInterviewScheduleResponse) Descriptor
deprecated
added in
v1.0.3
func (*NotifyEmployerInterviewScheduleResponse) Descriptor() ([]byte, []int)
Deprecated: Use NotifyEmployerInterviewScheduleResponse.ProtoReflect.Descriptor instead.
func (*NotifyEmployerInterviewScheduleResponse) GetId ¶ added in v1.0.3
func (x *NotifyEmployerInterviewScheduleResponse) GetId() string
func (*NotifyEmployerInterviewScheduleResponse) ProtoMessage ¶ added in v1.0.3
func (*NotifyEmployerInterviewScheduleResponse) ProtoMessage()
func (*NotifyEmployerInterviewScheduleResponse) ProtoReflect ¶ added in v1.0.3
func (x *NotifyEmployerInterviewScheduleResponse) ProtoReflect() protoreflect.Message
func (*NotifyEmployerInterviewScheduleResponse) Reset ¶ added in v1.0.3
func (x *NotifyEmployerInterviewScheduleResponse) Reset()
func (*NotifyEmployerInterviewScheduleResponse) String ¶ added in v1.0.3
func (x *NotifyEmployerInterviewScheduleResponse) String() string
type NotifyEmployerInvitationResponse ¶
type NotifyEmployerInvitationResponse struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*NotifyEmployerInvitationResponse) Descriptor
deprecated
func (*NotifyEmployerInvitationResponse) Descriptor() ([]byte, []int)
Deprecated: Use NotifyEmployerInvitationResponse.ProtoReflect.Descriptor instead.
func (*NotifyEmployerInvitationResponse) GetId ¶
func (x *NotifyEmployerInvitationResponse) GetId() string
func (*NotifyEmployerInvitationResponse) ProtoMessage ¶
func (*NotifyEmployerInvitationResponse) ProtoMessage()
func (*NotifyEmployerInvitationResponse) ProtoReflect ¶
func (x *NotifyEmployerInvitationResponse) ProtoReflect() protoreflect.Message
func (*NotifyEmployerInvitationResponse) Reset ¶
func (x *NotifyEmployerInvitationResponse) Reset()
func (*NotifyEmployerInvitationResponse) String ¶
func (x *NotifyEmployerInvitationResponse) String() string
type NotifyInterviewScheduleDeletedRequest ¶ added in v1.0.5
type NotifyInterviewScheduleDeletedRequest struct { JobseekerInterviewSchedules []*domain.JobseekerInterviewSchedule `protobuf:"bytes,1,rep,name=jobseekerInterviewSchedules,proto3" json:"jobseekerInterviewSchedules,omitempty"` // contains filtered or unexported fields }
func (*NotifyInterviewScheduleDeletedRequest) Descriptor
deprecated
added in
v1.0.5
func (*NotifyInterviewScheduleDeletedRequest) Descriptor() ([]byte, []int)
Deprecated: Use NotifyInterviewScheduleDeletedRequest.ProtoReflect.Descriptor instead.
func (*NotifyInterviewScheduleDeletedRequest) GetJobseekerInterviewSchedules ¶ added in v1.0.5
func (x *NotifyInterviewScheduleDeletedRequest) GetJobseekerInterviewSchedules() []*domain.JobseekerInterviewSchedule
func (*NotifyInterviewScheduleDeletedRequest) ProtoMessage ¶ added in v1.0.5
func (*NotifyInterviewScheduleDeletedRequest) ProtoMessage()
func (*NotifyInterviewScheduleDeletedRequest) ProtoReflect ¶ added in v1.0.5
func (x *NotifyInterviewScheduleDeletedRequest) ProtoReflect() protoreflect.Message
func (*NotifyInterviewScheduleDeletedRequest) Reset ¶ added in v1.0.5
func (x *NotifyInterviewScheduleDeletedRequest) Reset()
func (*NotifyInterviewScheduleDeletedRequest) String ¶ added in v1.0.5
func (x *NotifyInterviewScheduleDeletedRequest) String() string
type NotifyInterviewScheduleDeletedResponse ¶ added in v1.0.5
type NotifyInterviewScheduleDeletedResponse struct { StatusId int32 `protobuf:"varint,1,opt,name=statusId,proto3" json:"statusId,omitempty"` Status string `protobuf:"bytes,2,opt,name=status,proto3" json:"status,omitempty"` // contains filtered or unexported fields }
func (*NotifyInterviewScheduleDeletedResponse) Descriptor
deprecated
added in
v1.0.5
func (*NotifyInterviewScheduleDeletedResponse) Descriptor() ([]byte, []int)
Deprecated: Use NotifyInterviewScheduleDeletedResponse.ProtoReflect.Descriptor instead.
func (*NotifyInterviewScheduleDeletedResponse) GetStatus ¶ added in v1.0.5
func (x *NotifyInterviewScheduleDeletedResponse) GetStatus() string
func (*NotifyInterviewScheduleDeletedResponse) GetStatusId ¶ added in v1.0.5
func (x *NotifyInterviewScheduleDeletedResponse) GetStatusId() int32
func (*NotifyInterviewScheduleDeletedResponse) ProtoMessage ¶ added in v1.0.5
func (*NotifyInterviewScheduleDeletedResponse) ProtoMessage()
func (*NotifyInterviewScheduleDeletedResponse) ProtoReflect ¶ added in v1.0.5
func (x *NotifyInterviewScheduleDeletedResponse) ProtoReflect() protoreflect.Message
func (*NotifyInterviewScheduleDeletedResponse) Reset ¶ added in v1.0.5
func (x *NotifyInterviewScheduleDeletedResponse) Reset()
func (*NotifyInterviewScheduleDeletedResponse) String ¶ added in v1.0.5
func (x *NotifyInterviewScheduleDeletedResponse) String() string
type NotifyJobseekerInterviewScheduleResponse ¶ added in v1.0.3
type NotifyJobseekerInterviewScheduleResponse struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*NotifyJobseekerInterviewScheduleResponse) Descriptor
deprecated
added in
v1.0.3
func (*NotifyJobseekerInterviewScheduleResponse) Descriptor() ([]byte, []int)
Deprecated: Use NotifyJobseekerInterviewScheduleResponse.ProtoReflect.Descriptor instead.
func (*NotifyJobseekerInterviewScheduleResponse) GetId ¶ added in v1.0.3
func (x *NotifyJobseekerInterviewScheduleResponse) GetId() string
func (*NotifyJobseekerInterviewScheduleResponse) ProtoMessage ¶ added in v1.0.3
func (*NotifyJobseekerInterviewScheduleResponse) ProtoMessage()
func (*NotifyJobseekerInterviewScheduleResponse) ProtoReflect ¶ added in v1.0.3
func (x *NotifyJobseekerInterviewScheduleResponse) ProtoReflect() protoreflect.Message
func (*NotifyJobseekerInterviewScheduleResponse) Reset ¶ added in v1.0.3
func (x *NotifyJobseekerInterviewScheduleResponse) Reset()
func (*NotifyJobseekerInterviewScheduleResponse) String ¶ added in v1.0.3
func (x *NotifyJobseekerInterviewScheduleResponse) String() string
type NotifyJobseekerInvitationResponse ¶
type NotifyJobseekerInvitationResponse struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*NotifyJobseekerInvitationResponse) Descriptor
deprecated
func (*NotifyJobseekerInvitationResponse) Descriptor() ([]byte, []int)
Deprecated: Use NotifyJobseekerInvitationResponse.ProtoReflect.Descriptor instead.
func (*NotifyJobseekerInvitationResponse) GetId ¶
func (x *NotifyJobseekerInvitationResponse) GetId() string
func (*NotifyJobseekerInvitationResponse) ProtoMessage ¶
func (*NotifyJobseekerInvitationResponse) ProtoMessage()
func (*NotifyJobseekerInvitationResponse) ProtoReflect ¶
func (x *NotifyJobseekerInvitationResponse) ProtoReflect() protoreflect.Message
func (*NotifyJobseekerInvitationResponse) Reset ¶
func (x *NotifyJobseekerInvitationResponse) Reset()
func (*NotifyJobseekerInvitationResponse) String ¶
func (x *NotifyJobseekerInvitationResponse) String() string
type UnimplementedEmployerNotificationServiceServer ¶
type UnimplementedEmployerNotificationServiceServer struct { }
UnimplementedEmployerNotificationServiceServer must be embedded to have forward compatible implementations.
func (UnimplementedEmployerNotificationServiceServer) NotifyApplicantCount ¶
func (UnimplementedEmployerNotificationServiceServer) NotifyApplicantCount(context.Context, *domain.ApplicantCount) (*NotifyApplicantCountResponse, error)
func (UnimplementedEmployerNotificationServiceServer) NotifyInterviewSchedule ¶ added in v1.0.3
func (UnimplementedEmployerNotificationServiceServer) NotifyInterviewSchedule(context.Context, *domain.EmployerInterviewSchedule) (*NotifyEmployerInterviewScheduleResponse, error)
func (UnimplementedEmployerNotificationServiceServer) NotifyInterviewScheduleDeclined ¶ added in v1.0.6
func (UnimplementedEmployerNotificationServiceServer) NotifyInterviewScheduleDeclined(context.Context, *domain.EmployerInterviewScheduleDeclined) (*NotifyEmployerInterviewScheduleResponse, error)
func (UnimplementedEmployerNotificationServiceServer) NotifyInvitation ¶
func (UnimplementedEmployerNotificationServiceServer) NotifyInvitation(context.Context, *domain.InvitationResponse) (*NotifyEmployerInvitationResponse, error)
type UnimplementedJobPostingNotificationServiceServer ¶
type UnimplementedJobPostingNotificationServiceServer struct { }
UnimplementedJobPostingNotificationServiceServer must be embedded to have forward compatible implementations.
func (UnimplementedJobPostingNotificationServiceServer) CloseJob ¶
func (UnimplementedJobPostingNotificationServiceServer) CloseJob(context.Context, *CloseJobRequest) (*CloseJobResponse, error)
type UnimplementedJobseekerNotificationServiceServer ¶
type UnimplementedJobseekerNotificationServiceServer struct { }
UnimplementedJobseekerNotificationServiceServer must be embedded to have forward compatible implementations.
func (UnimplementedJobseekerNotificationServiceServer) NotifyApplicationStatusChange ¶
func (UnimplementedJobseekerNotificationServiceServer) NotifyApplicationStatusChange(context.Context, *NotifyApplicationStatusChangeRequest) (*NotifyApplicationStatusChangeResponse, error)
func (UnimplementedJobseekerNotificationServiceServer) NotifyDailyJobAlert ¶ added in v1.0.5
func (UnimplementedJobseekerNotificationServiceServer) NotifyDailyJobAlert(context.Context, *NotifyDailyJobAlertRequest) (*NotifyDailyJobAlertResponse, error)
func (UnimplementedJobseekerNotificationServiceServer) NotifyInterviewSchedule ¶ added in v1.0.3
func (UnimplementedJobseekerNotificationServiceServer) NotifyInterviewSchedule(context.Context, *domain.JobseekerInterviewSchedule) (*NotifyJobseekerInterviewScheduleResponse, error)
func (UnimplementedJobseekerNotificationServiceServer) NotifyInterviewScheduleDeleted ¶ added in v1.0.5
func (UnimplementedJobseekerNotificationServiceServer) NotifyInterviewScheduleDeleted(context.Context, *NotifyInterviewScheduleDeletedRequest) (*NotifyInterviewScheduleDeletedResponse, error)
func (UnimplementedJobseekerNotificationServiceServer) NotifyInterviewScheduleUpdated ¶ added in v1.0.3
func (UnimplementedJobseekerNotificationServiceServer) NotifyInterviewScheduleUpdated(context.Context, *domain.JobseekerInterviewSchedule) (*NotifyJobseekerInterviewScheduleResponse, error)
func (UnimplementedJobseekerNotificationServiceServer) NotifyInvitation ¶
func (UnimplementedJobseekerNotificationServiceServer) NotifyInvitation(context.Context, *domain.InvitationRequest) (*NotifyJobseekerInvitationResponse, error)
type UnsafeEmployerNotificationServiceServer ¶
type UnsafeEmployerNotificationServiceServer interface {
// contains filtered or unexported methods
}
UnsafeEmployerNotificationServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to EmployerNotificationServiceServer will result in compilation errors.
type UnsafeJobPostingNotificationServiceServer ¶
type UnsafeJobPostingNotificationServiceServer interface {
// contains filtered or unexported methods
}
UnsafeJobPostingNotificationServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to JobPostingNotificationServiceServer will result in compilation errors.
type UnsafeJobseekerNotificationServiceServer ¶
type UnsafeJobseekerNotificationServiceServer interface {
// contains filtered or unexported methods
}
UnsafeJobseekerNotificationServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to JobseekerNotificationServiceServer will result in compilation errors.