Crate noosphere_gateway

Crate noosphere_gateway 

Source
Expand description

This crate contains substantially all of the implementation of the Noosphere Gateway and provides it as a re-usable library. It is the same implementation of the gateway that is used by the Noosphere CLI.

Structs§

Gateway
Represents a Noosphere gateway server.
SingleTenantGatewayManager
Implements GatewayManager for a single sphere context, used in the single-tenant gateway workflow in orb.

Traits§

GatewayManager
GatewayManager implementations are used to provide access to managed hosted sphere data and customizations in a Noosphere gateway.

Type Aliases§

GatewayManagerSphereStream
Stream of SphereContext from a GatewayManager.