app

package
v0.0.0-...-3fe642c Latest Latest
Warning

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

Go to latest
Published: Feb 14, 2017 License: Apache-2.0 Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Application

type Application interface {
	Dispatcher() (dispatcher.Runnable, error)
	Subscribers() ([]eventmanager.Subscriber, error)
	io.Closer
}

Application interface to get you started building an application.

func NewVotingWorker

func NewVotingWorker(config VotingWorkerConfig) Application

NewVotingWorker initializes the compnents of a a voting-working application

type VotingWorkerConfig

type VotingWorkerConfig struct {
	IronQueueName string
	JSONDir       string
}

VotingWorkerConfig of a voting-working application

Jump to

Keyboard shortcuts

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