gopnsapp

package
v0.0.0-...-60fd096 Latest Latest
Warning

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

Go to latest
Published: Jan 20, 2014 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GopnsApp

type GopnsApp interface {
	Start() error
}

func New

func New() (GopnsApp, error)

type GopnsApplication

type GopnsApplication struct {
	DynamoClient         dynamodb.DynamoClient
	SQSClient            sqs.SQSClient
	SNSClient            sns.SNSClient
	WorkerPool           pool.Pool
	NotificationSender   notification.NotificationSender
	NotificationConsumer notification.NotificationConsumer
	AppMode              config.APPLICATION_MODE
	BaseConfig           config.BaseConfig
	AWSConfig            config.AWSConfig
	DeviceManager        access.DeviceManager
	WsContainer          restful.Container
}

func (*GopnsApplication) Start

func (this *GopnsApplication) Start() error

ToDo return appropriate errors

Jump to

Keyboard shortcuts

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