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 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) Scan ¶ added in v0.2.3
func (r *Reklamationsgrund) Scan(src interface{}) error
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 (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.