Documentation ¶
Overview ¶
Code auto-generated; DO NOT EDIT.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Netzebene ¶
type Netzebene int
Netzebene ist eine Auflistung möglicher Netzebenen innerhalb der Energiearten Strom und Gas.
const ( // NSP is for Niederspannung NSP Netzebene = iota + 1 MSP // MSP is for Mittelspannung HSP // HSP is for Hochspannung HSS // HSS is for Hoechstspannung MSP_NSP_UMSP // MSP_NSP_UMSP is for MS/NS Umspannung HSP_MSP_UMSP // HSP_MSP_UMSP is for HS/MS Umspannung HSS_HSP_UMSP // HSS_HSP_UMSP is for HOES/HS Umspannung HD // HD is for Hochdruck MD // MD is for Mitteldruck ND // ND is for Niederdruck )
func (Netzebene) MarshalJSON ¶
MarshalJSON is generated so Netzebene satisfies json.Marshaler.
func (*Netzebene) Scan ¶ added in v0.2.3
Scan sets r to the enum value represented by src. It implements the sql.Scanner interface to be useable by sql drivers when reading from database.
func (*Netzebene) UnmarshalJSON ¶
UnmarshalJSON is generated so Netzebene satisfies json.Unmarshaler.
Click to show internal directories.
Click to hide internal directories.