Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApplicationInfo ¶
type Device ¶
type Device struct {
ID DeviceID `json:"id"`
Type DeviceType `json:"type"`
Name string `json:"name"`
Token string `json:"token"`
Version string `json:"version"`
}
type ServiceError ¶
type ServiceError struct {
Message string `json:"message,omitempty"`
RequestID string `json:"request_id,omitempty"`
Code int `json:"-"`
}
func (ServiceError) Error ¶
func (err ServiceError) Error() string
Click to show internal directories.
Click to hide internal directories.