Astarte.DataAccess.Interface (astarte_data_access v1.0.1) View Source
Link to this section Summary
Link to this section Functions
Specs
check_if_interface_exists(:cqerl.client(), String.t(), non_neg_integer()) :: :ok | {:error, atom()}
Specs
fetch_interface_descriptor(:cqerl.client(), String.t(), non_neg_integer()) :: {:ok, %Astarte.Core.InterfaceDescriptor{ aggregation: term(), automaton: term(), interface_id: term(), major_version: term(), minor_version: term(), name: term(), ownership: term(), storage: term(), storage_type: term(), type: term() }} | {:error, atom()}