dto

package
v0.1.2-b2 Latest Latest
Warning

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

Go to latest
Published: Sep 17, 2021 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AgeGroupResult

type AgeGroupResult struct {
	AgeGroup      string
	FinalPosition int64
	Results       []Section
}

type Competition

type Competition struct {
	ID   int64
	Name string
	Year int64
	Type model.ClimbingType
}

type CompetitorResult

type CompetitorResult struct {
	CompetitionName     string
	Year                int64
	Category            model.ClimbingType
	CompetitionFinished bool
	AgeGroupResult      []AgeGroupResult
}

type ExtendedResult

type ExtendedResult struct {
	AgeGroup string
	Result   model.Result
}

type Section

type Section struct {
	Name      string
	Points    int64
	Tops      int64
	Zones     int64
	TopTries  int64
	ZoneTries int64
}

Jump to

Keyboard shortcuts

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