View Source Igniter.Libs.Swoosh (igniter v0.4.7)

Codemods & utilities for working with Swoosh

Summary

Functions

Lists all project modules that call use Swoosh.Mailer.

Moves to the use statement in a module that matches use Swoosh.Mailer

Functions

@spec list_mailers(Igniter.t()) :: {Igniter.t(), [module()]}

Lists all project modules that call use Swoosh.Mailer.

Link to this function

move_to_mailer_use(zipper)

View Source
@spec move_to_mailer_use(Sourceror.Zipper.t()) :: :error | {:ok, Sourceror.Zipper.t()}

Moves to the use statement in a module that matches use Swoosh.Mailer