domain

package
v1.0.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 3, 2021 License: Apache-2.0 Imports: 5 Imported by: 1

Documentation

Index

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"`
	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 (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 (*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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL