dto

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Nov 9, 2023 License: GPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EventHeatInfoDto added in v0.2.0

type EventHeatInfoDto struct {
	Amount int `json:"amount,omitempty"`
}

type HeatTimesRequestDto added in v0.4.0

type HeatTimesRequestDto struct {
	Time time.Time `json:"time,omitempty"`
	Type string    `json:"type,omitempty"`
}

type ImportDisqualificationRequestDto

type ImportDisqualificationRequestDto struct {
	Disqualification model.Disqualification `json:"disqualification"`
	Start            model.Start            `json:"start"`
}

type ImportHeatRequestDto

type ImportHeatRequestDto struct {
	Heat model.Heat `json:"heat"`
}

type ImportResultRequestDto

type ImportResultRequestDto struct {
	Result model.Result `json:"result"`
	Start  model.Start  `json:"start"`
}

type ImportStartRequestDto

type ImportStartRequestDto struct {
	Start model.Start `json:"start"`
}

type MeetingHeatEventListDto added in v0.3.0

type MeetingHeatEventListDto struct {
	EventNumber int        `json:"event_number,omitempty"`
	Amount      int        `json:"amount,omitempty"`
	FirstHeat   model.Heat `json:"first_heat,omitempty"`
}

type MeetingHeatInfoDto added in v0.2.0

type MeetingHeatInfoDto struct {
	Amount int `json:"amount,omitempty"`
}

type MeetingHeatsEventListDto added in v0.3.0

type MeetingHeatsEventListDto struct {
	Events []MeetingHeatEventListDto `json:"events,omitempty"`
}

Jump to

Keyboard shortcuts

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