Versions in this module Expand all Collapse all v4 v4.88.0 Jul 26, 2021 Changes in this version + type Service struct + func NewService() *Service + func (s *Service) Cleanup() error + func (s *Service) Publish(name string, message interface{}) + func (s *Service) Subscribe(name string) *Subscriber + type Subscriber struct + func (s *Subscriber) Close() error + func (s *Subscriber) IsClosed() bool + func (s *Subscriber) Wait() <-chan interface{} Other modules containing this package github.com/maintell/v2ray-core