Documentation
¶
Index ¶
- type Service
- func (s *Service) Close() error
- func (s *Service) GetEventChannel(ctx context.Context) (chan *stategate.Event, *errorz.Error)
- func (s *Service) GetMessageChannel(ctx context.Context) (chan *stategate.PeerMessage, *errorz.Error)
- func (s *Service) PublishEvent(ctx context.Context, event *stategate.Event) *errorz.Error
- func (s *Service) PublishMessage(ctx context.Context, message *stategate.PeerMessage) *errorz.Error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func NewService ¶
func (*Service) GetEventChannel ¶ added in v0.8.0
func (*Service) GetMessageChannel ¶ added in v0.8.0
func (*Service) PublishEvent ¶ added in v0.8.0
func (*Service) PublishMessage ¶ added in v0.8.0
Click to show internal directories.
Click to hide internal directories.