= 1024" x-on:close-sidebar="sidebar=window.innerWidth >= 1024 && true">
package datakit-ci
-
datakit_ci
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type 'a t = 'a CI_result.t * logs
val result : 'a t -> 'a CI_result.t
val status : _ t -> [ `Success | `Pending | `Failure ]
val descr : string t -> string
equal a b
is true
iff a
and b
are equal for the purposes of saving the output metadata to disk. i.e. they have the same JSON representation.
val json_of : string t -> Yojson.Basic.json
val of_json : Yojson.Basic.json -> string t