Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type User ¶
type User struct { ID string Name string Age int Lastname *string CreatedAt time.Time UpdatedAt time.Time }
func (User) CollectionName ¶
func (User) GenerateID ¶
func (u User) GenerateID()
func (User) SetCreatedAt ¶
func (u User) SetCreatedAt()
func (User) SetUpdatedAt ¶
func (u User) SetUpdatedAt()
Click to show internal directories.
Click to hide internal directories.