guanlixitong

package
v0.0.11 Latest Latest
Warning

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

Go to latest
Published: Jan 5, 2025 License: MIT Imports: 6 Imported by: 3

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 GroupType

type GroupType int
const (
	GroupRD GroupType = iota
	GroupOP
	GroupHR
	GroupFA
	GroupAdmin
	GroupSales
)

func (GroupType) String

func (s GroupType) String() string

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) CheckRole added in v0.0.4

func (s Table) CheckRole(m *ice.Message, arg ...string)

func (Table) Inputs

func (s Table) Inputs(m *ice.Message, arg ...string)

func (Table) RewriteAppend

func (s Table) RewriteAppend(m *ice.Message, arg ...string) *ice.Message

func (Table) SelectJoinCompany

func (s Table) SelectJoinCompany(m *ice.Message)

type Tables

type Tables struct{ Table }

func (Tables) BeforeMigrate

func (s Tables) BeforeMigrate(m *ice.Message, arg ...string)

type UserGroupRole

type UserGroupRole int
const (
	UserGroupVisitor UserGroupRole = iota
	UserGroupCreator
	UserGroupLeader
	UserGroupWorker
	UserGroupServer
)

func (UserGroupRole) String

func (s UserGroupRole) String() string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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