MCPcopy
hub / github.com/sideshow/apns2 / Context

Interface Context

client.go:72–74  ·  view source on GitHub ↗

A Context carries a deadline, a cancellation signal, and other values across API boundaries. Context's methods may be called by multiple goroutines simultaneously.

Source from the content-addressed store, hash-verified

70// API boundaries. Context's methods may be called by multiple goroutines
71// simultaneously.
72type Context interface {
73 context.Context
74}
75
76type connectionCloser interface {
77 CloseIdleConnections()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected