Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AnalyticsData ¶
type AnalyticsData struct {
SystemInfo *SystemInfo `json:"system_info,omitempty"`
EnvironmentInfo *EnvironmentInfo `json:"environment_info,omitempty"`
TransferStats []TransferStatsByCurrency `json:"transfer_stats,omitempty"`
}
type EnvironmentInfo ¶
type EnvironmentInfo struct {
BackendVersionHash string `json:"backend_version_hash"`
BackendVersionTag string `json:"backend_version_tag"`
ProcessingVersionHash string `json:"processing_version_hash"`
ProcessingVersionTag string `json:"processing_version_tag"`
UpdaterVersionHash string `json:"updater_version_hash"`
UpdaterVersionTag string `json:"updater_version_tag"`
}
type HeartBeatRequest ¶
type HeartBeatRequest struct {
TS time.Time `json:"ts"`
AnalyticsData *AnalyticsData `json:"analytics_data,omitempty"`
}
type InitAuthRequest ¶
type NotificationIdentity ¶
type SystemInfo ¶
type TransferStatsByCurrency ¶
type VerifyNotification ¶
type VerifyNotification struct {
BackendClientID string `json:"_backend_client_id"` //nolint:tagliatelle
BackendDomain string `json:"_backend_domain"` //nolint:tagliatelle
Locale string `json:"locale"`
Identity NotificationIdentity `json:"identity"`
Code string `json:"code"`
}
type WalletAddressDTO ¶
type WalletsRequestNotification ¶
type WalletsRequestNotification struct {
BackendClientID string `json:"_backend_client_id"` //nolint:tagliatelle
BackendDomain string `json:"_backend_domain"` //nolint:tagliatelle
Locale string `json:"locale"`
Identity NotificationIdentity `json:"identity"`
Addresses []WalletAddressDTO `json:"addresses"`
}
Click to show internal directories.
Click to hide internal directories.