package
Version:
v1.6.0
Opens a new window with list of versions in this module.
Published: Nov 29, 2023
License: GPL-3.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type AddParticipationRequestDto struct {
AthleteId primitive.ObjectID `json:"athlete,omitempty"`
MeetingId string `json:"meeting,omitempty"`
}
type ImportAthleteRequestDto struct {
Meeting string `json:"meeting"`
Athlete model.Athlete `json:"athlete"`
}
type ImportTeamRequestDto struct {
Meeting string `json:"meeting"`
Team model.Team `json:"team"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.