Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alexjlockwood/gcm
/ types & classes
Types & classes
5 in github.com/alexjlockwood/gcm
⨍
Functions
17
◇
Types & classes
5
Struct
Message
Message is used by the application server to send a message to the GCM server. See the documentation for GCM Architectural Overview for more informati
message.go:7
Struct
Response
Response represents the GCM server's response to the application server's sent message. See the documentation for GCM Architectural Overview for more
response.go:7
Struct
Result
Result represents the status of a processed message.
response.go:16
Struct
Sender
Sender abstracts the interaction between the application server and the GCM server. The developer must obtain an API key from the Google APIs Console
sender.go:46
Struct
testResponse
sender_test.go:11