Serum.Tag (serum_md v1.7.0)

Copy Markdown View Source

This module defines Tag struct.

Summary

Types

t()

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

Functions

batch_create(names, proj)

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

new(name, proj)

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