package
Version:
v0.16.14
Opens a new window with list of versions in this module.
Published: Jan 18, 2023
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.