Versions in this module Expand all Collapse all v1 v1.13.2 Jun 4, 2023 Changes in this version + const DateFormat + type Date struct + func (d *Date) UnmarshalJSON(data []byte) error + func (d *Date) UnmarshalText(data []byte) error + func (d Date) MarshalJSON() ([]byte, error) + func (d Date) String() string + type Email string + func (e *Email) UnmarshalJSON(data []byte) error + func (e Email) MarshalJSON() ([]byte, error) + type File struct + func (file *File) InitFromBytes(data []byte, filename string) + func (file *File) InitFromMultipart(header *multipart.FileHeader) + func (file *File) UnmarshalJSON(data []byte) error + func (file File) Bytes() ([]byte, error) + func (file File) FileSize() int64 + func (file File) Filename() string + func (file File) MarshalJSON() ([]byte, error) + func (file File) Reader() (io.ReadCloser, error) + type UUID = uuid.UUID