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 Preisstatus ¶
type Preisstatus int
Preisstatus contains Statusinformation für Preise
const ( // Deprecated: VORLAUEFIG means preliminary (use VORLAEUFIG instead) VORLAUEFIG Preisstatus = iota + 1 // ENDGUELTIG means final ENDGUELTIG VORLAEUFIG // VORLAEUFIG means preliminary )
func (Preisstatus) MarshalJSON ¶
func (r Preisstatus) MarshalJSON() ([]byte, error)
MarshalJSON is generated so Preisstatus satisfies json.Marshaler.
func (*Preisstatus) Scan ¶ added in v0.2.3
func (r *Preisstatus) 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 (Preisstatus) String ¶
func (i Preisstatus) String() string
func (*Preisstatus) UnmarshalJSON ¶
func (r *Preisstatus) UnmarshalJSON(data []byte) error
UnmarshalJSON is generated so Preisstatus satisfies json.Unmarshaler.
Click to show internal directories.
Click to hide internal directories.