Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ENV = envy.Get("GO_ENV", "development")
ENV is used to help switch settings based on where the application is being run. Default is "development".
var S3 s3.Client
S3 has the initialized client session
Functions ¶
func App ¶
App is where all routes and middleware for buffalo should be defined. This is the nerve center of your application.
func QuestionsGet ¶
QuestionsGet gets a list of questions for a given campaign Optional "version" query param can specify a version, otherwise the latest one will be used
func ResponsesPost ¶
ResponsesPost processes the question responses and returns the data type and security level in an Outcome
func RiskLevelsGet ¶
RiskLevelsGet gets a list of supported risk levels and data types Optional "version" query param can specify a version, otherwise the latest one will be used