Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var EnvironmentVariableName = "RDRPC"
Functions ¶
func EmitAll ¶
func EmitAll(subscribers []Subscription, data []byte)
Types ¶
type RpcMessage ¶
type Subscribers ¶
type Subscribers struct {
// contains filtered or unexported fields
}
func (*Subscribers) Emit ¶
func (s *Subscribers) Emit(data []byte)
func (*Subscribers) Subscribe ¶
func (s *Subscribers) Subscribe(receiver Subscription)
type Subscription ¶
type SubscriptionList ¶
type SubscriptionList []Subscription
Click to show internal directories.
Click to hide internal directories.