Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ChannelTypeList = map[ChannelType]string{ ChannelOnline: "online", ChannelOffline: "offline", }
View Source
var UserChannelRoleList = guanlixitong.UserGroupRoleList
Functions ¶
This section is empty.
Types ¶
type ChannelType ¶
type ChannelType int
const ( ChannelOnline ChannelType = iota ChannelOffline )
func (ChannelType) String ¶
func (s ChannelType) String() string
type Portal ¶
type Portal struct { guanlixitong.Portal // contains filtered or unexported fields }
type Table ¶
type Table struct { guanlixitong.Table // contains filtered or unexported fields }
type UserChannelRole ¶
type UserChannelRole = guanlixitong.UserGroupRole
Click to show internal directories.
Click to hide internal directories.