package sihl

  1. Overview
  2. Docs
The modular functional web framework

Install

Dune Dependency

Authors

Maintainers

Sources

sihl-0.1.2.tbz
sha256=69705a3a35f204acfdda62f61056e3f0ec3ef5bcd1df1508be65b066a0b1df9c
sha512=1987d211f56d0261eefbae978065a4e6781d60ad94b08597875307e5cf6e5a1b79787d9c79f784f5a9f77c35203cfd0b488841a07adfd87b0710d6fd65422b94

doc/sihl.queue/Queue/Service/JobInstance/Fields/Direct/index.html

Module Fields.DirectSource

Sourceval iter : t -> id: (([< `Read | `Set_and_create ], t, Data.Id.t) Fieldslib.Field.t_with_perm -> t -> Data.Id.t -> 'a) -> name: (([< `Read | `Set_and_create ], t, Base.string) Fieldslib.Field.t_with_perm -> t -> Base.string -> 'b) -> input: (([< `Read | `Set_and_create ], t, Base.string Base.option) Fieldslib.Field.t_with_perm -> t -> Base.string Base.option -> 'c) -> tries: (([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm -> t -> Base.int -> 'd) -> next_run_at: (([< `Read | `Set_and_create ], t, Ptime.t) Fieldslib.Field.t_with_perm -> t -> Ptime.t -> 'e) -> max_tries: (([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm -> t -> Base.int -> 'f) -> status: (([< `Read | `Set_and_create ], t, Status.t) Fieldslib.Field.t_with_perm -> t -> Status.t -> 'g) -> 'g
Sourceval fold : t -> init:'a -> id: ('a -> ([< `Read | `Set_and_create ], t, Data.Id.t) Fieldslib.Field.t_with_perm -> t -> Data.Id.t -> 'b) -> name: ('b -> ([< `Read | `Set_and_create ], t, Base.string) Fieldslib.Field.t_with_perm -> t -> Base.string -> 'c) -> input: ('c -> ([< `Read | `Set_and_create ], t, Base.string Base.option) Fieldslib.Field.t_with_perm -> t -> Base.string Base.option -> 'd) -> tries: ('d -> ([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm -> t -> Base.int -> 'e) -> next_run_at: ('e -> ([< `Read | `Set_and_create ], t, Ptime.t) Fieldslib.Field.t_with_perm -> t -> Ptime.t -> 'f) -> max_tries: ('f -> ([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm -> t -> Base.int -> 'g) -> status: ('g -> ([< `Read | `Set_and_create ], t, Status.t) Fieldslib.Field.t_with_perm -> t -> Status.t -> 'h) -> 'h
Sourceval for_all : t -> id: (([< `Read | `Set_and_create ], t, Data.Id.t) Fieldslib.Field.t_with_perm -> t -> Data.Id.t -> Base.bool) -> name: (([< `Read | `Set_and_create ], t, Base.string) Fieldslib.Field.t_with_perm -> t -> Base.string -> Base.bool) -> input: (([< `Read | `Set_and_create ], t, Base.string Base.option) Fieldslib.Field.t_with_perm -> t -> Base.string Base.option -> Base.bool) -> tries: (([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm -> t -> Base.int -> Base.bool) -> next_run_at: (([< `Read | `Set_and_create ], t, Ptime.t) Fieldslib.Field.t_with_perm -> t -> Ptime.t -> Base.bool) -> max_tries: (([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm -> t -> Base.int -> Base.bool) -> status: (([< `Read | `Set_and_create ], t, Status.t) Fieldslib.Field.t_with_perm -> t -> Status.t -> Base.bool) -> Base.bool
Sourceval exists : t -> id: (([< `Read | `Set_and_create ], t, Data.Id.t) Fieldslib.Field.t_with_perm -> t -> Data.Id.t -> Base.bool) -> name: (([< `Read | `Set_and_create ], t, Base.string) Fieldslib.Field.t_with_perm -> t -> Base.string -> Base.bool) -> input: (([< `Read | `Set_and_create ], t, Base.string Base.option) Fieldslib.Field.t_with_perm -> t -> Base.string Base.option -> Base.bool) -> tries: (([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm -> t -> Base.int -> Base.bool) -> next_run_at: (([< `Read | `Set_and_create ], t, Ptime.t) Fieldslib.Field.t_with_perm -> t -> Ptime.t -> Base.bool) -> max_tries: (([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm -> t -> Base.int -> Base.bool) -> status: (([< `Read | `Set_and_create ], t, Status.t) Fieldslib.Field.t_with_perm -> t -> Status.t -> Base.bool) -> Base.bool
Sourceval to_list : t -> id: (([< `Read | `Set_and_create ], t, Data.Id.t) Fieldslib.Field.t_with_perm -> t -> Data.Id.t -> 'a) -> name: (([< `Read | `Set_and_create ], t, Base.string) Fieldslib.Field.t_with_perm -> t -> Base.string -> 'a) -> input: (([< `Read | `Set_and_create ], t, Base.string Base.option) Fieldslib.Field.t_with_perm -> t -> Base.string Base.option -> 'a) -> tries: (([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm -> t -> Base.int -> 'a) -> next_run_at: (([< `Read | `Set_and_create ], t, Ptime.t) Fieldslib.Field.t_with_perm -> t -> Ptime.t -> 'a) -> max_tries: (([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm -> t -> Base.int -> 'a) -> status: (([< `Read | `Set_and_create ], t, Status.t) Fieldslib.Field.t_with_perm -> t -> Status.t -> 'a) -> 'a list
Sourceval map : t -> id: (([< `Read | `Set_and_create ], t, Data.Id.t) Fieldslib.Field.t_with_perm -> t -> Data.Id.t -> Data.Id.t) -> name: (([< `Read | `Set_and_create ], t, Base.string) Fieldslib.Field.t_with_perm -> t -> Base.string -> Base.string) -> input: (([< `Read | `Set_and_create ], t, Base.string Base.option) Fieldslib.Field.t_with_perm -> t -> Base.string Base.option -> Base.string Base.option) -> tries: (([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm -> t -> Base.int -> Base.int) -> next_run_at: (([< `Read | `Set_and_create ], t, Ptime.t) Fieldslib.Field.t_with_perm -> t -> Ptime.t -> Ptime.t) -> max_tries: (([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm -> t -> Base.int -> Base.int) -> status: (([< `Read | `Set_and_create ], t, Status.t) Fieldslib.Field.t_with_perm -> t -> Status.t -> Status.t) -> t
Sourceval set_all_mutable_fields : 'a -> unit
OCaml

Innovation. Community. Security.