Skip to content

fix : fix chat room lint issue #367

fix : fix chat room lint issue

fix : fix chat room lint issue #367

Triggered via push October 1, 2024 09:23
Status Failure
Total duration 57s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
build: cmd/server/handler/chat_handler.go#L8
could not import github.com/pet-sitter/pets-next-door-api/internal/domain/chat (-: # github.com/pet-sitter/pets-next-door-api/internal/domain/chat
build: internal/domain/chat/view.go#L11
cannot convert row.ID (variable of type uuid.UUID) to type string
build: internal/domain/chat/view.go#L22
cannot convert row.ID (variable of type uuid.UUID) to type int64
build: internal/domain/chat/view.go#L30
cannot use row.UserID (variable of type uuid.UUID) as int64 value in argument to strconv.FormatInt
build: internal/domain/chat/view.go#L31
cannot use row.RoomID (variable of type uuid.UUID) as int64 value in argument to strconv.FormatInt
build: internal/domain/chat/view.go#L36
undefined: databasegen.FindAllUserChatRoomsRow
build: internal/domain/chat/view.go#L60
cannot convert row.ID (variable of type uuid.UUID) to type int64
build: internal/domain/chat/view.go#L76
cannot convert r.ID (variable of type uuid.UUID) to type int64
build: internal/domain/chat/view.go#L77
cannot use r.UserID (variable of type uuid.UUID) as int64 value in struct literal
build: internal/domain/chat/view.go#L78
cannot use r.RoomID (variable of type uuid.UUID) as int64 value in struct literal