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 ArithmetischeOperation ¶
type ArithmetischeOperation int
ArithmetischeOperation describes different arithmetic operations
const ( // ADDITION means addition ADDITION ArithmetischeOperation = iota + 1 SUBTRAKTION // SUBTRAKTION means subtraction MULTIPLIKATION // MULTIPLIKATION means multipication DIVISION // DIVISION means division )
func (ArithmetischeOperation) MarshalJSON ¶
func (r ArithmetischeOperation) MarshalJSON() ([]byte, error)
MarshalJSON is generated so ArithmetischeOperation satisfies json.Marshaler.
func (*ArithmetischeOperation) Scan ¶ added in v0.2.3
func (r *ArithmetischeOperation) 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 (ArithmetischeOperation) String ¶
func (i ArithmetischeOperation) String() string
func (*ArithmetischeOperation) UnmarshalJSON ¶
func (r *ArithmetischeOperation) UnmarshalJSON(data []byte) error
UnmarshalJSON is generated so ArithmetischeOperation satisfies json.Unmarshaler.
Click to show internal directories.
Click to hide internal directories.