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 ( // VORLAUEFIG means preliminary VORLAUEFIG Preisstatus = iota + 1 // ENDGUELTIG means final ENDGUELTIG )
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.