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 Gasqualitaet ¶
type Gasqualitaet int
Gasqualitaet differentiates between high and low caloric gas
const ( // H_GAS stands for High Caloric Gas H_GAS Gasqualitaet = iota + 1 L_GAS // L_GAS stands for Low Caloric Gas )
func (Gasqualitaet) MarshalJSON ¶
func (r Gasqualitaet) MarshalJSON() ([]byte, error)
MarshalJSON is generated so Gasqualitaet satisfies json.Marshaler.
func (*Gasqualitaet) Scan ¶ added in v0.2.3
func (r *Gasqualitaet) 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 (Gasqualitaet) String ¶
func (i Gasqualitaet) String() string
func (*Gasqualitaet) UnmarshalJSON ¶
func (r *Gasqualitaet) UnmarshalJSON(data []byte) error
UnmarshalJSON is generated so Gasqualitaet satisfies json.Unmarshaler.
Click to show internal directories.
Click to hide internal directories.