Documentation
¶
Index ¶
- func AddChildNode(db *sql.DB, parentId int, name, path string)
- func AddTag(db *sql.DB, nodeID, tagID int)
- func CompleteNode()
- func ConnectDB() *sql.DB
- func CreateDefaultList(db *sql.DB)
- func CreateNode(db *sql.DB, name string)
- func CreateTable(db *sql.DB)
- func CreateTag(db *sql.DB, key, value string)
- func DeleteNode(db *sql.DB, id int)
- func DeleteTag()
- func GetNodeIDByPath(db *sql.DB, name, path string) int
- func GetTag(db *sql.DB, tagID int)
- func GetTagIDByName(db *sql.DB, tagKey, tagValue string) int
- func GetTags(db *sql.DB)
- func NodeWalk(db *sql.DB, input string) (int, error)
- func RemoveTag(db *sql.DB, nodeID, tagID int)
- func Taggy()
- func UpdateNode()
- type Node
- type Tag
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CompleteNode ¶
func CompleteNode()
func CreateDefaultList ¶
func CreateNode ¶
func CreateTable ¶
func DeleteNode ¶
func UpdateNode ¶
func UpdateNode()
Types ¶
Click to show internal directories.
Click to hide internal directories.