Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Caller ¶
type Caller struct {
// contains filtered or unexported fields
}
func NewCaller ¶
func NewCaller(managedStreamRunner *managedstream.Runner, node *centrifuge.Node) *Caller
func (*Caller) CallManagedStreams ¶
func (c *Caller) CallManagedStreams(orgID int64) ([]*managedstream.ManagedChannel, error)
func (*Caller) SetupHandlers ¶
type NodeManagedChannelsRequest ¶
type NodeManagedChannelsRequest struct {
OrgID int64 `json:"orgId"`
}
type NodeManagedChannelsResponse ¶
type NodeManagedChannelsResponse struct {
Channels []*managedstream.ManagedChannel `json:"channels"`
}
Click to show internal directories.
Click to hide internal directories.