# Functions
No description provided by the author
CreatePipelineReport insert a new report into the database.
DeletePipelineReport removes a pipeline report from the database.
FindAllPipelineReports returns all pipeline reports from the database.
FindPipelineReportByID returns the latest pipeline report for a specific ID.
No description provided by the author
FindSCMSummary returns a summary of all git repositories detected.
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
CustomClaims contains custom data we want from the jwt token.
DatabaseSCMRow represents a specific scm configuration from the database.
Options holds the server options.
PipelineReportRow represents a specific pipeline report from the database.
No description provided by the author