Documentation ¶
Overview ¶
Package common is a package that contains common models used by all other packages.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Model ¶
type Model struct { // CreatedAt is a time when outer model was created. CreatedAt time.Time `json:"created_at"` // UpdatedAt is a time when outer model was updated. UpdatedAt time.Time `json:"updated_at"` // DeletedAt is a time when outer model was deleted. DeletedAt time.Time `json:"deleted_at"` // Metadata is a metadata map of outer model. Metadata map[string]interface{} `json:"metadata"` }
Model is a common model that contains common fields for all models.
Click to show internal directories.
Click to hide internal directories.