package builder

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

Module Builder.AsnSource

Sourceval decode_strict : 'a Asn.codec -> string -> ('a, [> `Msg of string ]) result
Sourceval projections_of : 'a Asn.t -> (string -> ('a, [> `Msg of string ]) result) * ('a -> string)
Sourceval data : (Fpath.t * string) list Asn.S.t
Sourceval script_job : script_job Asn.S.t
Sourceval orb_build_job : orb_build_job Asn.S.t
Sourceval job : job Asn.S.t
Sourceval period : period Asn.S.t
Sourceval old_schedule : schedule_item Asn.S.t
Sourceval state_item : state_item option Asn.S.t
Sourceval state_of_str : string -> (state_item list, [> `Msg of string ]) result
Sourceval state_to_str : state_item list -> string
Sourceval exec : (script_job * Uuidm.t * (int * string) list * Ptime.t * Ptime.t * execution_result * (Fpath.t * string) list) Asn.S.t
Sourceval exec_of_str : string -> (script_job * Uuidm.t * (int * string) list * Ptime.t * Ptime.t * execution_result * (Fpath.t * string) list, [> `Msg of string ]) result
Sourceval exec_to_str : (script_job * Uuidm.t * (int * string) list * Ptime.t * Ptime.t * execution_result * (Fpath.t * string) list) -> string
Sourceval client_or_worker : [ `Client | `Worker ] Asn.S.t
Sourceval cmd : cmd Asn.S.t
Sourceval cmd_of_str : string -> (cmd, [> `Msg of string ]) result
Sourceval cmd_to_str : cmd -> string