package ojs-base

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
method can_read_file : string -> bool
method can_write_file : string -> bool
method handle_call : (P.server_msg -> unit Lwt.t) -> P.client_msg -> unit Lwt.t
method handle_get_file_contents : (P.server_msg -> unit Lwt.t) -> Ojsed_types.path -> unit Lwt.t
method handle_message : (P.server_msg -> unit Lwt.t) -> P.client_msg -> unit Lwt.t
method handle_save_file : (P.server_msg -> unit Lwt.t) -> Ojsed_types.path -> string -> unit Lwt.t
method id : string
method root : Ojs_path.t