//
pkg.gl
Category
google.golang.org/appengine
channel
package
2.0.6+incompatible
Repository:
https://github.com/golang/appengine.git
Documentation:
pkg.go.dev
Overview
Versions
2
Dependencies
6
Dependents
45
Files
48 SLOC
#
Functions
Create
Create creates a channel and returns a token for use by the client.
Send
Send sends a message on the channel associated with clientID.
SendJSON
SendJSON is a helper function that sends a JSON-encoded value on the channel associated with clientID.