go-fcm:Golang的Firebase云消息传递库

时间:2024-02-25 23:04:47
【文件属性】:

文件名称:go-fcm:Golang的Firebase云消息传递库

文件大小:14KB

文件格式:ZIP

更新时间:2024-02-25 23:04:47

android firebase notification FirebaseGo

go-fcm 这个项目是从分叉的。 用于Firebase云消息传递的Golang客户端库。 仅实现。 有关更多信息 特征 发送消息到主题 发送消息到设备列表 支持条件属性(仅fcm) 入门 要安装fcm,请使用go get : go get github.com/appleboy/go-fcm 或govendor : govendor fetch github.com/appleboy/go-fcm 或其他用于销售的工具。 样品用量 这是说明如何使用FCM库的简单示例: package main import ( "log" "github.com/appleboy/


【文件预览】:
go-fcm-master
----retry.go(488B)
----go.mod(43B)
----client.go(4KB)
----message_test.go(3KB)
----response.go(6KB)
----client_test.go(16KB)
----message.go(3KB)
----response_test.go(3KB)
----example()
--------main.go(526B)
----LICENSE(1KB)
----doc.go(685B)
----README.md(2KB)
----Makefile(687B)
----option.go(825B)
----.drone.yml(615B)
----.editorconfig(921B)
----.gitignore(279B)
----.revive.toml(496B)
----retry_test.go(810B)

网友评论