Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Aufgestellt ¶
type Aufgestellt string
const ( AufgestelltUnbekannt Aufgestellt = "" AufgestelltJa Aufgestellt = "Ja" AufgestelltNein Aufgestellt = "Nein" )
type Teilnahme ¶
type Teilnahme struct {
TerminId string `json:"terminId"`
BenutzerId string `json:"benutzerId"`
Typ TeilnahmeTyp `json:"typ"`
Aufgestellt Aufgestellt `json:"aufgestellt"`
}
type TeilnahmeStatistik ¶
type TeilnahmeTyp ¶
type TeilnahmeTyp string
const ( TeilnahmeUnbekannt TeilnahmeTyp = "" TeilnahmeJa TeilnahmeTyp = "Ja" TeilnahmeNein TeilnahmeTyp = "Nein" )
Click to show internal directories.
Click to hide internal directories.