Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Abwicklungsmodell ¶
type Abwicklungsmodell int
Abwicklungsmodell (E-Mob)
const ( // Modell 1 "Bilanzierung an der Marktlokation" MODELL_1 Abwicklungsmodell = iota + 1 MODELL_2 // Modell 2 "Bilanzierung im Bilanzierungsgebiet (BG) des LPB" )
func (Abwicklungsmodell) MarshalJSON ¶
func (r Abwicklungsmodell) MarshalJSON() ([]byte, error)
MarshalJSON is generated so Abwicklungsmodell satisfies json.Marshaler.
func (*Abwicklungsmodell) UnmarshalJSON ¶
func (r *Abwicklungsmodell) UnmarshalJSON(data []byte) error
UnmarshalJSON is generated so Abwicklungsmodell satisfies json.Unmarshaler.
Click to show internal directories.
Click to hide internal directories.