Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var GroupTypeList = map[GroupType]string{ GroupRD: "RD", GroupOP: "OP", GroupHR: "HR", GroupFA: "FA", GroupAdmin: "admin", GroupSales: "sales", }
View Source
var InterviewStatusList = map[InterviewStatus]string{ InterviewCreate: "create", InterviewStart: "start", InterviewStop: "stop", }
View Source
var RecruitmentStatusList = map[RecruitmentStatus]string{ RecruitmentCreate: "create", RecruitmentStart: "start", RecruitmentStop: "stop", }
View Source
var UserGroupRoleList = map[UserGroupRole]string{ UserGroupVisitor: "visitor", UserGroupCreator: "creator", UserGroupLeader: "leader", UserGroupWorker: "worker", UserGroupServer: "server", }
Functions ¶
This section is empty.
Types ¶
type InterviewStatus ¶ added in v0.0.9
type InterviewStatus int
const ( InterviewCreate InterviewStatus = iota InterviewStart InterviewStop )
func (InterviewStatus) String ¶ added in v0.0.9
func (s InterviewStatus) String() string
type Portal ¶
type Portal struct { gonganxitong.Portal // contains filtered or unexported fields }
func NewPortal ¶ added in v0.0.4
func NewPortal(userPlace gonganxitong.UserPlacer, place gonganxitong.Placer) Portal
type RecruitmentStatus ¶ added in v0.0.9
type RecruitmentStatus int
const ( RecruitmentCreate RecruitmentStatus = iota RecruitmentStart RecruitmentStop )
func (RecruitmentStatus) String ¶ added in v0.0.9
func (s RecruitmentStatus) String() string
type Table ¶
type Table struct { gonganxitong.Table // contains filtered or unexported fields }
func (Table) RewriteAppend ¶
type UserGroupRole ¶
type UserGroupRole int
const ( UserGroupVisitor UserGroupRole = iota UserGroupCreator UserGroupLeader UserGroupWorker UserGroupServer )
func (UserGroupRole) String ¶
func (s UserGroupRole) String() string
Source Files
¶
Click to show internal directories.
Click to hide internal directories.