package sihl

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val names : string list
val status : ([< `Read | `Set_and_create ], t, Status.t) Fieldslib.Field.t_with_perm
val max_tries : ([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm
val next_run_at : ([< `Read | `Set_and_create ], t, Ptime.t) Fieldslib.Field.t_with_perm
val tries : ([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm
val input : ([< `Read | `Set_and_create ], t, Base.string Base.option) Fieldslib.Field.t_with_perm
val name : ([< `Read | `Set_and_create ], t, Base.string) Fieldslib.Field.t_with_perm
val id : ([< `Read | `Set_and_create ], t, Data.Id.t) Fieldslib.Field.t_with_perm
val make_creator : id: (([< `Read | `Set_and_create ], t, Data.Id.t) Fieldslib.Field.t_with_perm -> 'a -> ('b -> Data.Id.t) * 'c) -> name: (([< `Read | `Set_and_create ], t, Base.string) Fieldslib.Field.t_with_perm -> 'd -> ('e -> Base.string) * 'f) -> input: (([< `Read | `Set_and_create ], t, Base.string Base.option) Fieldslib.Field.t_with_perm -> 'g -> ('h -> Base.string Base.option) * 'i) -> tries: (([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm -> 'j -> ('k -> Base.int) * 'l) -> next_run_at: (([< `Read | `Set_and_create ], t, Ptime.t) Fieldslib.Field.t_with_perm -> 'm -> ('n -> Ptime.t) * 'o) -> max_tries: (([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm -> 'p -> ('q -> Base.int) * 'r) -> status: (([< `Read | `Set_and_create ], t, Status.t) Fieldslib.Field.t_with_perm -> 's -> ('t -> Status.t) * 'u) -> 'v -> ('w -> t) * 'x
val create : id:Data.Id.t -> name:Base.string -> input:Base.string Base.option -> tries:Base.int -> next_run_at:Ptime.t -> max_tries:Base.int -> status:Status.t -> t
val map : id: (([< `Read | `Set_and_create ], t, Data.Id.t) Fieldslib.Field.t_with_perm -> Data.Id.t) -> name: (([< `Read | `Set_and_create ], t, Base.string) Fieldslib.Field.t_with_perm -> Base.string) -> input: (([< `Read | `Set_and_create ], t, Base.string Base.option) Fieldslib.Field.t_with_perm -> Base.string Base.option) -> tries: (([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm -> Base.int) -> next_run_at: (([< `Read | `Set_and_create ], t, Ptime.t) Fieldslib.Field.t_with_perm -> Ptime.t) -> max_tries: (([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm -> Base.int) -> status: (([< `Read | `Set_and_create ], t, Status.t) Fieldslib.Field.t_with_perm -> Status.t) -> t
val iter : id: (([< `Read | `Set_and_create ], t, Data.Id.t) Fieldslib.Field.t_with_perm -> Base.unit) -> name: (([< `Read | `Set_and_create ], t, Base.string) Fieldslib.Field.t_with_perm -> Base.unit) -> input: (([< `Read | `Set_and_create ], t, Base.string Base.option) Fieldslib.Field.t_with_perm -> Base.unit) -> tries: (([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm -> Base.unit) -> next_run_at: (([< `Read | `Set_and_create ], t, Ptime.t) Fieldslib.Field.t_with_perm -> Base.unit) -> max_tries: (([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm -> Base.unit) -> status: (([< `Read | `Set_and_create ], t, Status.t) Fieldslib.Field.t_with_perm -> Base.unit) -> Base.unit
val fold : init:'a -> id: ('b -> ([< `Read | `Set_and_create ], t, Data.Id.t) Fieldslib.Field.t_with_perm -> 'c) -> name: ('d -> ([< `Read | `Set_and_create ], t, Base.string) Fieldslib.Field.t_with_perm -> 'e) -> input: ('f -> ([< `Read | `Set_and_create ], t, Base.string Base.option) Fieldslib.Field.t_with_perm -> 'g) -> tries: ('h -> ([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm -> 'i) -> next_run_at: ('j -> ([< `Read | `Set_and_create ], t, Ptime.t) Fieldslib.Field.t_with_perm -> 'k) -> max_tries: ('l -> ([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm -> 'm) -> status: ('n -> ([< `Read | `Set_and_create ], t, Status.t) Fieldslib.Field.t_with_perm -> 'o) -> 'p
val map_poly : ([< `Read | `Set_and_create ], t, 'a) Fieldslib.Field.user -> 'b list
val for_all : id: (([< `Read | `Set_and_create ], t, Data.Id.t) Fieldslib.Field.t_with_perm -> Base.bool) -> name: (([< `Read | `Set_and_create ], t, Base.string) Fieldslib.Field.t_with_perm -> Base.bool) -> input: (([< `Read | `Set_and_create ], t, Base.string Base.option) Fieldslib.Field.t_with_perm -> Base.bool) -> tries: (([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm -> Base.bool) -> next_run_at: (([< `Read | `Set_and_create ], t, Ptime.t) Fieldslib.Field.t_with_perm -> Base.bool) -> max_tries: (([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm -> Base.bool) -> status: (([< `Read | `Set_and_create ], t, Status.t) Fieldslib.Field.t_with_perm -> Base.bool) -> Base.bool
val exists : id: (([< `Read | `Set_and_create ], t, Data.Id.t) Fieldslib.Field.t_with_perm -> Base.bool) -> name: (([< `Read | `Set_and_create ], t, Base.string) Fieldslib.Field.t_with_perm -> Base.bool) -> input: (([< `Read | `Set_and_create ], t, Base.string Base.option) Fieldslib.Field.t_with_perm -> Base.bool) -> tries: (([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm -> Base.bool) -> next_run_at: (([< `Read | `Set_and_create ], t, Ptime.t) Fieldslib.Field.t_with_perm -> Base.bool) -> max_tries: (([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm -> Base.bool) -> status: (([< `Read | `Set_and_create ], t, Status.t) Fieldslib.Field.t_with_perm -> Base.bool) -> Base.bool
val to_list : id: (([< `Read | `Set_and_create ], t, Data.Id.t) Fieldslib.Field.t_with_perm -> 'a) -> name: (([< `Read | `Set_and_create ], t, Base.string) Fieldslib.Field.t_with_perm -> 'b) -> input: (([< `Read | `Set_and_create ], t, Base.string Base.option) Fieldslib.Field.t_with_perm -> 'c) -> tries: (([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm -> 'd) -> next_run_at: (([< `Read | `Set_and_create ], t, Ptime.t) Fieldslib.Field.t_with_perm -> 'e) -> max_tries: (([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm -> 'f) -> status: (([< `Read | `Set_and_create ], t, Status.t) Fieldslib.Field.t_with_perm -> 'g) -> 'h list
module Direct : sig ... end