renderings

package
v0.0.0-...-d4bcb5e Latest Latest
Warning

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

Go to latest
Published: Nov 24, 2020 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type NextQuestionResponse

type NextQuestionResponse struct {
	// Date period for request in ms since epoch
	RequestDate int64 `json:"request_date"`
	// List of answered priority questions with their answers and the next priority
	// question with a value of null
	QuestionList []models.Question `json:"question_list"`
	// List of eligible and non-eligible benefits, populated as responses to
	// prioritized questions are received
	BenefitEligibility []benefits.Benefit `json:"benefit_eligibility"`
}

NextQuestionResponse is the response returned to the client that contains the same information received in the request, with the added property of Benefit Eligibility, which contains a list of benefits to which the client has been deemed eligible or inelegible.

type QPSError

type QPSError struct {
	ErrorCode string `json:"error_code"`
}

Jump to

Keyboard shortcuts

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