View Source Serum.Tag (serum_md v1.6.5)

This module defines Tag struct.

Summary

Types

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

Functions

Link to this function

batch_create(names, proj)

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