Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Unterbrechbarkeit ¶
type Unterbrechbarkeit int
const ( UV Unterbrechbarkeit = iota + 1 NUV )
func (Unterbrechbarkeit) MarshalJSON ¶
func (r Unterbrechbarkeit) MarshalJSON() ([]byte, error)
MarshalJSON is generated so Unterbrechbarkeit satisfies json.Marshaler.
func (Unterbrechbarkeit) String ¶
func (i Unterbrechbarkeit) String() string
func (*Unterbrechbarkeit) UnmarshalJSON ¶
func (r *Unterbrechbarkeit) UnmarshalJSON(data []byte) error
UnmarshalJSON is generated so Unterbrechbarkeit satisfies json.Unmarshaler.
Click to show internal directories.
Click to hide internal directories.