utils

package
v1.0.11 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 23, 2021 License: MIT Imports: 1 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DataChannel

type DataChannel chan DataEvent

DataChannel is a channel which can accept an DataEvent

type DataChannelSlice

type DataChannelSlice []DataChannel

DataChannelSlice is a slice of DataChannels

type DataEvent

type DataEvent struct {
	Data  interface{}
	Topic string
}

type EventBus

type EventBus struct {
	// contains filtered or unexported fields
}

EventBus stores the information about subscribers interested for a particular topic

func (*EventBus) Publish

func (eb *EventBus) Publish(topic string, data interface{})

func (*EventBus) PublishToChannel

func (eb *EventBus) PublishToChannel(channel DataChannel, topic string, data interface{})

func (*EventBus) Subscribe

func (eb *EventBus) Subscribe(topic string, ch DataChannel)

type PublishSubscriber

type PublishSubscriber interface {
	Publish(topic string, data interface{})
	PublishToChannel(channel DataChannel, topic string, data interface{})
	Subscribe(topic string, ch DataChannel)
}

Directories

Path Synopsis
Zip & Gzip Interfaces Use this instead of archive/zip and compress/gzip packages.
Zip & Gzip Interfaces Use this instead of archive/zip and compress/gzip packages.
GA

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL