Documentation
¶
Overview ¶
Package push defines interfaces, types, etc. related to MDM APNs push notifications.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PushProvider ¶
PushProvider can send 'raw' MDM APNs push notifications.
The non-error return type maps the string value of the push token (that is, the hex encoding of the bytes) to a pointer to a Response.
type PushProviderFactory ¶
type PushProviderFactory interface {
NewPushProvider(*tls.Certificate) (PushProvider, error)
}
PushProviderFactory generates a new PushProvider given a tls keypair
Directories
¶
Path | Synopsis |
---|---|
Pacakge buford adapts the buford APNs push package to the PushProvider and PushProviderFactory interfaces.
|
Pacakge buford adapts the buford APNs push package to the PushProvider and PushProviderFactory interfaces. |
Pacakge nanopush implements an Apple APNs HTTP/2 service for MDM.
|
Pacakge nanopush implements an Apple APNs HTTP/2 service for MDM. |
Package service retrieves push details from storage and sends MDM push notifications.
|
Package service retrieves push details from storage and sends MDM push notifications. |
Click to show internal directories.
Click to hide internal directories.