farmbot v6.0.1-alpha Farmbot.Repo.Sequence.CeleryScriptArgs View Source

Custom Ecto.Type for convirting a sequence args to CS args.

Link to this section Summary

Link to this section Functions

Loads the given term into a custom type.

This callback is called when loading data from the database and receive an Ecto native type. It can return any type, as long as the dump/1 function is able to convert the returned value back into an Ecto native type.

Callback implementation for Ecto.Type.load/1.