Skip to content
Snippets Groups Projects

Jonah/alt apns

Merged Jonah Husson requested to merge jonah/alt-apns into release
1 file
+ 0
4
Compare changes
  • Side-by-side
  • Inline
@@ -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 {
Loading