Dymo v1.0.2 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 Sourceadd_labels(t(), Dymo.Tag.label_or_labels(), keyword()) :: t()
Link to this function
labels(taggable, opts \\ [])
View Sourcelabels(t(), keyword()) :: Ecto.Query.t()
Link to this function
remove_labels(taggable, lbls, opts \\ [])
View Sourceremove_labels(t(), Dymo.Tag.label_or_labels(), keyword()) :: t()
Link to this function
set_labels(taggable, lbls, opts \\ [])
View Sourceset_labels(t(), Dymo.Tag.label_or_labels(), keyword()) :: t()