refactor: refactor Android FCM integration and update dependencies #14
Annotations
15 errors
lint:
main.go#L18
could not import github.com/appleboy/gorush/notify (-: # github.com/appleboy/gorush/notify
|
lint:
notify/notification_fcm.go#L154
result.Unregistered undefined (type *messaging.SendResponse has no field or method Unregistered)
|
lint:
notify/notification_fcm.go#L186
res.FailedRegistrationIDs undefined (type *messaging.BatchResponse has no field or method FailedRegistrationIDs)
|
lint:
notify/notification_fcm.go#L187
res.FailedRegistrationIDs undefined (type *messaging.BatchResponse has no field or method FailedRegistrationIDs)
|
lint:
notify/notification_fcm.go#L190
notification.To undefined (type *messaging.Message has no field or method To)) (typecheck)
|
lint:
notify/feedback.go#L1
: # github.com/appleboy/gorush/notify [github.com/appleboy/gorush/notify.test]
|
lint:
notify/notification_fcm.go#L154
result.Unregistered undefined (type *messaging.SendResponse has no field or method Unregistered)
|
lint:
notify/notification_fcm.go#L186
res.FailedRegistrationIDs undefined (type *messaging.BatchResponse has no field or method FailedRegistrationIDs)
|
lint:
notify/notification_fcm.go#L187
res.FailedRegistrationIDs undefined (type *messaging.BatchResponse has no field or method FailedRegistrationIDs)
|
lint:
notify/notification_fcm.go#L190
notification.To undefined (type *messaging.Message has no field or method To)
|
testing:
notify/notification_fcm.go#L154
result.Unregistered undefined (type *messaging.SendResponse has no field or method Unregistered)
|
testing:
notify/notification_fcm.go#L186
res.FailedRegistrationIDs undefined (type *messaging.BatchResponse has no field or method FailedRegistrationIDs)
|
testing:
notify/notification_fcm.go#L187
res.FailedRegistrationIDs undefined (type *messaging.BatchResponse has no field or method FailedRegistrationIDs)
|
testing:
notify/notification_fcm.go#L190
notification.To undefined (type *messaging.Message has no field or method To)
|
testing
Process completed with exit code 2.
|