Documentation ¶
Index ¶
- Constants
- func GetClientDelCmd(b64 string) (fullCmd string, clientCacheInfo *control_dto.ClientCacheInfo, err error)
- func GetPopPubSubChannel(popId string) string
- func ParseClientB64(b64 string) (decoded string, clientCacheInfo *control_dto.ClientCacheInfo, err error)
- func ParseClientCmd(fullCmd string) (string, *control_dto.ClientCacheInfo)
- type MqPubSub
- type PopCacheInfo
Constants ¶
View Source
const (
CHANNEL_PREFIX string = "sdp-wg-channel"
)
Variables ¶
This section is empty.
Functions ¶
func GetClientDelCmd ¶
func GetClientDelCmd(b64 string) (fullCmd string, clientCacheInfo *control_dto.ClientCacheInfo, err error)
func GetPopPubSubChannel ¶
func ParseClientB64 ¶
func ParseClientB64(b64 string) (decoded string, clientCacheInfo *control_dto.ClientCacheInfo, err error)
func ParseClientCmd ¶
func ParseClientCmd(fullCmd string) (string, *control_dto.ClientCacheInfo)
Types ¶
type MqPubSub ¶
type MqPubSub struct {
// contains filtered or unexported fields
}
func NewMqPubSub ¶
func (*MqPubSub) PublishCmd ¶
type PopCacheInfo ¶
pop info can get from db
Click to show internal directories.
Click to hide internal directories.