The highest tagged major version is
v2.
package
Version:
v0.2.3
Opens a new window with list of versions in this module.
Published: Oct 21, 2022
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Metadata struct {
ID ids.ID `json:"id" bson:"_id"`
CreatedAt time.Time `json:"createdAt"`
UpdatedAt time.Time `json:"updatedAt"`
}
Metadata is the metadata for any entity.
Clone returns a clone of the entity with a new ID and CreatedAt if necessary. Updates UpdatedAt.
GetID returns the ID of the entity. Implements Identifiable interfaces.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.