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 Profilverfahren ¶
type Profilverfahren int
Profilverfahren describes how profiles are constructed Note that this enum is not official BO4E standard (yet)!
const ( // SYNTHETISCH means SLP SYNTHETISCH Profilverfahren = iota + 1 ANALYTISCH // ANALYTISCH means ALP )
func (Profilverfahren) MarshalJSON ¶
func (r Profilverfahren) MarshalJSON() ([]byte, error)
MarshalJSON is generated so Profilverfahren satisfies json.Marshaler.
func (*Profilverfahren) Scan ¶ added in v0.2.3
func (r *Profilverfahren) 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 (Profilverfahren) String ¶
func (i Profilverfahren) String() string
func (*Profilverfahren) UnmarshalJSON ¶
func (r *Profilverfahren) UnmarshalJSON(data []byte) error
UnmarshalJSON is generated so Profilverfahren satisfies json.Unmarshaler.
Click to show internal directories.
Click to hide internal directories.