Pristine.SDK.Context (Pristine v0.3.0)

Copy Markdown View Source

SDK-facing runtime context contract.

Provider SDKs should use this module and Pristine.foundation_context/1. Pristine.Core.Context remains an internal runtime detail.

Summary

Types

t()

@type t() :: Pristine.Core.Context.t()

Functions

new()

@spec new() :: t()

new(opts)

@spec new(keyword()) :: t()

See Pristine.Core.Context.new/1.