modulepackage
0.0.0-20240528101545-d7b27a11a90c
Repository: https://github.com/pusher/googlemessaging.git
Documentation: pkg.go.dev
# README
GCM Library for Go
Provides the following functionality for Google Cloud Messaging:
- Sending messages.
- Listening to receiving messages.
Documentation: http://godoc.org/github.com/google/go-gcm
Installation
$ go get github.com/google/go-gcm
Status
This library is in Alpha. We will make an effort to support the library, but we reserve the right to make incompatible changes when necessary.
Feedback
Please read CONTRIBUTING and raise issues here in Github.
# Packages
No description provided by the author
# Functions
No description provided by the author
Send a message using the HTTP GCM connection server.
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
DebugMode determines whether to have verbose logging.
No description provided by the author
Default Min and Max delay for backoff.
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
A GCM Http message.
HttpResponse is the GCM connection server response to an HTTP downstream message request.
No description provided by the author
The notification payload of a GCM message.
Result represents the status of a processed Http message.
No description provided by the author