package
Version:
v0.13.1-rc5
Opens a new window with list of versions in this module.
Published: Dec 9, 2022
License: MIT
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Category struct {
CategoryId int `json:"categoryId" db:"category_id"`
Name string `json:"name" db:"name"`
Style string `json:"style" db:"style"`
CreatedOn time.Time `json:"createdOn" db:"created_on"`
UpdateOn time.Time `json:"updatedOn" db:"updated_on"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.