package
Version:
v0.10.0-alpha4
Opens a new window with list of versions in this module.
Published: Nov 8, 2022
License: MIT
Opens a new window with license information.
Imports: 13
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"`
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.