Dymo v2.0.0 Dymo.Tagging View Source

This module provides functionality dedicated to handling tag data.

It essentially aims at maintaining singleton labels in a tags table and exposes helper functions to ease their creation.

Link to this section Summary

Types

t()

Defines simple tags identified by a unique label.

Link to this section Types

Specs

t() :: %Dymo.Tagging{
  __meta__: term(),
  id: term(),
  post: term(),
  post_id: term(),
  scope: term(),
  tag: term(),
  tag_id: term(),
  uu_post: term(),
  uu_post_id: term()
}

Defines simple tags identified by a unique label.