Skip to content
This repository was archived by the owner on Feb 13, 2022. It is now read-only.

Repository files navigation

huawei-push

华为推送服务 Golang SDK

Production ready, full golang implementation of Huawei Push API (http://developer.huawei.com/push)

client := &HuaweiPushClient{
		clientID:     "clientID",
		clientSecret: "clientSecret",
	}
client.SingleSend(context.TODO(), NewSingleNotification("deviceToken", "message").SetRequestID("requestID").SetHighPriority())

About

华为推送Go SDK

Resources

Stars

30 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages