channelAPI

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Oct 23, 2024 License: GPL-3.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Service *channelService
)

Functions

This section is empty.

Types

type IChannelServerCloseChannel

type IChannelServerCloseChannel interface {
	CloseChannel(channelName string, channelParam map[string]interface{}) error
}

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 IChannelServerOpenChannel

type IChannelServerOpenChannel interface {
	OpenChannel(channelName string, channelParam map[string]interface{}) error
}

type IChannelServerPublish

type IChannelServerPublish interface {
	Publish(requestVO *commRedisRpc.ChannelRequestVO) error
}

type IChannelServerReport

type IChannelServerReport interface {
	Report() ([]*commRedisRpc.ChannelRespondVO, error)
}

Jump to

Keyboard shortcuts

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