Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Lokationstyp ¶
type Lokationstyp int
The Lokationstyp describe whether the object it's used in is a market or metering location
const ( // MALO is short for Marktlokation / market location MALO Lokationstyp = iota + 1 MELO // MELO is short for Messlokation / metering location )
func (Lokationstyp) MarshalJSON ¶
func (r Lokationstyp) MarshalJSON() ([]byte, error)
MarshalJSON is generated so Lokationstyp satisfies json.Marshaler.
func (Lokationstyp) String ¶
func (i Lokationstyp) String() string
func (*Lokationstyp) UnmarshalJSON ¶
func (r *Lokationstyp) UnmarshalJSON(data []byte) error
UnmarshalJSON is generated so Lokationstyp satisfies json.Unmarshaler.
Click to show internal directories.
Click to hide internal directories.