common

package
v0.0.0-...-e4e5e88 Latest Latest
Warning

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

Go to latest
Published: Apr 26, 2019 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// UsersTableName defines the DynamoDB table used to store EmergenSeek users
	UsersTableName = "EmergenSeekUsers"

	// LambdaSecretsTable defines the DynamoDB table used to store environment variables
	LambdaSecretsTable = "LambdaSecrets"

	// SettingsTableName defines the DynamoDB table used to store user settings
	SettingsTableName = "EmergenSeekSettings"

	// EmergencyNumsTableName defines the DynamoDB table used to global emergency phone numbers
	EmergencyNumsTableName = "EmergencyNumbers"

	// S3BucketName defines the name of the S3 bucket used by the application
	S3BucketName = "emergenseek.com"

	// S3BucketLocation defines the URL of the S3 bucket
	S3BucketLocation = "https://s3.us-east-2.amazonaws.com/emergenseek.com/"

	// Region defines the AWS VPC region used for development
	Region = "us-east-2"

	// SEVERE defines a priority 1 emergency
	SEVERE EmergencyType = 1

	// MILD defines a priority 2 emergency
	MILD EmergencyType = 2

	// CHECKIN defines a priority 3 emergency (non-emergency)
	CHECKIN EmergencyType = 3

	// FIRST defines a first priority alert tier
	FIRST AlertTier = 1

	// SECOND defines a second priority alert tier
	SECOND AlertTier = 2

	// THIRD defines a third priority alert tier
	THIRD AlertTier = 3

	// TwilioTrial defines the LambdaSecrets item ID of Twilio credentials for the trial account
	TwilioTrial = "1"

	// TwilioProduction defines the LambdaSecrets item ID of Twilio credentials for the paid account
	TwilioProduction = "2"

	// MapQuest defines the LambdaSecrets item ID containing MapQuest API credentials
	MapQuest = "3"

	// GoogleMaps defines the LambdaSecrets item ID containing Google Maps API credentials
	GoogleMaps = "4"

	// TwilioVoice defines the Amazon Polly voice used for voice calls
	TwilioVoice = "Polly.Kimberly"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type AlertTier

type AlertTier int

AlertTier defines integer constants for the types of alert tiers available for contacts

func (AlertTier) String

func (tier AlertTier) String() string

String converts an AlertTier to its string name

type EmergencyType

type EmergencyType int

EmergencyType defines integer constants for the types of emergencies that the system expects

func (EmergencyType) String

func (emergency EmergencyType) String() string

String converts an EmergencyType to its string name

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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