package kubecaml

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

Daemon_endpoint contains information about a single Daemon endpoint.

type t
val to_yojson : t -> Yojson.Safe.t
val make : port:int -> unit -> t
val port : t -> int

Port number of the given endpoint.

module Object : Object.S with type value := t