package
Version:
v1.12.1
Opens a new window with list of versions in this module.
Published: Mar 15, 2024
License: MIT
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 3
Opens a new window with list of known importers.
Documentation
¶
type AcknowledgeEvent struct {
UDID string `json:"udid,omitempty"`
EnrollmentID string `json:"enrollment_id,omitempty"`
Status string `json:"status"`
CommandUUID string `json:"command_uuid,omitempty"`
Params map[string]string `json:"url_params,omitempty"`
RawPayload []byte `json:"raw_payload"`
}
type CheckinEvent struct {
UDID string `json:"udid,omitempty"`
EnrollmentID string `json:"enrollment_id,omitempty"`
Params map[string]string `json:"url_params"`
RawPayload []byte `json:"raw_payload"`
}
type Event struct {
Topic string `json:"topic"`
EventID string `json:"event_id"`
CreatedAt time.Time `json:"created_at"`
AcknowledgeEvent *AcknowledgeEvent `json:"acknowledge_event,omitempty"`
CheckinEvent *CheckinEvent `json:"checkin_event,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.