serum v1.2.0 Serum.Tag View Source

This module defines Tag struct.

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %Serum.Tag{list_url: binary(), name: binary()}

Link to this section Functions

Link to this function

batch_create(names, proj)

View Source
batch_create([binary()], map()) :: [t()]
Link to this function

new(name, proj)

View Source
new(binary(), map()) :: t()