Documentation ¶
Index ¶
Constants ¶
View Source
const ( MsgProvideAppNumber = "Please provide an application number after /track." MsgInvalidID = "Invalid id." MsgAlreadyTracked = "Application is already being tracked." MsgProvideAppNumberAfterCheck = "Please provide an application number after /check." )
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Storage ¶
type Storage interface { GetApplication(*models.Application) (*models.Application, error) SaveApplication(*models.Application) error RemoveApplication(*models.Application) error UpdateApplicationStatus(app *models.Application, status int) error }
Click to show internal directories.
Click to hide internal directories.