Versions in this module Expand all Collapse all v0 v0.2.0 Mar 31, 2017 v0.1.0 Mar 29, 2017 Changes in this version + type PubSubClient struct + Notifications chan []string + func New(confCtx *config.Context) *PubSubClient + func (p *PubSubClient) Close() + func (p *PubSubClient) Publish(topic string, message string) + func (p *PubSubClient) Subscribe(topic string)