Box.Cache.FileServer behaviour (box v0.15.1)

View Source

Summary

Functions

Returns a specification to start this module under a supervisor.

Callbacks

decode(t, t)

@callback decode(String.t(), Keyword.t()) ::
  {:ok, [{String.t(), any()}]} | {:error, any()}

Functions

child_spec(arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

start_link(args)