Bedrock.Directory.Layer (bedrock v0.5.2)
View SourceMain implementation of the FoundationDB directory layer.
Manages directory hierarchy and metadata storage using the same key/value layout as FoundationDB's directory layer.
Summary
Types
@type t() :: %Bedrock.Directory.Layer{ content_keyspace: Bedrock.Keyspace.t(), next_prefix_fn: (-> binary()), node_keyspace: Bedrock.Keyspace.t(), path: [String.t()], repo: module() }