Skip to content

Go package to implement the whosonfirst/go-webhookd interfaces for dispatching webhooks messages to a Redis PubSub channel.

License

Notifications You must be signed in to change notification settings

whosonfirst/go-webhookd-pubsub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-webhookd-pubsub

Go package to implement the whosonfirst/go-webhookd interfaces for dispatching webhooks messages to a Redis PubSub channel.

Documentation

Go Reference

Before you begin please read the go-webhookd documentation for an overview of concepts and principles.

Usage

import (
	_ "github.com/go-webhookd-pubsub"
)

Dispatchers

PubSub

The PubSub dispatcher will send messages to a Redis PubSub channel. It is defined as a URI string in the form of:

pubsub://{REDIS_HOST}:{REDIS_PORT}/{REDIS_CHANNEL}

Properties

Name Value Description Required
redis_host string The Redis host to publish to yes
redis_port int The Redis port to publish to yes
redis_channle string The name of the Redis channel to publish to yes

See also

About

Go package to implement the whosonfirst/go-webhookd interfaces for dispatching webhooks messages to a Redis PubSub channel.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages