Documentation ¶
Index ¶
- type BroadcastResponseDto
- type FollowAthleteRequestDto
- type MeetingNotificationRequestDto
- type NotificationRequestDto
- type NotificationResponseDto
- type NotificationsResponseDto
- type RegisterNotificationUserRequestDto
- type SetLanguageRequestDto
- type SetMeRequestDto
- type SetThemeRequestDto
- type SubscribeMeetingRequestDto
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BroadcastResponseDto ¶
type FollowAthleteRequestDto ¶
type MeetingNotificationRequestDto ¶ added in v0.1.4
type MeetingNotificationRequestDto struct { Subtitle string `json:"subtitle"` Message string `json:"message"` MessageType string `json:"message_type"` // like athlete, meeting, schedule or favourites (see settings) InterruptionLevel string `json:"interruption_level"` // passive, active, time-sensitive }
type NotificationRequestDto ¶
type NotificationResponseDto ¶
type NotificationsResponseDto ¶ added in v0.1.4
type RegisterNotificationUserRequestDto ¶
type RegisterNotificationUserRequestDto struct { Token string `json:"token,omitempty"` Device model.Device `json:"device,omitempty"` Settings model.NotificationSettings `json:"settings,omitempty"` }
type SetLanguageRequestDto ¶
type SetLanguageRequestDto struct {
Language string `json:"language,omitempty"`
}
type SetMeRequestDto ¶
type SetThemeRequestDto ¶
type SetThemeRequestDto struct {
Theme string `json:"theme,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.