Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Optional ¶
func (*Optional[T]) UnmarshalJSON ¶
UnmarshalJSON is implemented by deferring to the wrapped type (T). It will be called only if the value is defined in the JSON payload.
type Time ¶ added in v0.3.6
Time is a custom time type that serializes to JSON with millisecond precision (3 decimal places)
func (Time) MarshalJSON ¶ added in v0.3.6
MarshalJSON formatiert mit nur 3 Nachkommastellen
func (Time) String ¶ added in v0.3.6
String returns the time formatted as RFC3339 with millisecond precision
func (*Time) UnmarshalJSON ¶ added in v0.3.6
UnmarshalJSON parses a JSON string into Time
Click to show internal directories.
Click to hide internal directories.