文件名称:azure-notificationhubs-go:Go中的Azure通知中心客户端
文件大小:35KB
文件格式:ZIP
更新时间:2024-02-20 20:04:19
go golang azure push-notifications azure-notificationhub
Go的Azure通知中心(lang) 该库为Microsoft Azure通知中心提供了一个Go模块。 最初是的叉子,贴有 @ 补丁。 现在由 维护和打包。 基本上是该的包装器 正在安装 使用go get go get github.com/daresaydigital/azure-notificationhubs-go 外部依赖 没有外部依赖 登记装置 package main import ( "context" "strings" "github.com/daresaydigital/azure-notificationhubs-go" ) func main () { var ( hub = notificationhubs . NewNotificationHub ( "YOUR_DefaultFullSharedAccessConnectionString" , "YOUR_HubPath" ) template = `{ "aps":{ "alert":{ "title":"$(ti
【文件预览】:
azure-notificationhubs-go-master
----.gitignore(0B)
----go.mod(68B)
----notificationhub_test.go(2KB)
----telemetry_test.go(1KB)
----notification.go(1KB)
----pre-commit(1KB)
----test_utils_test.go(3KB)
----Makefile(233B)
----notification_test.go(2KB)
----send_test.go(11KB)
----platform_test.go(2KB)
----.travis.yml(243B)
----registration_test.go(12KB)
----notificationhub.go(3KB)
----internal.go(3KB)
----go.sum(0B)
----LICENSE.txt(1KB)
----send.go(6KB)
----.github()
--------workflows()
----utils()
--------expiration_time_generator.go(740B)
--------http_client.go(2KB)
----main.go(1KB)
----README.md(6KB)
----platform.go(1KB)
----installation.go(9KB)
----.vscode()
--------settings.json(902B)
----installation_test.go(4KB)
----telemetry.go(2KB)
----types.go(7KB)
----fixtures()
--------registrationsResult.xml(5KB)
--------appleTemplateRegistrationResult.xml(1KB)
--------androidRegistrationResult.xml(1KB)
--------gcmInstallationResult.json(233B)
--------appleRegistrationResult.xml(1KB)
----.editorconfig(188B)
----registration.go(7KB)
----constants.go(5KB)