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 Anfragetyp ¶
type Anfragetyp int
const ( START_ABO Anfragetyp = iota + 1 ENDE_ABO KAUF NUTZUNGSUEBERLASSUNG KANN_NICHT_ANGEBOTEN_WERDEN ABRECHNUNGSBRENNWERT_UND_ZUSTANDSZAHL LASTGANGDATEN ZAEHLERSTAENDE WERTEERMITTLUNG LIEFERRICHTUNG ANGEBOT_AUF_BASIS_PREISBLATT INDIVIDUELLES_ANGEBOT ENERGIEMENGE_EINZELWERT )
func (Anfragetyp) MarshalJSON ¶
func (r Anfragetyp) MarshalJSON() ([]byte, error)
MarshalJSON is generated so Anfragetyp satisfies json.Marshaler.
func (*Anfragetyp) Scan ¶
func (r *Anfragetyp) 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 (Anfragetyp) String ¶
func (i Anfragetyp) String() string
func (*Anfragetyp) UnmarshalJSON ¶
func (r *Anfragetyp) UnmarshalJSON(data []byte) error
UnmarshalJSON is generated so Anfragetyp satisfies json.Unmarshaler.
Click to show internal directories.
Click to hide internal directories.