Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Entity ¶ added in v0.2.19
type Entity struct {
ID string `json:"id"` // Unique identifier for the entity
CreatedAt time.Time `json:"created_at"` // Timestamp when the entity was created
UpdatedAt time.Time `json:"updated_at"` // Timestamp when the entity was last updated
}
Entity provides common fields for all entities. It can be embedded into concrete business entities.
Click to show internal directories.
Click to hide internal directories.