Documentation
¶
Index ¶
- Variables
- type CidrBlock
- type IpAddress
- type MailAddress
- type UnixTime
- func (vo UnixTime) Int64() int64
- func (vo UnixTime) IsFuture() bool
- func (vo UnixTime) IsPast() bool
- func (vo UnixTime) ReadAsGoTime() time.Time
- func (vo UnixTime) ReadDateOnly() string
- func (ut UnixTime) ReadDateTime() string
- func (ut UnixTime) ReadEndOfDay() time.Time
- func (vo UnixTime) ReadRfcDate() string
- func (ut UnixTime) ReadStartOfDay() time.Time
- func (vo UnixTime) ReadTimeOnly() string
- func (vo UnixTime) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var IpAddressLocal = IpAddress("127.0.0.1")
Functions ¶
This section is empty.
Types ¶
type MailAddress ¶
type MailAddress string
func NewMailAddress ¶
func NewMailAddress(value any) (mailAddress MailAddress, err error)
func (MailAddress) String ¶
func (vo MailAddress) String() string
type UnixTime ¶ added in v0.0.4
type UnixTime int64
func NewUnixTime ¶ added in v0.0.4
func NewUnixTimeAfterNow ¶ added in v0.0.4
func NewUnixTimeBeforeNow ¶ added in v0.0.4
func NewUnixTimeNow ¶ added in v0.0.4
func NewUnixTimeNow() UnixTime
func NewUnixTimeWithGoTime ¶ added in v0.0.4
func (UnixTime) ReadAsGoTime ¶ added in v0.0.4
func (UnixTime) ReadDateOnly ¶ added in v0.0.4
func (UnixTime) ReadDateTime ¶ added in v0.0.4
func (UnixTime) ReadEndOfDay ¶ added in v0.0.4
func (UnixTime) ReadRfcDate ¶ added in v0.0.4
func (UnixTime) ReadStartOfDay ¶ added in v0.0.4
func (UnixTime) ReadTimeOnly ¶ added in v0.0.4
Click to show internal directories.
Click to hide internal directories.