ExAliyunOts.start_local_transaction

You're seeing just the function start_local_transaction, go back to ExAliyunOts module for more information.
Link to this function

start_local_transaction(instance, table_name, partition_key)

View Source

Specs

start_local_transaction(instance(), table_name(), partition_key :: tuple()) ::
  result()

Official document in Chinese | English

Example

import MyApp.TableStore

partition_key = {"key", "key1"}
start_local_transaction("table", partition_key)