# Functions
InitFromCtrl initializes within a controller.
InitFromEnv initializes a backend looking into Env for config data.
Instantiate instantiates a Backend of type `backendType`.
Register registers a new backend type with name `name`staging function is a function that returns a backend of that type.
# Interfaces
Backend is an abstract backend interface.