Dymo.Taggable.Protocol protocol (Dymo v3.0.3) View Source

Link to this section Summary

Link to this section Types

Link to this section Functions

Link to this function

add_labels(taggable, lbls, opts \\ [])

View Source

Specs

add_labels(t(), Dymo.Tag.label_or_labels(), keyword()) :: t()
Link to this function

labels(taggable, opts \\ [])

View Source

Specs

labels(t(), keyword()) :: Ecto.Query.t()
Link to this function

remove_labels(taggable, lbls, opts \\ [])

View Source

Specs

remove_labels(t(), Dymo.Tag.label_or_labels(), keyword()) :: t()
Link to this function

set_labels(taggable, lbls, opts \\ [])

View Source

Specs

set_labels(t(), Dymo.Tag.label_or_labels(), keyword()) :: t()
Link to this function

tags(taggable, opts \\ [])

View Source

Specs

tags(t(), keyword()) :: Ecto.Query.t()