Documentation ¶
Index ¶
- type ChannelGroup
- func (Ω *ChannelGroup) BulkUpdate(channelGroups []byte, removedChannelGroupIds []byte) (chan bool, chan error)
- func (Ω *ChannelGroup) GetList() (chan []model.ChannelGroup, chan error)
- func (Ω *ChannelGroup) RemoveGroups(groupIds []string) (chan bool, chan error)
- func (Ω *ChannelGroup) SetGroups(cgrps []model.ChannelGroup) (chan bool, chan error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChannelGroup ¶
func (*ChannelGroup) BulkUpdate ¶
func (Ω *ChannelGroup) BulkUpdate(channelGroups []byte, removedChannelGroupIds []byte) (chan bool, chan error)
func (*ChannelGroup) GetList ¶
func (Ω *ChannelGroup) GetList() (chan []model.ChannelGroup, chan error)
func (*ChannelGroup) RemoveGroups ¶
func (Ω *ChannelGroup) RemoveGroups(groupIds []string) (chan bool, chan error)
func (*ChannelGroup) SetGroups ¶
func (Ω *ChannelGroup) SetGroups(cgrps []model.ChannelGroup) (chan bool, chan error)
Click to show internal directories.
Click to hide internal directories.