OapiCodemode.Registry.Entry (oapi_codemode v0.5.0)

Copy Markdown View Source

One registration as the proxy and the tool layer read it: where the spec lives (store and the projection ref), the host's config, and cache — the registration-time cache described in OapiCodemode.Registry.

Summary

Types

t()

@type t() :: %OapiCodemode.Registry.Entry{
  cache: map(),
  config: OapiCodemode.ApiConfig.t(),
  ref: OapiCodemode.SpecStore.ref(),
  store: OapiCodemode.SpecStore.store()
}