antikythera

v0.2.0

  • Pages
  • Modules
  • Mix Tasks

    antikythera v0.2.0 AntikytheraCore.Ets.TenantToGearsMapping View Source

    Link to this section Summary

    Functions

    associated?(tenant_id, gear_name)
    init()
    set(tenant_id, gear_names)
    table_name()
    unset(tenant_id)

    Link to this section Functions

    Link to this function associated?(tenant_id, gear_name) View Source
    associated?(Antikythera.TenantId.t(), Antikythera.GearName.t()) :: boolean()
    Link to this function init() View Source
    init() :: :ok
    Link to this function set(tenant_id, gear_names) View Source
    set(Antikythera.TenantId.t(), [Antikythera.GearName.t()]) :: :ok
    Link to this function table_name() View Source
    table_name() :: atom()
    Link to this function unset(tenant_id) View Source
    unset(Antikythera.TenantId.t()) :: :ok

    Built using ExDoc (v0.18.3), designed by Friedel Ziegelmayer.