Versions in this module Expand all Collapse all v6 v6.1.2 Oct 3, 2024 Changes in this version + type Widget struct + Age int + Bar nulls.String + CreatedAt time.Time + Description string + ID uuid.UUID + Name string + UpdatedAt time.Time + func (w *Widget) Validate(tx *pop.Connection) (*validate.Errors, error) + func (w *Widget) ValidateCreate(tx *pop.Connection) (*validate.Errors, error) + func (w *Widget) ValidateUpdate(tx *pop.Connection) (*validate.Errors, error) + func (w Widget) String() string + type Widgets []Widget + func (w Widgets) String() string