Documentation ¶
Index ¶
Constants ¶
View Source
const ( START = 0 WANT_GRANT = 1 )
View Source
const ( IN_WORK = 1 ON_REVIEW = 2 DONE = 3 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Answer ¶
type Application ¶
type Application struct { ID int `json:"id"` Grant Grant `json:"grant"` GrantId int `json:"grantId"` Status Status `json:"status"` StatusId int `json:"statusId"` UserId int `json:"userId"` Dates time.Time `json:"date"` }
func GetApplications ¶
func GetApplications() ([]Application, error)
GetApplications get answer for question
Source Files ¶
Click to show internal directories.
Click to hide internal directories.