Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Speicherart ¶
type Speicherart int
const ( WASSERSTOFFSPEICHER Speicherart = iota + 1 //ZF7: Wasserstoffspeicher PUMPSPEICHER //ZF8: Pumpspeicher BATTERIESPEICHER //ZF9: Batteriespeicher SONSTIGE_SPEICHERART //ZG6: Sonstige Speicherart )
func (Speicherart) MarshalJSON ¶
func (r Speicherart) MarshalJSON() ([]byte, error)
MarshalJSON is generated so Speicherart satisfies json.Marshaler.
func (Speicherart) String ¶
func (i Speicherart) String() string
func (*Speicherart) UnmarshalJSON ¶
func (r *Speicherart) UnmarshalJSON(data []byte) error
UnmarshalJSON is generated so Speicherart satisfies json.Unmarshaler.
Click to show internal directories.
Click to hide internal directories.