View Source Arke.System.Group (Arke v0.1.36)
Summary
Functions
Macro to create an arke struct with the given parameters.
Usable only via code and not iex.
Macro used to define parameter in an arke.
See example above arke/2
Functions
Macro to create an arke struct with the given parameters.
Usable only via code and not iex.
Example
group do
parameter :custom_parameter
parameter :custom_parameter2
parameter :custom_parameter3
parameter :custom_parameter4
endReturn
%Arke.Core.Unit{}
Macro used to define parameter in an arke.
See example above arke/2