tai v0.0.8 Tai.AdvisorGroups
Link to this section Summary
Link to this section Types
Link to this section Functions
Link to this function
build_specs(config, products \\ Tai.Exchanges.ProductStore.all())
build_specs(config :: config(), products :: [product()]) :: {:ok, [advisor_spec()]} | {:error, map()}
Link to this function
build_specs_for_advisor(config, group_id, advisor_id, products \\ Tai.Exchanges.ProductStore.all())
Link to this function
build_specs_for_group(config, group_id, products \\ Tai.Exchanges.ProductStore.all())
build_specs_for_group( config :: config(), group_id :: atom(), products :: [product()] ) :: {:ok, [advisor_spec()]} | {:error, map()}
Link to this function
parse_config(config)
parse_config(config :: config()) :: {:ok, [advisor_group()]} | {:error, map()}