domain

package
v1.0.6 Latest Latest
Warning

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

Go to latest
Published: Oct 29, 2021 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_protos_domain_applicant_count_grpc_proto protoreflect.FileDescriptor
View Source
var File_protos_domain_application_status_change_grpc_proto protoreflect.FileDescriptor
View Source
var File_protos_domain_daily_job_alert_notification_grpc_proto protoreflect.FileDescriptor
View Source
var File_protos_domain_employer_interview_schedule_declined_grpc_proto protoreflect.FileDescriptor
View Source
var File_protos_domain_employer_interview_schedule_proto protoreflect.FileDescriptor
View Source
var File_protos_domain_invitation_request_grpc_proto protoreflect.FileDescriptor
View Source
var File_protos_domain_invitation_response_grpc_proto protoreflect.FileDescriptor
View Source
var File_protos_domain_jobseeker_interview_schedule_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type ApplicantCount

type ApplicantCount struct {
	UserId      string                 `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	EmployerId  string                 `protobuf:"bytes,2,opt,name=employer_id,json=employerId,proto3" json:"employer_id,omitempty"`
	Type        string                 `protobuf:"bytes,3,opt,name=type,proto3" json:"type,omitempty"`
	IsViewed    bool                   `protobuf:"varint,4,opt,name=is_viewed,json=isViewed,proto3" json:"is_viewed,omitempty"`
	IsSeen      bool                   `protobuf:"varint,5,opt,name=is_seen,json=isSeen,proto3" json:"is_seen,omitempty"`
	UpdatedWhen *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=updated_when,json=updatedWhen,proto3" json:"updated_when,omitempty"`
	JobId       string                 `protobuf:"bytes,7,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ApplicantCount) Descriptor deprecated

func (*ApplicantCount) Descriptor() ([]byte, []int)

Deprecated: Use ApplicantCount.ProtoReflect.Descriptor instead.

func (*ApplicantCount) GetEmployerId

func (x *ApplicantCount) GetEmployerId() string

func (*ApplicantCount) GetIsSeen

func (x *ApplicantCount) GetIsSeen() bool

func (*ApplicantCount) GetIsViewed

func (x *ApplicantCount) GetIsViewed() bool

func (*ApplicantCount) GetJobId

func (x *ApplicantCount) GetJobId() string

func (*ApplicantCount) GetType

func (x *ApplicantCount) GetType() string

func (*ApplicantCount) GetUpdatedWhen

func (x *ApplicantCount) GetUpdatedWhen() *timestamppb.Timestamp

func (*ApplicantCount) GetUserId

func (x *ApplicantCount) GetUserId() string

func (*ApplicantCount) ProtoMessage

func (*ApplicantCount) ProtoMessage()

func (*ApplicantCount) ProtoReflect

func (x *ApplicantCount) ProtoReflect() protoreflect.Message

func (*ApplicantCount) Reset

func (x *ApplicantCount) Reset()

func (*ApplicantCount) String

func (x *ApplicantCount) String() string

type ApplicationStatusChange

type ApplicationStatusChange struct {
	JobseekerId string                 `protobuf:"bytes,1,opt,name=jobseeker_id,json=jobseekerId,proto3" json:"jobseeker_id,omitempty"`
	Type        string                 `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"`
	IsViewed    bool                   `protobuf:"varint,3,opt,name=is_viewed,json=isViewed,proto3" json:"is_viewed,omitempty"`
	IsSeen      bool                   `protobuf:"varint,4,opt,name=is_seen,json=isSeen,proto3" json:"is_seen,omitempty"`
	UpdatedWhen *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=updated_when,json=updatedWhen,proto3" json:"updated_when,omitempty"`
	EmployerId  string                 `protobuf:"bytes,6,opt,name=employer_id,json=employerId,proto3" json:"employer_id,omitempty"`
	JobId       string                 `protobuf:"bytes,7,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"`
	StatusId    int32                  `protobuf:"varint,8,opt,name=status_id,json=statusId,proto3" json:"status_id,omitempty"`
	Status      string                 `protobuf:"bytes,9,opt,name=status,proto3" json:"status,omitempty"`
	// contains filtered or unexported fields
}

func (*ApplicationStatusChange) Descriptor deprecated

func (*ApplicationStatusChange) Descriptor() ([]byte, []int)

Deprecated: Use ApplicationStatusChange.ProtoReflect.Descriptor instead.

func (*ApplicationStatusChange) GetEmployerId

func (x *ApplicationStatusChange) GetEmployerId() string

func (*ApplicationStatusChange) GetIsSeen

func (x *ApplicationStatusChange) GetIsSeen() bool

func (*ApplicationStatusChange) GetIsViewed

func (x *ApplicationStatusChange) GetIsViewed() bool

func (*ApplicationStatusChange) GetJobId

func (x *ApplicationStatusChange) GetJobId() string

func (*ApplicationStatusChange) GetJobseekerId

func (x *ApplicationStatusChange) GetJobseekerId() string

func (*ApplicationStatusChange) GetStatus

func (x *ApplicationStatusChange) GetStatus() string

func (*ApplicationStatusChange) GetStatusId

func (x *ApplicationStatusChange) GetStatusId() int32

func (*ApplicationStatusChange) GetType

func (x *ApplicationStatusChange) GetType() string

func (*ApplicationStatusChange) GetUpdatedWhen

func (x *ApplicationStatusChange) GetUpdatedWhen() *timestamppb.Timestamp

func (*ApplicationStatusChange) ProtoMessage

func (*ApplicationStatusChange) ProtoMessage()

func (*ApplicationStatusChange) ProtoReflect

func (x *ApplicationStatusChange) ProtoReflect() protoreflect.Message

func (*ApplicationStatusChange) Reset

func (x *ApplicationStatusChange) Reset()

func (*ApplicationStatusChange) String

func (x *ApplicationStatusChange) String() string

type DailyJobAlertNotification added in v1.0.5

type DailyJobAlertNotification struct {
	JobseekerId string                 `protobuf:"bytes,1,opt,name=jobseeker_id,json=jobseekerId,proto3" json:"jobseeker_id,omitempty"`
	Type        string                 `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"`
	IsViewed    bool                   `protobuf:"varint,3,opt,name=is_viewed,json=isViewed,proto3" json:"is_viewed,omitempty"`
	IsSeen      bool                   `protobuf:"varint,4,opt,name=is_seen,json=isSeen,proto3" json:"is_seen,omitempty"`
	UpdatedWhen *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=updated_when,json=updatedWhen,proto3" json:"updated_when,omitempty"`
	Keyword     string                 `protobuf:"bytes,6,opt,name=keyword,proto3" json:"keyword,omitempty"`
	Count       int32                  `protobuf:"varint,7,opt,name=count,proto3" json:"count,omitempty"`
	Url         string                 `protobuf:"bytes,8,opt,name=url,proto3" json:"url,omitempty"`
	Province    string                 `protobuf:"bytes,9,opt,name=province,proto3" json:"province,omitempty"`
	// contains filtered or unexported fields
}

func (*DailyJobAlertNotification) Descriptor deprecated added in v1.0.5

func (*DailyJobAlertNotification) Descriptor() ([]byte, []int)

Deprecated: Use DailyJobAlertNotification.ProtoReflect.Descriptor instead.

func (*DailyJobAlertNotification) GetCount added in v1.0.5

func (x *DailyJobAlertNotification) GetCount() int32

func (*DailyJobAlertNotification) GetIsSeen added in v1.0.5

func (x *DailyJobAlertNotification) GetIsSeen() bool

func (*DailyJobAlertNotification) GetIsViewed added in v1.0.5

func (x *DailyJobAlertNotification) GetIsViewed() bool

func (*DailyJobAlertNotification) GetJobseekerId added in v1.0.5

func (x *DailyJobAlertNotification) GetJobseekerId() string

func (*DailyJobAlertNotification) GetKeyword added in v1.0.6

func (x *DailyJobAlertNotification) GetKeyword() string

func (*DailyJobAlertNotification) GetProvince added in v1.0.6

func (x *DailyJobAlertNotification) GetProvince() string

func (*DailyJobAlertNotification) GetType added in v1.0.5

func (x *DailyJobAlertNotification) GetType() string

func (*DailyJobAlertNotification) GetUpdatedWhen added in v1.0.5

func (x *DailyJobAlertNotification) GetUpdatedWhen() *timestamppb.Timestamp

func (*DailyJobAlertNotification) GetUrl added in v1.0.6

func (x *DailyJobAlertNotification) GetUrl() string

func (*DailyJobAlertNotification) ProtoMessage added in v1.0.5

func (*DailyJobAlertNotification) ProtoMessage()

func (*DailyJobAlertNotification) ProtoReflect added in v1.0.5

func (*DailyJobAlertNotification) Reset added in v1.0.5

func (x *DailyJobAlertNotification) Reset()

func (*DailyJobAlertNotification) String added in v1.0.5

func (x *DailyJobAlertNotification) String() string

type EmployerInterviewSchedule added in v1.0.3

type EmployerInterviewSchedule struct {
	UserId      string                 `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	EmployerId  string                 `protobuf:"bytes,2,opt,name=employer_id,json=employerId,proto3" json:"employer_id,omitempty"`
	Type        string                 `protobuf:"bytes,3,opt,name=type,proto3" json:"type,omitempty"`
	IsViewed    bool                   `protobuf:"varint,4,opt,name=is_viewed,json=isViewed,proto3" json:"is_viewed,omitempty"`
	IsSeen      bool                   `protobuf:"varint,5,opt,name=is_seen,json=isSeen,proto3" json:"is_seen,omitempty"`
	UpdatedWhen *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=updated_when,json=updatedWhen,proto3" json:"updated_when,omitempty"`
	JobId       string                 `protobuf:"bytes,7,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"`
	JobseekerId string                 `protobuf:"bytes,8,opt,name=jobseeker_id,json=jobseekerId,proto3" json:"jobseeker_id,omitempty"`
	// contains filtered or unexported fields
}

func (*EmployerInterviewSchedule) Descriptor deprecated added in v1.0.3

func (*EmployerInterviewSchedule) Descriptor() ([]byte, []int)

Deprecated: Use EmployerInterviewSchedule.ProtoReflect.Descriptor instead.

func (*EmployerInterviewSchedule) GetEmployerId added in v1.0.3

func (x *EmployerInterviewSchedule) GetEmployerId() string

func (*EmployerInterviewSchedule) GetIsSeen added in v1.0.3

func (x *EmployerInterviewSchedule) GetIsSeen() bool

func (*EmployerInterviewSchedule) GetIsViewed added in v1.0.3

func (x *EmployerInterviewSchedule) GetIsViewed() bool

func (*EmployerInterviewSchedule) GetJobId added in v1.0.3

func (x *EmployerInterviewSchedule) GetJobId() string

func (*EmployerInterviewSchedule) GetJobseekerId added in v1.0.3

func (x *EmployerInterviewSchedule) GetJobseekerId() string

func (*EmployerInterviewSchedule) GetType added in v1.0.3

func (x *EmployerInterviewSchedule) GetType() string

func (*EmployerInterviewSchedule) GetUpdatedWhen added in v1.0.3

func (x *EmployerInterviewSchedule) GetUpdatedWhen() *timestamppb.Timestamp

func (*EmployerInterviewSchedule) GetUserId added in v1.0.3

func (x *EmployerInterviewSchedule) GetUserId() string

func (*EmployerInterviewSchedule) ProtoMessage added in v1.0.3

func (*EmployerInterviewSchedule) ProtoMessage()

func (*EmployerInterviewSchedule) ProtoReflect added in v1.0.3

func (*EmployerInterviewSchedule) Reset added in v1.0.3

func (x *EmployerInterviewSchedule) Reset()

func (*EmployerInterviewSchedule) String added in v1.0.3

func (x *EmployerInterviewSchedule) String() string

type EmployerInterviewScheduleDeclined added in v1.0.6

type EmployerInterviewScheduleDeclined struct {
	UserId      string                 `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	EmployerId  string                 `protobuf:"bytes,2,opt,name=employer_id,json=employerId,proto3" json:"employer_id,omitempty"`
	Type        string                 `protobuf:"bytes,3,opt,name=type,proto3" json:"type,omitempty"`
	IsViewed    bool                   `protobuf:"varint,4,opt,name=is_viewed,json=isViewed,proto3" json:"is_viewed,omitempty"`
	IsSeen      bool                   `protobuf:"varint,5,opt,name=is_seen,json=isSeen,proto3" json:"is_seen,omitempty"`
	UpdatedWhen *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=updated_when,json=updatedWhen,proto3" json:"updated_when,omitempty"`
	JobId       string                 `protobuf:"bytes,7,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"`
	JobseekerId string                 `protobuf:"bytes,8,opt,name=jobseeker_id,json=jobseekerId,proto3" json:"jobseeker_id,omitempty"`
	// contains filtered or unexported fields
}

func (*EmployerInterviewScheduleDeclined) Descriptor deprecated added in v1.0.6

func (*EmployerInterviewScheduleDeclined) Descriptor() ([]byte, []int)

Deprecated: Use EmployerInterviewScheduleDeclined.ProtoReflect.Descriptor instead.

func (*EmployerInterviewScheduleDeclined) GetEmployerId added in v1.0.6

func (x *EmployerInterviewScheduleDeclined) GetEmployerId() string

func (*EmployerInterviewScheduleDeclined) GetIsSeen added in v1.0.6

func (x *EmployerInterviewScheduleDeclined) GetIsSeen() bool

func (*EmployerInterviewScheduleDeclined) GetIsViewed added in v1.0.6

func (x *EmployerInterviewScheduleDeclined) GetIsViewed() bool

func (*EmployerInterviewScheduleDeclined) GetJobId added in v1.0.6

func (*EmployerInterviewScheduleDeclined) GetJobseekerId added in v1.0.6

func (x *EmployerInterviewScheduleDeclined) GetJobseekerId() string

func (*EmployerInterviewScheduleDeclined) GetType added in v1.0.6

func (*EmployerInterviewScheduleDeclined) GetUpdatedWhen added in v1.0.6

func (*EmployerInterviewScheduleDeclined) GetUserId added in v1.0.6

func (*EmployerInterviewScheduleDeclined) ProtoMessage added in v1.0.6

func (*EmployerInterviewScheduleDeclined) ProtoMessage()

func (*EmployerInterviewScheduleDeclined) ProtoReflect added in v1.0.6

func (*EmployerInterviewScheduleDeclined) Reset added in v1.0.6

func (*EmployerInterviewScheduleDeclined) String added in v1.0.6

type InvitationRequest

type InvitationRequest struct {
	JobseekerId  string                 `protobuf:"bytes,1,opt,name=jobseeker_id,json=jobseekerId,proto3" json:"jobseeker_id,omitempty"`
	Type         string                 `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"`
	IsViewed     bool                   `protobuf:"varint,3,opt,name=is_viewed,json=isViewed,proto3" json:"is_viewed,omitempty"`
	IsSeen       bool                   `protobuf:"varint,4,opt,name=is_seen,json=isSeen,proto3" json:"is_seen,omitempty"`
	UpdatedWhen  *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=updated_when,json=updatedWhen,proto3" json:"updated_when,omitempty"`
	EmployerId   string                 `protobuf:"bytes,6,opt,name=employer_id,json=employerId,proto3" json:"employer_id,omitempty"`
	JobId        string                 `protobuf:"bytes,7,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"`
	InvitationId int32                  `protobuf:"varint,8,opt,name=invitation_id,json=invitationId,proto3" json:"invitation_id,omitempty"`
	Status       string                 `protobuf:"bytes,9,opt,name=status,proto3" json:"status,omitempty"`
	// contains filtered or unexported fields
}

func (*InvitationRequest) Descriptor deprecated

func (*InvitationRequest) Descriptor() ([]byte, []int)

Deprecated: Use InvitationRequest.ProtoReflect.Descriptor instead.

func (*InvitationRequest) GetEmployerId

func (x *InvitationRequest) GetEmployerId() string

func (*InvitationRequest) GetInvitationId

func (x *InvitationRequest) GetInvitationId() int32

func (*InvitationRequest) GetIsSeen

func (x *InvitationRequest) GetIsSeen() bool

func (*InvitationRequest) GetIsViewed

func (x *InvitationRequest) GetIsViewed() bool

func (*InvitationRequest) GetJobId

func (x *InvitationRequest) GetJobId() string

func (*InvitationRequest) GetJobseekerId

func (x *InvitationRequest) GetJobseekerId() string

func (*InvitationRequest) GetStatus

func (x *InvitationRequest) GetStatus() string

func (*InvitationRequest) GetType

func (x *InvitationRequest) GetType() string

func (*InvitationRequest) GetUpdatedWhen

func (x *InvitationRequest) GetUpdatedWhen() *timestamppb.Timestamp

func (*InvitationRequest) ProtoMessage

func (*InvitationRequest) ProtoMessage()

func (*InvitationRequest) ProtoReflect

func (x *InvitationRequest) ProtoReflect() protoreflect.Message

func (*InvitationRequest) Reset

func (x *InvitationRequest) Reset()

func (*InvitationRequest) String

func (x *InvitationRequest) String() string

type InvitationResponse

type InvitationResponse struct {
	UserId       string                 `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	EmployerId   string                 `protobuf:"bytes,2,opt,name=employer_id,json=employerId,proto3" json:"employer_id,omitempty"`
	Type         string                 `protobuf:"bytes,3,opt,name=type,proto3" json:"type,omitempty"`
	IsViewed     bool                   `protobuf:"varint,4,opt,name=is_viewed,json=isViewed,proto3" json:"is_viewed,omitempty"`
	IsSeen       bool                   `protobuf:"varint,5,opt,name=is_seen,json=isSeen,proto3" json:"is_seen,omitempty"`
	UpdatedWhen  *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=updated_when,json=updatedWhen,proto3" json:"updated_when,omitempty"`
	JobId        string                 `protobuf:"bytes,7,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"`
	JobseekerId  string                 `protobuf:"bytes,8,opt,name=jobseeker_id,json=jobseekerId,proto3" json:"jobseeker_id,omitempty"`
	InvitationId int32                  `protobuf:"varint,9,opt,name=invitation_id,json=invitationId,proto3" json:"invitation_id,omitempty"`
	Status       string                 `protobuf:"bytes,10,opt,name=status,proto3" json:"status,omitempty"`
	// contains filtered or unexported fields
}

func (*InvitationResponse) Descriptor deprecated

func (*InvitationResponse) Descriptor() ([]byte, []int)

Deprecated: Use InvitationResponse.ProtoReflect.Descriptor instead.

func (*InvitationResponse) GetEmployerId

func (x *InvitationResponse) GetEmployerId() string

func (*InvitationResponse) GetInvitationId

func (x *InvitationResponse) GetInvitationId() int32

func (*InvitationResponse) GetIsSeen

func (x *InvitationResponse) GetIsSeen() bool

func (*InvitationResponse) GetIsViewed

func (x *InvitationResponse) GetIsViewed() bool

func (*InvitationResponse) GetJobId

func (x *InvitationResponse) GetJobId() string

func (*InvitationResponse) GetJobseekerId

func (x *InvitationResponse) GetJobseekerId() string

func (*InvitationResponse) GetStatus

func (x *InvitationResponse) GetStatus() string

func (*InvitationResponse) GetType

func (x *InvitationResponse) GetType() string

func (*InvitationResponse) GetUpdatedWhen

func (x *InvitationResponse) GetUpdatedWhen() *timestamppb.Timestamp

func (*InvitationResponse) GetUserId

func (x *InvitationResponse) GetUserId() string

func (*InvitationResponse) ProtoMessage

func (*InvitationResponse) ProtoMessage()

func (*InvitationResponse) ProtoReflect

func (x *InvitationResponse) ProtoReflect() protoreflect.Message

func (*InvitationResponse) Reset

func (x *InvitationResponse) Reset()

func (*InvitationResponse) String

func (x *InvitationResponse) String() string

type JobseekerInterviewSchedule added in v1.0.3

type JobseekerInterviewSchedule struct {
	JobseekerId string                 `protobuf:"bytes,1,opt,name=jobseeker_id,json=jobseekerId,proto3" json:"jobseeker_id,omitempty"`
	Type        string                 `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"`
	IsViewed    bool                   `protobuf:"varint,3,opt,name=is_viewed,json=isViewed,proto3" json:"is_viewed,omitempty"`
	IsSeen      bool                   `protobuf:"varint,4,opt,name=is_seen,json=isSeen,proto3" json:"is_seen,omitempty"`
	UpdatedWhen *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=updated_when,json=updatedWhen,proto3" json:"updated_when,omitempty"`
	UserId      string                 `protobuf:"bytes,6,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	EmployerId  string                 `protobuf:"bytes,7,opt,name=employer_id,json=employerId,proto3" json:"employer_id,omitempty"`
	JobId       string                 `protobuf:"bytes,8,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"`
	// contains filtered or unexported fields
}

func (*JobseekerInterviewSchedule) Descriptor deprecated added in v1.0.3

func (*JobseekerInterviewSchedule) Descriptor() ([]byte, []int)

Deprecated: Use JobseekerInterviewSchedule.ProtoReflect.Descriptor instead.

func (*JobseekerInterviewSchedule) GetEmployerId added in v1.0.3

func (x *JobseekerInterviewSchedule) GetEmployerId() string

func (*JobseekerInterviewSchedule) GetIsSeen added in v1.0.3

func (x *JobseekerInterviewSchedule) GetIsSeen() bool

func (*JobseekerInterviewSchedule) GetIsViewed added in v1.0.3

func (x *JobseekerInterviewSchedule) GetIsViewed() bool

func (*JobseekerInterviewSchedule) GetJobId added in v1.0.3

func (x *JobseekerInterviewSchedule) GetJobId() string

func (*JobseekerInterviewSchedule) GetJobseekerId added in v1.0.3

func (x *JobseekerInterviewSchedule) GetJobseekerId() string

func (*JobseekerInterviewSchedule) GetType added in v1.0.3

func (x *JobseekerInterviewSchedule) GetType() string

func (*JobseekerInterviewSchedule) GetUpdatedWhen added in v1.0.3

func (x *JobseekerInterviewSchedule) GetUpdatedWhen() *timestamppb.Timestamp

func (*JobseekerInterviewSchedule) GetUserId added in v1.0.3

func (x *JobseekerInterviewSchedule) GetUserId() string

func (*JobseekerInterviewSchedule) ProtoMessage added in v1.0.3

func (*JobseekerInterviewSchedule) ProtoMessage()

func (*JobseekerInterviewSchedule) ProtoReflect added in v1.0.3

func (*JobseekerInterviewSchedule) Reset added in v1.0.3

func (x *JobseekerInterviewSchedule) Reset()

func (*JobseekerInterviewSchedule) String added in v1.0.3

func (x *JobseekerInterviewSchedule) String() string

Jump to

Keyboard shortcuts

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