dto

package
v0.0.0-...-85f6e25 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 8, 2023 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FollowAthleteRequestDto

type FollowAthleteRequestDto struct {
	AthleteId primitive.ObjectID `json:"athlete"`
	Follow    bool               `json:"follow,omitempty"`
}

type SetLanguageRequestDto

type SetLanguageRequestDto struct {
	Language string `json:"language,omitempty"`
}

type SetMeRequestDto

type SetMeRequestDto struct {
	AthleteId primitive.ObjectID `json:"athlete"`
	Set       bool               `json:"set,omitempty"`
}

type SetThemeRequestDto

type SetThemeRequestDto struct {
	Theme string `json:"theme,omitempty"`
}

type SubscribeMeetingRequestDto

type SubscribeMeetingRequestDto struct {
	Meeting   string `json:"meeting"`
	Subscribe bool   `json:"subscribe,omitempty"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL