tag

package
v0.0.0-...-c8b2685 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 27, 2023 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Overview

Package tag provides ... well, Tags to attach to Items.

Tags can have parents, so they can form a hierarchy.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Tag

type Tag struct {
	ID          int64
	Name        string
	Description string
	Parent      int64
	Level       int
	Path        string
	Children    []Tag
}

Tag is a label one can attach to Items.

func (*Tag) SortName

func (t *Tag) SortName() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL