Embedded some event types as they were not used as standalone
Motivation
To begone with all linting issues.
Remaining linting issues:
$ npm run lint-go
testdoubles/wharfclientapifetcher_mock.go
(15, 37) https://revive.run/r#var-naming method GetTokenById should be GetTokenByID
(34, 37) https://revive.run/r#var-naming method GetProviderById should be GetProviderByID
trigger.go
(25, 1) https://revive.run/r#exported exported function RunRepositoryUpdateTrigger should have comment or be unexported
✖ 3 problems (0 errors) (3 warnings)
The wharfclientapifetcher_mock.go ones are out of our control, as those names actually comes from the wharfapi package inside the wharf-api-client-go repo. Update for that is on its way, but until then this is left as-is.
CHANGELOG.md
file, according to docs: https://iver-wharf.github.io/#/development/changelogs/writing-changelogsSummary
Motivation
To begone with all linting issues.
Remaining linting issues:
The
wharfclientapifetcher_mock.go
ones are out of our control, as those names actually comes from the wharfapi package inside the wharf-api-client-go repo. Update for that is on its way, but until then this is left as-is.The
trigger.go
one is about to be removed in #23, so I'm leaving it out in this one.