package sihl

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Contains everything regarding services, their lifecycles and request contexts. You want to touch this only if you develop Sihl services yourself.

module Container : sig ... end

The service container manages service lifecycles. It knows how to start services in the right order by respecting the defined dependencies. Use it to implement you own services.

module Ctx : sig ... end