Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type App ¶
type App struct { Router *mux.Router Env *EnvConfig ECR ecriface.ClientAPI DB dynamodbiface.ClientAPI R53 route53iface.ClientAPI // contains filtered or unexported fields }
App holds the API clients for the gromit server
func (*App) Init ¶
Init loads env vars, AWS, TLS config Keep this separate from App.Run() for testing purposes
Click to show internal directories.
Click to hide internal directories.