Connection.Interface
include module type of struct include Namespace.Unsupported end
val read_connection :
Transaction.t ->
Perms.t ->
Store.Path.t ->
t ->
string list ->
string
val read : Transaction.t -> Perms.t -> Store.Path.t -> string
val exists : Transaction.t -> Perms.t -> Store.Path.t -> bool
val write_connection :
Transaction.t ->
int ->
Perms.t ->
Store.Path.t ->
t ->
string ->
string list ->
unit
val write : Transaction.t -> int -> Perms.t -> Store.Path.t -> string -> unit
val list_connection :
Transaction.t ->
Perms.t ->
t ->
string list ->
string list
val list : Transaction.t -> Perms.t -> Store.Path.t -> string list