package
Version:
v0.14.0
Opens a new window with list of versions in this module.
Published: Dec 10, 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 Tag struct {
TagId int `json:"tagId" db:"tag_id"`
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.