package ocluster-api

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type struct_t = [
  1. | `JobDescr_e8a11e4cd6914f3e
]
module Action : sig ... end
val action_get : t -> Action.t
val action_init : t -> Action.t
val has_cache_hint : t -> bool
val cache_hint_get : t -> string
val cache_hint_set : t -> string -> unit
val has_repository : t -> bool
val repository_get : t -> string
val repository_set : t -> string -> unit
val has_commits : t -> bool
val commits_get : t -> (rw, string, array_t) Capnp.Array.t
val commits_get_list : t -> string list
val commits_get_array : t -> string array
val commits_set : t -> (rw, string, array_t) Capnp.Array.t -> (rw, string, array_t) Capnp.Array.t
val commits_set_list : t -> string list -> (rw, string, array_t) Capnp.Array.t
val commits_set_array : t -> string array -> (rw, string, array_t) Capnp.Array.t
val commits_init : t -> int -> (rw, string, array_t) Capnp.Array.t
val has_secrets : t -> bool
val secrets_get : t -> (rw, Secret.t, array_t) Capnp.Array.t
val secrets_get_list : t -> Secret.t list
val secrets_get_array : t -> Secret.t array
val secrets_set_list : t -> Secret.t list -> (rw, Secret.t, array_t) Capnp.Array.t
val secrets_set_array : t -> Secret.t array -> (rw, Secret.t, array_t) Capnp.Array.t
val secrets_init : t -> int -> (rw, Secret.t, array_t) Capnp.Array.t
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