Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
Service *channelService
)
Functions ¶
This section is empty.
Types ¶
type IChannelServerExecute ¶
type IChannelServerExecute interface {
Execute(requestVO *commRedisRpc.ChannelRequestVO) (*commRedisRpc.ChannelRespondVO, error)
}
type IChannelServerManageChannel ¶
type IChannelServerManageChannel interface {
ManageChannel(requestVO *commRedisRpc.ChannelRequestVO) (*commRedisRpc.ChannelRespondVO, error)
}
type IChannelServerPublish ¶
type IChannelServerPublish interface {
Publish(requestVO *commRedisRpc.ChannelRequestVO) error
}
type IChannelServerReport ¶
type IChannelServerReport interface {
Report() ([]*commRedisRpc.ChannelRespondVO, error)
}
Click to show internal directories.
Click to hide internal directories.