-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(types): clean up dynamic types (#51)
* feat: add explicit supported type names and es migration * refactor: remove type creation API and update swagger * refactor(types): add String method to type name and classification * refactor(types): remove type classification * fix(cmd): update error fmt to error wrap in migrate.go * refactor(types): simplify the use of type struct to typename * refactor(types): remove API GET /types/{name} * refactor(types): removing meta index * refactor(types): merge GetAll and GetRecordsCount in type repository * refactor(types): check isValid types in GetByName type repository * refactor(types): remove all functions in type repository except get all
- Loading branch information
Showing
27 changed files
with
448 additions
and
1,393 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
Oops, something went wrong.