Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Waermenutzung ¶
type Waermenutzung int
const ( SPEICHERHEIZUNG Waermenutzung = iota + 1 WAERMEPUMPE DIREKTHEIZUNG )
func (Waermenutzung) MarshalJSON ¶
func (r Waermenutzung) MarshalJSON() ([]byte, error)
MarshalJSON is generated so Waermenutzung satisfies json.Marshaler.
func (Waermenutzung) String ¶
func (i Waermenutzung) String() string
func (*Waermenutzung) UnmarshalJSON ¶
func (r *Waermenutzung) UnmarshalJSON(data []byte) error
UnmarshalJSON is generated so Waermenutzung satisfies json.Unmarshaler.
Click to show internal directories.
Click to hide internal directories.