ForexFactory.Events.Type behaviour (ForexFactory v0.1.5)
Behaviour for all event types
Summary
Types
Link to this type
currency()
@type currency() :: ForexFactory.currency()
@type t() :: module()
Callbacks
Link to this callback
all()
@callback all() :: [ForexFactory.Event.t()]
Link to this callback
data(currency, keyword)
Link to this callback
data!(currency, keyword)
Link to this callback
event(currency)
@callback event(currency()) :: {:ok, ForexFactory.Event.t()} | {:error, term()}
Link to this callback
event!(currency)
@callback event!(currency()) :: ForexFactory.Event.t()