Dymo v2.0.0 Dymo.Taggable.Protocol protocol 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()