Skip to content

furrychina/mobtech-sdk-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MobPush SDK

简介

由于MobTech官方没有提供Go版本的SDK,因此本项目基于MobPush官方的API文档,实现了一个Go版本的SDK。

该SDK提供了MobPush推送服务的API接口封装,方便在自己的应用中调用APP推送。 适用于Go后端,原生APP前端或者ReactNative。

安装

go get github.com/furrychina/mobtech-mobpush

适用示例

详见main.go