View Source InnerCotton.Updater behaviour (InnerCotton v0.6.9)

Init or update a dev resource. Called from mix cotton.init.

Link to this section Summary

Callbacks

Init or update a dev resource. update/0 must be idempotent.

Link to this section Callbacks

@callback update() :: any()

Init or update a dev resource. update/0 must be idempotent.