package
0.0.0-20241121094103-f838e451607c
Repository: https://github.com/stnokott/spacetrader-server.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Int64ToInt converts an int64 to an int.
Int64ToInt32 casts an int64 to an int32.
IntToInt32 casts an int to an int64.
IntToInt64 casts an int to an int64.
IntToUint32 casts an int to an uint64.
IntToUint64 casts an int to an uint64.
TimeToTime is simple, but required since time.Time contains unexported fields which goverter cannot convert.

# Interfaces

Converter converts between API responses and protobuf structs.