package ocluster-api

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type struct_t = [
  1. | `Dockerfile_82458b994ecd8ced
]
type unnamed_union_t =
  1. | Contents of string
  2. | Path of string
  3. | Undefined of int
val get : t -> unnamed_union_t
val contents_set : t -> string -> unit
val path_set : t -> string -> unit
val of_message : rw message_t -> t
val to_message : t -> rw message_t
val to_reader : t -> struct_t reader_t
val init_root : ?message_size:int -> unit -> t
val init_pointer : pointer_t -> t