Skip to content
Snippets Groups Projects
Commit 1f00926a authored by Jonah Husson's avatar Jonah Husson
Browse files

remove unused interface

parent 3b7a56cb
No related branches found
No related tags found
2 merge requests!12Release,!7Jonah/alt apns
...@@ -40,10 +40,6 @@ import ( ...@@ -40,10 +40,6 @@ import (
// Function type definitions for the main operations (poll and notify) // Function type definitions for the main operations (poll and notify)
type NotifyFunc func(*pb.NotificationData, *apns.ApnsComm, *firebase.FirebaseComm, *storage.Storage) error type NotifyFunc func(*pb.NotificationData, *apns.ApnsComm, *firebase.FirebaseComm, *storage.Storage) error
type ApnsSender interface {
//Send(token string, p apns.Payload, opts ...apns.SendOption) (*apns.Response, error)
Push(n *apns2.Notification) (*apns2.Response, error)
}
// Params struct holds info passed in for configuration // Params struct holds info passed in for configuration
type Params struct { type Params struct {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment