Files
user-system/build3.txt

11 lines
1.1 KiB
Plaintext
Raw Permalink Normal View History

# github.com/user-management-system/internal/service
internal\service\export.go:72:4: cannot use u.Email (variable of type *string) as string value in array or slice literal
internal\service\export.go:73:4: cannot use u.Phone (variable of type *string) as string value in array or slice literal
internal\service\export.go:163:14: cannot use getCol(row, "邮箱") (value of type string) as *string value in struct literal
internal\service\export.go:164:14: cannot use getCol(row, "手机号") (value of type string) as *string value in struct literal
internal\service\password_reset.go:87:22: cannot use user.Email (variable of type *string) as string value in argument to s.sendResetEmail
internal\service\user.go:86:37: invalid operation: req.Email != user.Email (mismatched types string and *string)
internal\service\user.go:95:16: cannot use req.Email (variable of type string) as *string value in assignment
internal\service\user.go:98:37: invalid operation: req.Phone != user.Phone (mismatched types string and *string)
internal\service\user.go:107:16: cannot use req.Phone (variable of type string) as *string value in assignment