add /management/auditors (untested)
This commit is contained in:
parent
399a977c2d
commit
a7b205b33e
6 changed files with 119 additions and 17 deletions
|
|
@ -1,6 +1,8 @@
|
|||
(* TODO time
|
||||
uhuh!
|
||||
need to be int64 for binary/pg round trip *)
|
||||
need to be int64 for binary/pg round trip
|
||||
|
||||
really need to fix this module *)
|
||||
|
||||
type t = Ptime.t option
|
||||
type span = Ptime.Span.t option
|
||||
|
|
@ -8,6 +10,7 @@ type span = Ptime.Span.t option
|
|||
val diff : t -> t -> span
|
||||
val add_span_exn : t -> span -> t
|
||||
val of_span_exn : span -> t
|
||||
val compare : t -> t -> int option
|
||||
|
||||
(* - *)
|
||||
val jsont : t Jsont.t
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue