Skip to content

curriculum-vitae/crypto-checker-back

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Message structure

status
String
- pending. There are currently running checks in progress.
- resolved. All tests have been passed. Is sent with the last check.
- rejected. Fatal error occured.

type
String
- info. Check succeeded.
- error. Check failed.

title
String

decription
String

details
String
HTML data to display to the user.