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 Tarifart ¶
type Tarifart int
Tarifart wird verwendet zur Charakterisierung von Zählern und daraus resultierenden Tarifen.
const ( // EINTARIF = single tariff EINTARIF Tarifart = iota + 1 ZWEITARIF // ZWEITARIF = two tariffs MEHRTARIF // MEHRTARIF = multiple (>2) tariffs SMARTMETER // Deprecated: SMARTMETER means Smart Meter Tariff (use SMART_METER instead) LEISTUNGSGEMESSEN // LEISTUNGSGEMESSEN means Leistungsgemessener Tarif SMART_METER // SMART_METER means Smart Meter Tariff )
func (Tarifart) MarshalJSON ¶
MarshalJSON is generated so Tarifart satisfies json.Marshaler.
func (*Tarifart) 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 (*Tarifart) UnmarshalJSON ¶
UnmarshalJSON is generated so Tarifart satisfies json.Unmarshaler.
Click to show internal directories.
Click to hide internal directories.