Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 717 Bytes

File metadata and controls

11 lines (8 loc) · 717 Bytes

#Thrift APIs These APIs should be used by the clients using the database to store or to get the results. Any new client should only interact with the database through these APIs.

Report viewer server API

The report viewer server API should be used by any client to view the check results. See report-viewer-server.thrift.

Report storage server API

The report storage server API is used internally in the package during runtime to store the results to the database. See report-storage-server.thrift.