Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NullProtoTimestamp ¶
type NullProtoTimestamp struct {
Timestamp **timestamppb.Timestamp
}
NullProtoTimestamp wraps a timestamp.Timestamp into a Scanner/Valuer interface
func NullTimestamp ¶
func NullTimestamp(t **timestamppb.Timestamp) *NullProtoTimestamp
NullTimestamp converts a timestamppb.Timestamp into a wrapped NullProtoTimestamp
func (*NullProtoTimestamp) Scan ¶
func (nt *NullProtoTimestamp) Scan(value interface{}) error
Scan implements the Scanner interface.
Click to show internal directories.
Click to hide internal directories.