Documentation
¶
Overview ¶
*******************************************************************
Author Oliviero Taleghani Date 2024-05-08
Description Part of the database package. Responsible for parsing the resulting [][]interface{}s coming from a non struct-specific query. This functions are used to convert a general array of interfaces back into their respective structure.
Usage ¶
func parseItem(rows [][]interface{}) (result []Item, err error)
Converts [][]interface{} to []Item
Dependency
"reflect"
Todo
- [ ] Add the other types
Changelog
[0.0.1] 2024-05-08 Added Initial release
*******************************************************************
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateDatabase ¶
func DeleteItem ¶
Types ¶
type Item ¶
type SubCategory ¶
Click to show internal directories.
Click to hide internal directories.