Serum.Tag (serum v1.5.1) View Source

This module defines Tag struct.

Link to this section Summary

Link to this section Types

Specs

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

Link to this section Functions

Link to this function

batch_create(names, proj)

View Source

Specs

batch_create([binary()], Serum.Project.t()) :: [t()]

Specs

new(binary(), Serum.Project.t()) :: t()