Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ldflags set by GoReleaser Version = "unknown" Commit = "unknown" )
Functions ¶
Types ¶
type CatégoriePersonne ¶
type CatégoriePersonne int
const ( CatégoriePersonnePiéton CatégoriePersonne = iota CatégoriePersonneCycliste CatégoriePersonneAutre )
func (CatégoriePersonne) MarshalJSON ¶
func (catégoriePersonne CatégoriePersonne) MarshalJSON() ([]byte, error)
func (CatégoriePersonne) String ¶
func (catégoriePersonne CatégoriePersonne) String() string
type CommuneOpts ¶
type CommuneOpts struct {
// contains filtered or unexported fields
}
type Personne ¶
type PersonneNonPiéton ¶
type PersonneNonPiéton struct {
Date string
Adresse string
Latitude string
Longitude string
CatégorieDePersonne CatégoriePersonne
Gravité dataset.Gravité
AnnéeDeNaissance int
Sexe dataset.Sexe
}
func (PersonneNonPiéton) AsJson ¶
func (personneNonPiéton PersonneNonPiéton) AsJson() (string, error)
Click to show internal directories.
Click to hide internal directories.