Documentation ¶
Index ¶
- Variables
- type DailyJobAlert
- func (*DailyJobAlert) Descriptor() ([]byte, []int)deprecated
- func (x *DailyJobAlert) GetCount() int32
- func (x *DailyJobAlert) GetEmail() string
- func (x *DailyJobAlert) GetEmailAlertJobs() []*EmailAlertJob
- func (x *DailyJobAlert) GetHeaderTitle() string
- func (x *DailyJobAlert) GetSubject() string
- func (x *DailyJobAlert) GetUrl() string
- func (*DailyJobAlert) ProtoMessage()
- func (x *DailyJobAlert) ProtoReflect() protoreflect.Message
- func (x *DailyJobAlert) Reset()
- func (x *DailyJobAlert) String() string
- type EmailAlertJob
- func (*EmailAlertJob) Descriptor() ([]byte, []int)deprecated
- func (x *EmailAlertJob) GetCareerLevel() string
- func (x *EmailAlertJob) GetCompanyLogo() string
- func (x *EmailAlertJob) GetCompanyName() string
- func (x *EmailAlertJob) GetEmploymentType() string
- func (x *EmailAlertJob) GetIsLanco() bool
- func (x *EmailAlertJob) GetJobTitle() string
- func (x *EmailAlertJob) GetProvince() string
- func (x *EmailAlertJob) GetUrl() string
- func (*EmailAlertJob) ProtoMessage()
- func (x *EmailAlertJob) ProtoReflect() protoreflect.Message
- func (x *EmailAlertJob) Reset()
- func (x *EmailAlertJob) String() string
- type JobApplicationStatusUpdate
- func (*JobApplicationStatusUpdate) Descriptor() ([]byte, []int)deprecated
- func (x *JobApplicationStatusUpdate) GetCareerLevel() string
- func (x *JobApplicationStatusUpdate) GetCompanyName() string
- func (x *JobApplicationStatusUpdate) GetEmployerId() string
- func (x *JobApplicationStatusUpdate) GetEmploymentType() string
- func (x *JobApplicationStatusUpdate) GetIsLanco() bool
- func (x *JobApplicationStatusUpdate) GetJobId() string
- func (x *JobApplicationStatusUpdate) GetJobTitle() string
- func (x *JobApplicationStatusUpdate) GetLogoPath() string
- func (x *JobApplicationStatusUpdate) GetProvince() string
- func (x *JobApplicationStatusUpdate) GetRecipient() string
- func (x *JobApplicationStatusUpdate) GetStatus() string
- func (*JobApplicationStatusUpdate) ProtoMessage()
- func (x *JobApplicationStatusUpdate) ProtoReflect() protoreflect.Message
- func (x *JobApplicationStatusUpdate) Reset()
- func (x *JobApplicationStatusUpdate) String() string
- type JobInterviewRequest
- func (*JobInterviewRequest) Descriptor() ([]byte, []int)deprecated
- func (x *JobInterviewRequest) GetCareerLevel() string
- func (x *JobInterviewRequest) GetCompanyName() string
- func (x *JobInterviewRequest) GetEmployerFirstName() string
- func (x *JobInterviewRequest) GetEmployerId() string
- func (x *JobInterviewRequest) GetEmployerLastName() string
- func (x *JobInterviewRequest) GetEmploymentType() string
- func (x *JobInterviewRequest) GetInterviewDate() *timestamppb.Timestamp
- func (x *JobInterviewRequest) GetInterviewEnd() string
- func (x *JobInterviewRequest) GetInterviewMessage() string
- func (x *JobInterviewRequest) GetInterviewStart() string
- func (x *JobInterviewRequest) GetInterviewTitle() string
- func (x *JobInterviewRequest) GetIsLanco() bool
- func (x *JobInterviewRequest) GetJobId() string
- func (x *JobInterviewRequest) GetJobTitle() string
- func (x *JobInterviewRequest) GetLogoPath() string
- func (x *JobInterviewRequest) GetProvince() string
- func (x *JobInterviewRequest) GetRecipient() string
- func (*JobInterviewRequest) ProtoMessage()
- func (x *JobInterviewRequest) ProtoReflect() protoreflect.Message
- func (x *JobInterviewRequest) Reset()
- func (x *JobInterviewRequest) String() string
- type JobInvitation
- func (*JobInvitation) Descriptor() ([]byte, []int)deprecated
- func (x *JobInvitation) GetCareerLevel() string
- func (x *JobInvitation) GetCompanyName() string
- func (x *JobInvitation) GetEmployerFirstName() string
- func (x *JobInvitation) GetEmployerId() string
- func (x *JobInvitation) GetEmployerLastName() string
- func (x *JobInvitation) GetEmploymentType() string
- func (x *JobInvitation) GetIsLanco() bool
- func (x *JobInvitation) GetJobId() string
- func (x *JobInvitation) GetJobTitle() string
- func (x *JobInvitation) GetLogoPath() string
- func (x *JobInvitation) GetProvince() string
- func (x *JobInvitation) GetRecipient() string
- func (*JobInvitation) ProtoMessage()
- func (x *JobInvitation) ProtoReflect() protoreflect.Message
- func (x *JobInvitation) Reset()
- func (x *JobInvitation) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_protos_domain_DailyJobAlert_proto protoreflect.FileDescriptor
View Source
var File_protos_domain_EmailAlertJob_proto protoreflect.FileDescriptor
View Source
var File_protos_domain_JobApplicationStatusUpdate_proto protoreflect.FileDescriptor
View Source
var File_protos_domain_JobInterviewRequest_proto protoreflect.FileDescriptor
View Source
var File_protos_domain_JobInvitation_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type DailyJobAlert ¶ added in v1.0.1
type DailyJobAlert struct { Email string `protobuf:"bytes,1,opt,name=email,proto3" json:"email,omitempty"` EmailAlertJobs []*EmailAlertJob `protobuf:"bytes,2,rep,name=email_alert_jobs,json=emailAlertJobs,proto3" json:"email_alert_jobs,omitempty"` HeaderTitle string `protobuf:"bytes,3,opt,name=header_title,json=headerTitle,proto3" json:"header_title,omitempty"` Url string `protobuf:"bytes,4,opt,name=url,proto3" json:"url,omitempty"` Count int32 `protobuf:"varint,5,opt,name=count,proto3" json:"count,omitempty"` Subject string `protobuf:"bytes,6,opt,name=subject,proto3" json:"subject,omitempty"` // contains filtered or unexported fields }
func (*DailyJobAlert) Descriptor
deprecated
added in
v1.0.1
func (*DailyJobAlert) Descriptor() ([]byte, []int)
Deprecated: Use DailyJobAlert.ProtoReflect.Descriptor instead.
func (*DailyJobAlert) GetCount ¶ added in v1.0.1
func (x *DailyJobAlert) GetCount() int32
func (*DailyJobAlert) GetEmail ¶ added in v1.0.1
func (x *DailyJobAlert) GetEmail() string
func (*DailyJobAlert) GetEmailAlertJobs ¶ added in v1.0.1
func (x *DailyJobAlert) GetEmailAlertJobs() []*EmailAlertJob
func (*DailyJobAlert) GetHeaderTitle ¶ added in v1.0.1
func (x *DailyJobAlert) GetHeaderTitle() string
func (*DailyJobAlert) GetSubject ¶ added in v1.0.3
func (x *DailyJobAlert) GetSubject() string
func (*DailyJobAlert) GetUrl ¶ added in v1.0.1
func (x *DailyJobAlert) GetUrl() string
func (*DailyJobAlert) ProtoMessage ¶ added in v1.0.1
func (*DailyJobAlert) ProtoMessage()
func (*DailyJobAlert) ProtoReflect ¶ added in v1.0.1
func (x *DailyJobAlert) ProtoReflect() protoreflect.Message
func (*DailyJobAlert) Reset ¶ added in v1.0.1
func (x *DailyJobAlert) Reset()
func (*DailyJobAlert) String ¶ added in v1.0.1
func (x *DailyJobAlert) String() string
type EmailAlertJob ¶ added in v1.0.1
type EmailAlertJob struct { JobTitle string `protobuf:"bytes,1,opt,name=job_title,json=jobTitle,proto3" json:"job_title,omitempty"` CompanyName string `protobuf:"bytes,2,opt,name=company_name,json=companyName,proto3" json:"company_name,omitempty"` CompanyLogo string `protobuf:"bytes,3,opt,name=company_logo,json=companyLogo,proto3" json:"company_logo,omitempty"` IsLanco bool `protobuf:"varint,4,opt,name=is_lanco,json=isLanco,proto3" json:"is_lanco,omitempty"` Province string `protobuf:"bytes,5,opt,name=province,proto3" json:"province,omitempty"` CareerLevel string `protobuf:"bytes,6,opt,name=career_level,json=careerLevel,proto3" json:"career_level,omitempty"` EmploymentType string `protobuf:"bytes,7,opt,name=employment_type,json=employmentType,proto3" json:"employment_type,omitempty"` Url string `protobuf:"bytes,8,opt,name=url,proto3" json:"url,omitempty"` // contains filtered or unexported fields }
func (*EmailAlertJob) Descriptor
deprecated
added in
v1.0.1
func (*EmailAlertJob) Descriptor() ([]byte, []int)
Deprecated: Use EmailAlertJob.ProtoReflect.Descriptor instead.
func (*EmailAlertJob) GetCareerLevel ¶ added in v1.0.1
func (x *EmailAlertJob) GetCareerLevel() string
func (*EmailAlertJob) GetCompanyLogo ¶ added in v1.0.1
func (x *EmailAlertJob) GetCompanyLogo() string
func (*EmailAlertJob) GetCompanyName ¶ added in v1.0.1
func (x *EmailAlertJob) GetCompanyName() string
func (*EmailAlertJob) GetEmploymentType ¶ added in v1.0.1
func (x *EmailAlertJob) GetEmploymentType() string
func (*EmailAlertJob) GetIsLanco ¶ added in v1.0.1
func (x *EmailAlertJob) GetIsLanco() bool
func (*EmailAlertJob) GetJobTitle ¶ added in v1.0.1
func (x *EmailAlertJob) GetJobTitle() string
func (*EmailAlertJob) GetProvince ¶ added in v1.0.1
func (x *EmailAlertJob) GetProvince() string
func (*EmailAlertJob) GetUrl ¶ added in v1.0.1
func (x *EmailAlertJob) GetUrl() string
func (*EmailAlertJob) ProtoMessage ¶ added in v1.0.1
func (*EmailAlertJob) ProtoMessage()
func (*EmailAlertJob) ProtoReflect ¶ added in v1.0.1
func (x *EmailAlertJob) ProtoReflect() protoreflect.Message
func (*EmailAlertJob) Reset ¶ added in v1.0.1
func (x *EmailAlertJob) Reset()
func (*EmailAlertJob) String ¶ added in v1.0.1
func (x *EmailAlertJob) String() string
type JobApplicationStatusUpdate ¶
type JobApplicationStatusUpdate struct { EmployerId string `protobuf:"bytes,1,opt,name=employer_id,json=employerId,proto3" json:"employer_id,omitempty"` CompanyName string `protobuf:"bytes,2,opt,name=company_name,json=companyName,proto3" json:"company_name,omitempty"` LogoPath string `protobuf:"bytes,3,opt,name=logoPath,proto3" json:"logoPath,omitempty"` JobId string `protobuf:"bytes,4,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"` JobTitle string `protobuf:"bytes,5,opt,name=job_title,json=jobTitle,proto3" json:"job_title,omitempty"` Status string `protobuf:"bytes,6,opt,name=status,proto3" json:"status,omitempty"` IsLanco bool `protobuf:"varint,7,opt,name=is_lanco,json=isLanco,proto3" json:"is_lanco,omitempty"` Province string `protobuf:"bytes,8,opt,name=province,proto3" json:"province,omitempty"` CareerLevel string `protobuf:"bytes,9,opt,name=career_level,json=careerLevel,proto3" json:"career_level,omitempty"` EmploymentType string `protobuf:"bytes,10,opt,name=employment_type,json=employmentType,proto3" json:"employment_type,omitempty"` Recipient string `protobuf:"bytes,11,opt,name=recipient,proto3" json:"recipient,omitempty"` // contains filtered or unexported fields }
func (*JobApplicationStatusUpdate) Descriptor
deprecated
func (*JobApplicationStatusUpdate) Descriptor() ([]byte, []int)
Deprecated: Use JobApplicationStatusUpdate.ProtoReflect.Descriptor instead.
func (*JobApplicationStatusUpdate) GetCareerLevel ¶
func (x *JobApplicationStatusUpdate) GetCareerLevel() string
func (*JobApplicationStatusUpdate) GetCompanyName ¶
func (x *JobApplicationStatusUpdate) GetCompanyName() string
func (*JobApplicationStatusUpdate) GetEmployerId ¶
func (x *JobApplicationStatusUpdate) GetEmployerId() string
func (*JobApplicationStatusUpdate) GetEmploymentType ¶
func (x *JobApplicationStatusUpdate) GetEmploymentType() string
func (*JobApplicationStatusUpdate) GetIsLanco ¶
func (x *JobApplicationStatusUpdate) GetIsLanco() bool
func (*JobApplicationStatusUpdate) GetJobId ¶
func (x *JobApplicationStatusUpdate) GetJobId() string
func (*JobApplicationStatusUpdate) GetJobTitle ¶
func (x *JobApplicationStatusUpdate) GetJobTitle() string
func (*JobApplicationStatusUpdate) GetLogoPath ¶
func (x *JobApplicationStatusUpdate) GetLogoPath() string
func (*JobApplicationStatusUpdate) GetProvince ¶
func (x *JobApplicationStatusUpdate) GetProvince() string
func (*JobApplicationStatusUpdate) GetRecipient ¶
func (x *JobApplicationStatusUpdate) GetRecipient() string
func (*JobApplicationStatusUpdate) GetStatus ¶
func (x *JobApplicationStatusUpdate) GetStatus() string
func (*JobApplicationStatusUpdate) ProtoMessage ¶
func (*JobApplicationStatusUpdate) ProtoMessage()
func (*JobApplicationStatusUpdate) ProtoReflect ¶
func (x *JobApplicationStatusUpdate) ProtoReflect() protoreflect.Message
func (*JobApplicationStatusUpdate) Reset ¶
func (x *JobApplicationStatusUpdate) Reset()
func (*JobApplicationStatusUpdate) String ¶
func (x *JobApplicationStatusUpdate) String() string
type JobInterviewRequest ¶
type JobInterviewRequest struct { EmployerId string `protobuf:"bytes,1,opt,name=employer_id,json=employerId,proto3" json:"employer_id,omitempty"` EmployerFirstName string `protobuf:"bytes,2,opt,name=employer_first_name,json=employerFirstName,proto3" json:"employer_first_name,omitempty"` EmployerLastName string `protobuf:"bytes,3,opt,name=employer_last_name,json=employerLastName,proto3" json:"employer_last_name,omitempty"` CompanyName string `protobuf:"bytes,4,opt,name=company_name,json=companyName,proto3" json:"company_name,omitempty"` LogoPath string `protobuf:"bytes,5,opt,name=logoPath,proto3" json:"logoPath,omitempty"` InterviewDate *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=interviewDate,proto3" json:"interviewDate,omitempty"` InterviewStart string `protobuf:"bytes,7,opt,name=interviewStart,proto3" json:"interviewStart,omitempty"` InterviewEnd string `protobuf:"bytes,8,opt,name=interviewEnd,proto3" json:"interviewEnd,omitempty"` JobId string `protobuf:"bytes,9,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"` JobTitle string `protobuf:"bytes,10,opt,name=job_title,json=jobTitle,proto3" json:"job_title,omitempty"` IsLanco bool `protobuf:"varint,11,opt,name=is_lanco,json=isLanco,proto3" json:"is_lanco,omitempty"` Province string `protobuf:"bytes,12,opt,name=province,proto3" json:"province,omitempty"` CareerLevel string `protobuf:"bytes,13,opt,name=career_level,json=careerLevel,proto3" json:"career_level,omitempty"` EmploymentType string `protobuf:"bytes,14,opt,name=employment_type,json=employmentType,proto3" json:"employment_type,omitempty"` Recipient string `protobuf:"bytes,15,opt,name=recipient,proto3" json:"recipient,omitempty"` InterviewTitle string `protobuf:"bytes,16,opt,name=interview_title,json=interviewTitle,proto3" json:"interview_title,omitempty"` InterviewMessage string `protobuf:"bytes,17,opt,name=interview_message,json=interviewMessage,proto3" json:"interview_message,omitempty"` // contains filtered or unexported fields }
func (*JobInterviewRequest) Descriptor
deprecated
func (*JobInterviewRequest) Descriptor() ([]byte, []int)
Deprecated: Use JobInterviewRequest.ProtoReflect.Descriptor instead.
func (*JobInterviewRequest) GetCareerLevel ¶
func (x *JobInterviewRequest) GetCareerLevel() string
func (*JobInterviewRequest) GetCompanyName ¶
func (x *JobInterviewRequest) GetCompanyName() string
func (*JobInterviewRequest) GetEmployerFirstName ¶
func (x *JobInterviewRequest) GetEmployerFirstName() string
func (*JobInterviewRequest) GetEmployerId ¶
func (x *JobInterviewRequest) GetEmployerId() string
func (*JobInterviewRequest) GetEmployerLastName ¶
func (x *JobInterviewRequest) GetEmployerLastName() string
func (*JobInterviewRequest) GetEmploymentType ¶
func (x *JobInterviewRequest) GetEmploymentType() string
func (*JobInterviewRequest) GetInterviewDate ¶
func (x *JobInterviewRequest) GetInterviewDate() *timestamppb.Timestamp
func (*JobInterviewRequest) GetInterviewEnd ¶
func (x *JobInterviewRequest) GetInterviewEnd() string
func (*JobInterviewRequest) GetInterviewMessage ¶ added in v1.0.1
func (x *JobInterviewRequest) GetInterviewMessage() string
func (*JobInterviewRequest) GetInterviewStart ¶
func (x *JobInterviewRequest) GetInterviewStart() string
func (*JobInterviewRequest) GetInterviewTitle ¶ added in v1.0.1
func (x *JobInterviewRequest) GetInterviewTitle() string
func (*JobInterviewRequest) GetIsLanco ¶
func (x *JobInterviewRequest) GetIsLanco() bool
func (*JobInterviewRequest) GetJobId ¶
func (x *JobInterviewRequest) GetJobId() string
func (*JobInterviewRequest) GetJobTitle ¶
func (x *JobInterviewRequest) GetJobTitle() string
func (*JobInterviewRequest) GetLogoPath ¶
func (x *JobInterviewRequest) GetLogoPath() string
func (*JobInterviewRequest) GetProvince ¶
func (x *JobInterviewRequest) GetProvince() string
func (*JobInterviewRequest) GetRecipient ¶
func (x *JobInterviewRequest) GetRecipient() string
func (*JobInterviewRequest) ProtoMessage ¶
func (*JobInterviewRequest) ProtoMessage()
func (*JobInterviewRequest) ProtoReflect ¶
func (x *JobInterviewRequest) ProtoReflect() protoreflect.Message
func (*JobInterviewRequest) Reset ¶
func (x *JobInterviewRequest) Reset()
func (*JobInterviewRequest) String ¶
func (x *JobInterviewRequest) String() string
type JobInvitation ¶
type JobInvitation struct { EmployerId string `protobuf:"bytes,1,opt,name=employer_id,json=employerId,proto3" json:"employer_id,omitempty"` EmployerFirstName string `protobuf:"bytes,2,opt,name=employer_first_name,json=employerFirstName,proto3" json:"employer_first_name,omitempty"` EmployerLastName string `protobuf:"bytes,3,opt,name=employer_last_name,json=employerLastName,proto3" json:"employer_last_name,omitempty"` CompanyName string `protobuf:"bytes,4,opt,name=company_name,json=companyName,proto3" json:"company_name,omitempty"` LogoPath string `protobuf:"bytes,5,opt,name=logoPath,proto3" json:"logoPath,omitempty"` JobId string `protobuf:"bytes,6,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"` JobTitle string `protobuf:"bytes,7,opt,name=job_title,json=jobTitle,proto3" json:"job_title,omitempty"` IsLanco bool `protobuf:"varint,8,opt,name=is_lanco,json=isLanco,proto3" json:"is_lanco,omitempty"` Province string `protobuf:"bytes,9,opt,name=province,proto3" json:"province,omitempty"` CareerLevel string `protobuf:"bytes,10,opt,name=career_level,json=careerLevel,proto3" json:"career_level,omitempty"` EmploymentType string `protobuf:"bytes,11,opt,name=employment_type,json=employmentType,proto3" json:"employment_type,omitempty"` Recipient string `protobuf:"bytes,12,opt,name=recipient,proto3" json:"recipient,omitempty"` // contains filtered or unexported fields }
func (*JobInvitation) Descriptor
deprecated
func (*JobInvitation) Descriptor() ([]byte, []int)
Deprecated: Use JobInvitation.ProtoReflect.Descriptor instead.
func (*JobInvitation) GetCareerLevel ¶
func (x *JobInvitation) GetCareerLevel() string
func (*JobInvitation) GetCompanyName ¶
func (x *JobInvitation) GetCompanyName() string
func (*JobInvitation) GetEmployerFirstName ¶
func (x *JobInvitation) GetEmployerFirstName() string
func (*JobInvitation) GetEmployerId ¶
func (x *JobInvitation) GetEmployerId() string
func (*JobInvitation) GetEmployerLastName ¶
func (x *JobInvitation) GetEmployerLastName() string
func (*JobInvitation) GetEmploymentType ¶
func (x *JobInvitation) GetEmploymentType() string
func (*JobInvitation) GetIsLanco ¶
func (x *JobInvitation) GetIsLanco() bool
func (*JobInvitation) GetJobId ¶
func (x *JobInvitation) GetJobId() string
func (*JobInvitation) GetJobTitle ¶
func (x *JobInvitation) GetJobTitle() string
func (*JobInvitation) GetLogoPath ¶
func (x *JobInvitation) GetLogoPath() string
func (*JobInvitation) GetProvince ¶
func (x *JobInvitation) GetProvince() string
func (*JobInvitation) GetRecipient ¶
func (x *JobInvitation) GetRecipient() string
func (*JobInvitation) ProtoMessage ¶
func (*JobInvitation) ProtoMessage()
func (*JobInvitation) ProtoReflect ¶
func (x *JobInvitation) ProtoReflect() protoreflect.Message
func (*JobInvitation) Reset ¶
func (x *JobInvitation) Reset()
func (*JobInvitation) String ¶
func (x *JobInvitation) String() string
Click to show internal directories.
Click to hide internal directories.