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
Merge requests
!30
Project 'elixxir/notifications-bot' was moved to 'archives/notifications-bot'. Please update any links and bookmarks that may still have the old path.
Add huawei provider code
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Add huawei provider code
xx-3732/huawei-provider
into
jonah/refactorProviders
Overview
1
Commits
6
Pipelines
0
Changes
7
1 open thread
Hide all comments
Merged
Add huawei provider code
Jonah Husson
requested to merge
xx-3732/huawei-provider
into
jonah/refactorProviders
Feb 7, 2022
Overview
1
Commits
6
Pipelines
0
Changes
7
1 open thread
Hide all comments
0
0
Merge request reports
Viewing commit
b5b22d1c
Prev
Next
Show latest version
7 files
+
56
−
0
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
7
b5b22d1c
Add file headers & comments
· b5b22d1c
Jonah Husson
authored
Feb 8, 2022
notifications/notificationProvider/apns.go
+
8
−
0
View file @ b5b22d1c
Edit in single-file editor
Open in Web IDE
Show full file
////////////////////////////////////////////////////////////////////////////////
// Copyright © 2020 Privategrity Corporation /
// /
// All rights reserved. /
////////////////////////////////////////////////////////////////////////////////
// apns.go contains a notification provider implementation for APNS
package
notificationProvider
package
notificationProvider
import
(
import
(
Loading