feat: event sourced reservation repo impl #23
Annotations
6 errors
|
lint
issues found
|
|
lint:
internal/reservation/infra/postgres/event_sourced_reservation_repository.go#L38
error is not nil (line 36) but it returns nil (nilerr)
|
|
lint:
examples/eventstore/main.go#L163
ineffectual assignment to err (ineffassign)
|
|
lint:
pkg/event/postgres/store.go#L35
fieldalignment: struct with 96 pointer bytes could be 88 (govet)
|
|
lint:
internal/reservation/domain/reservation_event.go#L18
fieldalignment: struct with 160 pointer bytes could be 144 (govet)
|
|
lint:
examples/eventstore/main.go#L1
the average complexity for the package main is 17.000000, max is 10.000000 (cyclop)
|