= 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 status = {
result : ('a, [ `Pending of string * unit Lwt.t | `Failure of string ]) Pervasives.result;
output : CI_output.logs;
}
type job_id = CI_target.t * string
Used in logging and monitoring to identify the owning job.
module type CONTEXT = sig ... end
module type TERM = sig ... end
module type BUILDER = sig ... end