yuehaoxitong

package
v0.0.16 Latest Latest
Warning

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

Go to latest
Published: Dec 29, 2024 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var QueueTypeList = map[QueueType]string{
	QueuePublic:  "public",
	QueuePrivate: "private",
}
View Source
var ScheduleStatusList = map[ScheduleStatus]string{
	SchedulePlan:   "plan",
	ScheduleCancel: "cancel",
	ScheduleTake:   "take",
	ScheduleCall:   "call",
	ScheduleExpire: "expire",
	ScheduleFinish: "finish",
}
View Source
var UserQueueRoleList = guanlixitong.UserGroupRoleList

Functions

This section is empty.

Types

type Portal

type Portal struct {
	guanlixitong.Portal
	// contains filtered or unexported fields
}

func (Portal) AfterPlaceAuth added in v0.0.6

func (s Portal) AfterPlaceAuth(m *ice.Message, arg ...string)

func (Portal) DashboardInsertOrder added in v0.0.8

func (s Portal) DashboardInsertOrder(m *ice.Message, order int, title string, arg ...ice.Any)

type QueueType

type QueueType int
const (
	QueuePublic QueueType = iota
	QueuePrivate
)

func (QueueType) String

func (s QueueType) String() string

type Schedule added in v0.0.4

type Schedule struct {
	Table
	// contains filtered or unexported fields
}

func (Schedule) Call added in v0.0.4

func (s Schedule) Call(m *ice.Message, arg ...string)

func (Schedule) Cancel added in v0.0.4

func (s Schedule) Cancel(m *ice.Message, arg ...string)

func (Schedule) Create added in v0.0.4

func (s Schedule) Create(m *ice.Message, arg ...string)

func (Schedule) Expire added in v0.0.4

func (s Schedule) Expire(m *ice.Message, arg ...string)

func (Schedule) Finish added in v0.0.4

func (s Schedule) Finish(m *ice.Message, arg ...string)

func (Schedule) List added in v0.0.4

func (s Schedule) List(m *ice.Message, arg ...string) *ice.Message

func (Schedule) SelectByStatus added in v0.0.4

func (s Schedule) SelectByStatus(m *ice.Message, arg ...string) *ice.Message

func (Schedule) Take added in v0.0.4

func (s Schedule) Take(m *ice.Message, arg ...string)

type ScheduleStatus

type ScheduleStatus int
const (
	SchedulePlan ScheduleStatus = iota
	ScheduleCancel
	ScheduleTake
	ScheduleCall
	ScheduleExpire
	ScheduleFinish
)

func (ScheduleStatus) String

func (s ScheduleStatus) String() string

type Table

type Table struct {
	guanlixitong.Table
	// contains filtered or unexported fields
}

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

type Tables

type Tables struct{ Table }

func (Tables) BeforeMigrate

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

type UserQueueRole

type UserQueueRole = guanlixitong.UserGroupRole

type Volume added in v0.0.4

type Volume struct {
	Table
	// contains filtered or unexported fields
}

func (Volume) Create added in v0.0.6

func (s Volume) Create(m *ice.Message, arg ...string)

func (Volume) List added in v0.0.4

func (s Volume) List(m *ice.Message, arg ...string) *ice.Message

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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