Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reklamationsgrund ¶
type Reklamationsgrund int
Reklamationsgrund gibt den Grund einer bo.Energiemenge n- bo.Reklamation
const ( // WERTE_ZU_HOCH beschreibt, dass die bo.Energiemenge ist größer als die Erwartung WERTE_ZU_HOCH Reklamationsgrund = iota + 1 WERTE_ZU_NIEDRIG // WERTE_ZU_NIEDRIG beschreibt, dass die bo.Energiemenge ist kleiner als die Erwartung WERTE_FEHLEN // WERTE_FEHLEN beschreibt, dass die erwartete bo.Energiemenge fehlt )
func (Reklamationsgrund) MarshalJSON ¶
func (r Reklamationsgrund) MarshalJSON() ([]byte, error)
MarshalJSON is generated so Reklamationsgrund satisfies json.Marshaler.
func (Reklamationsgrund) String ¶
func (i Reklamationsgrund) String() string
func (*Reklamationsgrund) UnmarshalJSON ¶
func (r *Reklamationsgrund) UnmarshalJSON(data []byte) error
UnmarshalJSON is generated so Reklamationsgrund satisfies json.Unmarshaler.
Click to show internal directories.
Click to hide internal directories.