Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TimestampValueObject ¶
type TimestampValueObject struct {
// contains filtered or unexported fields
}
func NewTimestampValueObject ¶
func (*TimestampValueObject) CreatedAt ¶
func (t *TimestampValueObject) CreatedAt() time.Time
func (*TimestampValueObject) DeletedAt ¶
func (t *TimestampValueObject) DeletedAt() *time.Time
func (*TimestampValueObject) IsDeleted ¶
func (t *TimestampValueObject) IsDeleted() bool
func (*TimestampValueObject) UpdatedAt ¶
func (t *TimestampValueObject) UpdatedAt() time.Time
Click to show internal directories.
Click to hide internal directories.