This repository has been archived by the owner on Aug 24, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(model): adopt latest model structure (#7)
Because - removal of model instance concept in VDP This commit - adopt latest model structure - cleanup unused modules
- Loading branch information
Showing
17 changed files
with
118 additions
and
1,727 deletions.
There are no files selected for viewing
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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,11 @@ | ||
package util | ||
|
||
const ( | ||
RESOURCE_TYPE_MODEL = "models" | ||
RESOURCE_TYPE_SOURCE_CONNECTOR = "source-connectors" | ||
RESOURCE_TYPE_MODEL = "models" | ||
RESOURCE_TYPE_SOURCE_CONNECTOR = "source-connectors" | ||
RESOURCE_TYPE_DESTINATION_CONNECTOR = "destination-connectors" | ||
RESOURCE_TYPE_PIPELINE = "pipelines" | ||
RESOURCE_TYPE_SERVICE = "services" | ||
RESOURCE_TYPE_PIPELINE = "pipelines" | ||
RESOURCE_TYPE_SERVICE = "services" | ||
) | ||
|
||
const DefaultPageSize = 10 |
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
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.