Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Feature ¶
type Feature struct { // ID is a UUID. ID string `firestore:"id"` // Slug is a unique human-readable identifier used in URLs. Slug string `firestore:"slug"` // Name is the human readable name of this feature. Name string `firestore:"name"` // CreatedAt is when this record was inserted. CreatedAt time.Time `firestore:"created_at"` // UpdatedAt is when this record was last updated. UpdatedAt time.Time `firestore:"updated_at"` }
Click to show internal directories.
Click to hide internal directories.