mirror of
https://github.com/miniflux/v2.git
synced 2025-08-16 18:01:37 +00:00
Update vendor dependencies
This commit is contained in:
parent
34a3fe426b
commit
459bb4531f
747 changed files with 89857 additions and 39711 deletions
4
vendor/google.golang.org/appengine/channel/channel.go
generated
vendored
4
vendor/google.golang.org/appengine/channel/channel.go
generated
vendored
|
@ -17,6 +17,10 @@ which must be unique to the client that will use the returned token.
|
|||
Send sends a message to the client over the channel identified by clientID.
|
||||
|
||||
channel.Send(c, "player1", "Game over!")
|
||||
|
||||
Deprecated: The Channel API feature has been deprecated and is going to be removed. See the Channel API Turndown document for details and timetable.
|
||||
|
||||
https://cloud.google.com/appengine/docs/deprecations/channel
|
||||
*/
|
||||
package channel // import "google.golang.org/appengine/channel"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue