Skip to content

Commit

Permalink
api: adds CRUD operations for scans and scanLabels (#58)
Browse files Browse the repository at this point in the history
* adds schema for scans and scanlabels

* adds CRUD operations for scans

* updates routes for CRUD

* adds CRUD operations for scanlabels

* updates routes for CRUD

* remove comment

* api: adds test cases for scans and scanlabels (#63)

* adds test cases for scans

* adds test cases for scanlabels
  • Loading branch information
ashwiniag authored Dec 26, 2024
1 parent 0261d9b commit 362e442
Show file tree
Hide file tree
Showing 49 changed files with 7,964 additions and 16 deletions.
372 changes: 362 additions & 10 deletions ent/client.go

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions ent/ent.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 24 additions & 0 deletions ent/hook/hook.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

48 changes: 48 additions & 0 deletions ent/migrate/schema.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 362e442

Please sign in to comment.