Documentation ¶
Index ¶
Constants ¶
View Source
const (
TOPIC = "marketplaces"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct { EventChannel chan bool // contains filtered or unexported fields }
func NewHandler ¶
type Service ¶
type Service struct { Handler *Handler Consumer *nsq.Consumer Meta *meta.Config Deployd *deployd.Config Config *Config // contains filtered or unexported fields }
Service manages the listener and handler for an HTTP endpoint.
func NewService ¶
NewService returns a new instance of Service.
Click to show internal directories.
Click to hide internal directories.