package vif

  1. Overview
  2. Docs

Module Vif_core.ServerSource

Sourcetype t = {
  1. devices : Hmap.Make(Vif_core__.Vif_device.Device).t;
  2. cookie_key : Mirage_crypto.AES.GCM.key;
}
Sourceval device : 'a. ('value, 'a) Vif_core__.Vif_device.device -> t -> 'a