Skip to content

Added http and swagger servers #36

Added http and swagger servers

Added http and swagger servers #36

Triggered via push September 24, 2024 10:21
Status Failure
Total duration 1m 15s
Billable time 3m
Artifacts

go.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
lint: internal/client/db/pg/client.go#L15
exported: exported function New should have comment or be unexported (revive)
lint: internal/client/db/pg/pg.go#L19
exported: exported const TxKey should have comment (or a comment on this block) or be unexported (revive)
lint: internal/client/db/pg/pg.go#L26
exported: exported function NewDB should have comment or be unexported (revive)
lint: internal/client/db/pg/pg.go#L99
exported: exported function MakeContextTx should have comment or be unexported (revive)
lint: internal/model/user.go#L8
exported: exported type User should have comment or be unexported (revive)
lint: internal/model/user.go#L15
exported: exported type UserInfo should have comment or be unexported (revive)
lint: internal/repository/user/entity/user.go#L8
exported: exported type User should have comment or be unexported (revive)
lint: internal/repository/user/entity/user.go#L15
exported: exported type UserInfo should have comment or be unexported (revive)
lint: internal/service/service.go#L9
exported: exported type UserService should have comment or be unexported (revive)
lint: internal/mapper/user.go#L10
exported: exported function ToUserFromService should have comment or be unexported (revive)