package sihl

  1. Overview
  2. Docs
The modular functional web framework

Install

Dune Dependency

Authors

Maintainers

Sources

sihl-0.1.4.tbz
sha256=49fe887d05083b37523cd6e7ca35239822c561fe7109dd383c30aeb4259a7b98
sha512=4135ad42a75fb9adc3e853a466b696d9ee6d7a9d8acf0cee9fd5f5485679a517f524ce704e2d153df4a7c4f1d14df9f94ab2a8fbe5b36e744b505daab1d40f3d

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.