This repository has been archived by the owner on Oct 14, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for ODATA $filter, $select and $count on /scanConfigs (#84)
* Redo database interface to use model as input and output This commit revisits the database interface such that each function takes in and returns a VMClarity API model object. How the DB driver decides to store these objects and process them efficently is the resposiblity of the DB driver. We start with one DB driver, gorm, which converts the model objects to GORM structs to save them.
- Loading branch information
Sam Betts
authored
Mar 6, 2023
1 parent
94afffe
commit e2048d0
Showing
35 changed files
with
3,306 additions
and
1,810 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.