feat(source): implement source repository for new event #549
Annotations
7 errors
Lint:
cmd/source/main.go#L138
naked return in func `SetupSourceServices` with 29 lines of code (nakedret)
|
Lint:
source/delivery/httpserver/eventhandler/event.go#L27
return with no blank line before (nlreturn)
|
Lint:
source/delivery/httpserver/eventhandler/handler.go#L13
captLocal: `EventSvc' should not be capitalized (gocritic)
|
Lint:
source/params/event.go#L19
ST1003: struct field Id should be ID (stylecheck)
|
Lint:
source/params/event.go#L19
var-naming: struct field Id should be ID (revive)
|
Lint:
source/repository/scylladb/event/create.go#L21
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
Lint
Process completed with exit code 2.
|
Loading