Skip to content

Commit

Permalink
feat: adding resource annotations
Browse files Browse the repository at this point in the history
api-linter was fixed to accurately identify
resources. As a result, this surfaces multiple
linter failures that must be fixed.
  • Loading branch information
toumorokoshi committed Nov 5, 2024
1 parent d92cff4 commit 1e58cda
Show file tree
Hide file tree
Showing 13 changed files with 1,092 additions and 406 deletions.
2 changes: 2 additions & 0 deletions constants/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,5 @@ const FIELD_NEXT_PAGE_TOKEN_NAME = "next_page_token"
const FIELD_NEXT_PAGE_TOKEN_NUMBER = 10011
const FIELD_ID_NAME = "id"
const FIELD_ID_NUMBER = 10014
const FIELD_FORCE_NAME = "force"
const FIELD_FORCE_NUMBER = 10020
Loading

0 comments on commit 1e58cda

Please sign in to comment.