example.controllers

__init__.py

Initialize each controller and return list of resources for service registry

created 14-jan-2020 by richb@instantlinux.net

Functions

resources()

Runs the __init__ function for each controller, which makes the resource name and object available as singletons for use with flask

example.controllers.resources()

Runs the __init__ function for each controller, which makes the resource name and object available as singletons for use with flask

Returns

list of resources initialized

Modules

example.controllers.account

account controller

example.controllers.auth

auth controller

example.controllers.category

example.controllers.contact

contact controller

example.controllers.credential

credential.py

example.controllers.grant

grant controller

example.controllers.health

health.py

example.controllers.list

example.controllers.location

example.controllers.message

example.controllers.person

example.controllers.settings

example.controllers.tz