Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PManager ¶
type PManager struct {
// contains filtered or unexported fields
}
func (*PManager) Subscribe ¶
func (pm *PManager) Subscribe() (*Subscription, error)
func (*PManager) WriteMessage ¶
type Subscription ¶
type Subscription struct {
// contains filtered or unexported fields
}
func (*Subscription) Cancel ¶
func (s *Subscription) Cancel()
func (*Subscription) ReadMessage ¶
func (s *Subscription) ReadMessage(ctx context.Context) (*Message, error)
Click to show internal directories.
Click to hide internal directories.