View Source ExIpfs.Supervisor (Elixir IPFS v0.1.1)

The MyspaceObject.Supervisor is a supervisor for a colletion of MyspaceObject.

Link to this section Summary

Functions

Returns a specification to start this module under a supervisor.

Callback implementation for Supervisor.init/1.

Link to this section Functions

Returns a specification to start this module under a supervisor.

See Supervisor.

Callback implementation for Supervisor.init/1.

@spec start_link(list()) :: :ignore | {:error, any()} | {:ok, pid()}