Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ErrorResponse ¶
type ErrorResponse struct {
Message string `json:"message"`
}
ErrorResponse is a generic error response object.
type NotificationRequest ¶
type NotificationRequest struct {
Message string `json:"message"`
}
NotificationRequest is a client request object for sending notifications.
Click to show internal directories.
Click to hide internal directories.