Context for OCI requests.
This module is responsible for storing the context of an OCI request.
@type t() :: %OCI.Context{ endpoint: atom() | nil, method: String.t() | nil, repo: String.t() | nil, resource: String.t() | nil, subject: any() | nil }