temp #368
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#L58
undefined: databasegen.FindRoomByIDRow
|
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) (typecheck)
|