observer

package
v0.0.0-...-440db5a Latest Latest
Warning

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

Go to latest
Published: Jan 20, 2021 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Observer

type Observer interface {
	Notify(string)
}

type Publisher

type Publisher struct {
	ObserversList []Observer
}

func (*Publisher) AddObserver

func (s *Publisher) AddObserver(o Observer)

func (*Publisher) NotifyObservers

func (s *Publisher) NotifyObservers(m string)

func (*Publisher) RemoveObserver

func (s *Publisher) RemoveObserver(o Observer)

Jump to

Keyboard shortcuts

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