Crate tc_fs

Source

Modules§

hypothetical

Structs§

Resolver
Struct responsible for resolving JWT auth identities (cf. the rjwt crate).
Txn
A transaction context.
TxnServer
Server to keep track of the transactions currently active for this host.

Enums§

CacheBlock
A cached filesystem block.

Traits§

Gateway

Type Aliases§

Actor
The type of rjwt::Actor used to sign auth tokens
Dir
A transactional directory
DirEntry
An entry in a transactional directory
File
A transactional file
SignedToken
The type of rjwt::SignedToken used for authentication & authorization
Token
The type of token used to authenticate requests between hosts