Packages
The component framework is meant to make it easy to decompose an application into many simple services. It does this by eliminating boilerplate code in common service patterns: source files can be just domain logic. See the GitHub repo for details.
Current section
Files
Jump to
Current section
Files
lib/component.ex
defmodule Component do
@doc !"""
This is the name of the function we inject into every component.
It is used to flag the fact that a module is a component,
and also to return metadata about that component.
"""
def info_function_name do
:oɟuı_ʇuǝuodɯoɔ
end
end