We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e09c05e commit b4bb629Copy full SHA for b4bb629
1 file changed
lib/oci/storage/adapter.ex
@@ -168,7 +168,11 @@ defmodule OCI.Storage.Adapter do
168
@doc """
169
Initiates a blob upload session.
170
"""
171
- @callback initiate_blob_upload(storage :: t(), repo :: Registry.repo_t(), ctx :: OCI.Context.t()) ::
+ @callback initiate_blob_upload(
172
+ storage :: t(),
173
+ repo :: Registry.repo_t(),
174
+ ctx :: OCI.Context.t()
175
+ ) ::
176
{:ok, upload_id :: Registry.uuid_t()}
177
| {:error, term()}
178
| {:error, term(), error_details_t}
0 commit comments