sihl.repository
Sihl_repository.Meta
Repositories can return meta data containing information like total rows affected. This can be useful for pagination.
sihl
sihl.authn
sihl.authz
sihl.core
sihl.database
sihl.email
sihl.http
sihl.message
sihl.middleware
sihl.migration
sihl.password-reset
sihl.queue
sihl.schedule
sihl.session
sihl.storage
sihl.token
sihl.user
sihl.utils
type t = {
total : int;
}
val pp : Ppx_deriving_runtime.Format.formatter -> t -> Ppx_deriving_runtime.unit
val show : t -> Ppx_deriving_runtime.string
val equal : t -> t -> Ppx_deriving_runtime.bool
val total : t -> int
module Fields : sig ... end
val make : total:int -> t