Versions in this module Expand all Collapse all v0 v0.0.1 Feb 24, 2020 Changes in this version + func CheckFatal(message string, err error) + func SigAbort(ready chan bool, abort chan os.Signal) chan bool + type ConcurrentObservable struct + DataLock sync.RWMutex + ObserverLock sync.Mutex + func NewConcurrentObservable() ConcurrentObservable + func (l ConcurrentObservable) Notify(k Key) + func (l ConcurrentObservable) Observe(k Key) chan bool + type Key fmt.Stringer + type KeyObservable interface + Notify func(k Key) + Observe func(k Key) chan bool + type PlainKey struct + Text string + func NewPlainKey(s string) PlainKey + func (pk PlainKey) String() string