Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
notifications-bot
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
archives
notifications-bot
Commits
1f00926a
Commit
1f00926a
authored
Sep 17, 2021
by
Jonah Husson
Browse files
Options
Downloads
Patches
Plain Diff
remove unused interface
parent
3b7a56cb
Branches
Branches containing commit
Tags
Tags containing commit
2 merge requests
!12
Release
,
!7
Jonah/alt apns
This commit is part of merge request
!7
. Comments created here will be created in the context of that merge request.
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
notifications/notifications.go
+0
-4
0 additions, 4 deletions
notifications/notifications.go
with
0 additions
and
4 deletions
notifications/notifications.go
+
0
−
4
Edit
View file @
1f00926a
...
...
@@ -40,10 +40,6 @@ import (
// Function type definitions for the main operations (poll and notify)
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
type
Params
struct
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment