API Reference glossia v0.3.1
Modules
Glossia keeps the contexts that define your domain and business logic.
Glossia is configured at runtime using environment variables. This module provides an interface to read and validate the configuration.
All the configuration env. variables are scoped under the GLOSSIA_
prefix.
Used for executing DB release tasks when run in production without Mix installed.
The entrypoint for defining your web interface, such as controllers, components, channels, and so on.
Provides core UI components.
This module is invoked by your endpoint in case of errors on HTML requests.
This module is invoked by your endpoint in case of errors on JSON requests.
A module providing Internationalization with a gettext-based API.
This module holds different layouts used by your application.
This module contains pages rendered by PageController.