Updated todo list #27
Annotations
10 errors
lint:
internal/repository/repository.go#L9
exported: exported type UserRepository should have comment or be unexported (revive)
|
lint:
internal/client/db/prettier/query_prettier.go#L10
exported: exported const PlaceholderDollar should have comment (or a comment on this block) or be unexported (revive)
|
lint:
internal/client/db/prettier/query_prettier.go#L14
exported: exported function Pretty 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/repository/user/mapper/user.go#L8
exported: exported function ToUserFromEntity should have comment or be unexported (revive)
|
lint:
internal/repository/user/mapper/user.go#L17
exported: exported function ToUserInfoFromEntity should have comment or be unexported (revive)
|
lint:
internal/repository/user/repository.go#L33
exported: exported function NewRepository should have comment or be unexported (revive)
|
lint:
internal/mapper/user.go#L10
exported: exported function ToUserFromService should have comment or be unexported (revive)
|
lint:
internal/mapper/user.go#L24
exported: exported function ToUserInfoFromService should have comment or be unexported (revive)
|