Documentation ¶
Index ¶
- Variables
- type Portal
- type QueueType
- type Schedule
- func (s Schedule) Call(m *ice.Message, arg ...string)
- func (s Schedule) Cancel(m *ice.Message, arg ...string)
- func (s Schedule) Create(m *ice.Message, arg ...string)
- func (s Schedule) Expire(m *ice.Message, arg ...string)
- func (s Schedule) Finish(m *ice.Message, arg ...string)
- func (s Schedule) List(m *ice.Message, arg ...string) *ice.Message
- func (s Schedule) SelectByStatus(m *ice.Message, arg ...string) *ice.Message
- func (s Schedule) Take(m *ice.Message, arg ...string)
- type ScheduleStatus
- type Table
- type Tables
- type UserQueueRole
- type Volume
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
type Schedule ¶ added in v0.0.4
type Schedule struct { Table // contains filtered or unexported fields }
func (Schedule) List ¶ added in v0.0.4
func (Schedule) SelectByStatus ¶ added in v0.0.4
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 }
type UserQueueRole ¶
type UserQueueRole = guanlixitong.UserGroupRole
Source Files ¶
Click to show internal directories.
Click to hide internal directories.