This commit is contained in:
Evgeny Danienko 2017-10-22 15:53:24 +03:00
parent c823acfd04
commit a3bca52f51
No known key found for this signature in database
GPG Key ID: BC8C34D8B45BECBF
1 changed files with 1 additions and 1 deletions

View File

@ -7,4 +7,4 @@ type firebaseClient interface {
NewFcmRegIdsMsg(tokens []string, body interface{}) *fcm.FcmClient
Send() (*fcm.FcmResponseStatus, error)
SetNotificationPayload(payload *fcm.NotificationPayload) *fcm.FcmClient
}
}