OCI.Plug.Context (oci v0.0.6)

View Source

Sets up the OCI context for the request.

This is used to track the subject, endpoint, resource, repo, and method for the request.

The context is stored in the conn.assigns[:oci_ctx] map.

Summary

Functions

Callback implementation for Plug.call/2.

Callback implementation for Plug.init/1.

Functions

call(conn, opts \\ [])

Callback implementation for Plug.call/2.

init(opts)

Callback implementation for Plug.init/1.