Documentation
¶
Index ¶
- type Bus
- func (b *Bus) Announce(t string, obj any)
- func (b *Bus) Delete(t string, id string)
- func (b *Bus) SubscribeKey(t, id string, initial any) <-chan any
- func (b *Bus) SubscribeType(t string, initial any) <-chan any
- func (b *Bus) UnsubscribeKey(t, id string, c <-chan any)
- func (b *Bus) UnsubscribeType(t string, c <-chan any)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bus ¶
type Bus struct {
// contains filtered or unexported fields
}
func (*Bus) UnsubscribeKey ¶
func (*Bus) UnsubscribeType ¶
Click to show internal directories.
Click to hide internal directories.