add last_change timestamp to secmod_rsa
This commit is contained in:
parent
0526675e52
commit
6fb33ee8f2
6 changed files with 30 additions and 30 deletions
|
|
@ -14,6 +14,7 @@ module TimeRelative : sig
|
|||
val bin : t Bin.t
|
||||
val caqti : t Caqti_type.t
|
||||
val jsont : t Jsont.t
|
||||
val pp : Format.formatter -> t -> unit
|
||||
end
|
||||
|
||||
module TimeAbsolute : sig
|
||||
|
|
@ -29,6 +30,7 @@ module TimeAbsolute : sig
|
|||
val sub : t -> TimeRelative.t -> t
|
||||
val of_s : int64 -> t
|
||||
val of_ptime : Ptime.t -> t
|
||||
val pp : Format.formatter -> t -> unit
|
||||
end
|
||||
|
||||
module Timestamp : sig
|
||||
|
|
@ -53,4 +55,5 @@ module Timestamp : sig
|
|||
val bin : t Bin.t
|
||||
val caqti : t Caqti_type.t
|
||||
val jsont : t Jsont.t
|
||||
val pp : Format.formatter -> t -> unit
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue