Documentation
¶
Index ¶
- func MarshalGormDeletedAt(gd gorm.DeletedAt) graphql.Marshaler
- func MarshalInt64ID(i int64) graphql.Marshaler
- func MarshalTimeRFC3339Nano(tt time.Time) graphql.Marshaler
- func UnmarshalGormDeletedAt(v interface{}) (gorm.DeletedAt, error)
- func UnmarshalInt64ID(v interface{}) (int64, error)
- func UnmarshalTimeRFC3339Nano(v interface{}) (time.Time, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MarshalGormDeletedAt ¶ added in v1.17.0
MarshalGormDeletedAt marshal gorm.DeletedAt to string
func MarshalInt64ID ¶
MarshalInt64ID marshal int64 to string ID
func MarshalTimeRFC3339Nano ¶ added in v1.17.0
MarshalTimeRFC3339Nano marshal time.Time to string RFC3339Nano
func UnmarshalGormDeletedAt ¶ added in v1.17.0
UnmarshalGormDeletedAt unmarshal v into gorm.DeletedAt
func UnmarshalInt64ID ¶
UnmarshalInt64ID unmarshal ID into int64
func UnmarshalTimeRFC3339Nano ¶ added in v1.17.0
UnmarshalTimeRFC3339Nano unmarshal v into time.Time
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.