Dymo v1.0.3 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
add_labels(t(), Dymo.Tag.label_or_labels(), keyword()) :: t()
Link to this function

labels(taggable, opts \\ [])

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

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

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

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

View Source
set_labels(t(), Dymo.Tag.label_or_labels(), keyword()) :: t()