Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Erzeugungsart ¶
type Erzeugungsart int
const ( KWK Erzeugungsart = iota + 1 //Kraft-Waerme-Koppelung WIND //Windkraft SOLAR //Solarenergie KERNKRAFT //Kernkraft WASSER //Wasserkraft GEOTHERMIE //Geothermie BIOMASSE //Biomasse KOHLE //Kohle GAS //Erdgas SONSTIGE //Sonstige SONSTIGE_EEG //Sonstige nach EEG )
func (Erzeugungsart) MarshalJSON ¶
func (r Erzeugungsart) MarshalJSON() ([]byte, error)
MarshalJSON is generated so Erzeugungsart satisfies json.Marshaler.
func (Erzeugungsart) String ¶
func (i Erzeugungsart) String() string
func (*Erzeugungsart) UnmarshalJSON ¶
func (r *Erzeugungsart) UnmarshalJSON(data []byte) error
UnmarshalJSON is generated so Erzeugungsart satisfies json.Unmarshaler.
Click to show internal directories.
Click to hide internal directories.