module PlaceOS::Driver::Proxy

Overview

This is a helper class for integrating internal components that communicate directly to core but are external to core, such as the API or Triggers

Metadata is cached for the lifetime of the object, so you should not cache this object for extended periods. It should be considered disposable with a time delta that is considered reasonable in the face of change. i.e eventual consistency

Defined in:

placeos-driver.cr
placeos-driver/proxy/remote_driver.cr