ds_wrapper v0.1.1 DsWrapper.Connection View Source

Connection for GoogleApi.Datastore.V1.

Link to this section Summary

Functions

Configure a client connection. use GOOGLE_CLOUD_PROJECT as the project_id.

Configure a client connection.

Configure a client connection.

Link to this section Types

Link to this type

t()

View Source
t() :: %DsWrapper.Connection{
  connection: Tesla.Client.t(),
  mutation_store_pid: pid() | nil,
  project_id: String.t(),
  transaction_id: String.t() | nil
}

Link to this section Functions

Configure a client connection. use GOOGLE_CLOUD_PROJECT as the project_id.

Configure a client connection.

Configure a client connection.