Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
IncludeIndexInHeatName bool
IncludeHourInHeatNamne bool
ExtendedHeatName bool
GroupDays GroupDayMode
}
type Converter ¶
type Converter interface {
// Parse will read raw data from a io.Reader and generate an alge XML meeting
Parse(data io.Reader) ([]alge.Meet, error)
// Conver will process a series of mantis Heats and will generate an alge XML meeting
Convert(series []mantis.Heat) ([]alge.Meet, error)
}
func NewMantisConverter ¶
type GroupDayMode ¶
type GroupDayMode int
const ( None GroupDayMode = iota // All series in a single file SingleFile // Group heats by day under single file MultiFile // Group heats by day, with each day on a separate file )
Click to show internal directories.
Click to hide internal directories.