Versions in this module Expand all Collapse all v1 v1.0.0 May 24, 2018 Changes in this version + type Color int + const ColorBlue + const ColorGreen + const ColorRed + const ColorUnknown + type CyclistCreated struct + CyclistName string + CyclistTeam string + CyclistUID string + Metadata Metadata + Year int + func (t CyclistCreated) GetUID() string + type EtappeCreated struct + EtappeDate time.Time + EtappeFinishLocation string + EtappeKind int + EtappeLength int + EtappeStartLocation string + EtappeUID string + Metadata Metadata + Year int + func (t EtappeCreated) GetUID() string + type EtappeResultsCreated struct + BestAllrounderCyclistIds []string + BestClimberCyclistIds []string + BestDayCyclistIds []string + BestSprinterCyclistIds []string + EtappeUID string + Metadata Metadata + Year int + func (t EtappeResultsCreated) GetUID() string + type GamblerCreated struct + GamblerEmail string + GamblerImageIUrl string + GamblerName string + GamblerUID string + Metadata Metadata + func (t GamblerCreated) GetUID() string + type GamblerTeamCreated struct + GamblerCyclists []string + GamblerUID string + Metadata Metadata + Year int + func (t GamblerTeamCreated) GetUID() string + type Metadata struct + EventTypeName string + Timestamp time.Time + UUID string + type NewsItemCreated struct + Message string + Metadata Metadata + RelatedCyclistUID string + RelatedEtappeUID string + Sender string + Year int + func (t NewsItemCreated) GetUID() string + type TourCreated struct + Metadata Metadata + Tags []string + Year int + func (t TourCreated) GetUID() string + type Word int + const Aap + const Mies + const Noot