tagion v1.0.3-rc1 (2023-12-18T15:15:15Z)
Dub
Repo
StoreOfTheRecorderChain
tagion
testbench
services
recorder_service
Undocumented in source.
@
safe
@
Scenario
("store of the recorder chain", [])
class
StoreOfTheRecorderChain {
immutable
(
ReplicatorOptions
)
replicator_opts
;
SecureNet
replicator_net
;
ActorHandle
handle
;
Mt19937
gen
;
RandomArchives
random_archives
;
RecordFactory
.
Recorder
insert_recorder
;
Document
[]
docs
;
RecordFactory
record_factory
;
RecorderChainBlock
block
;
struct
SimpleDoc
;
this
(immutable(ReplicatorOptions) replicator_opts);
Document
received
();
Document
file
();
Document
checked
();
}
Constructors
this
this
(immutable(ReplicatorOptions) replicator_opts)
Undocumented in source.
Members
Functions
checked
Document
checked
()
Undocumented in source. Be warned that the author may not have intended to support it.
file
Document
file
()
Undocumented in source. Be warned that the author may not have intended to support it.
received
Document
received
()
Undocumented in source. Be warned that the author may not have intended to support it.
Structs
SimpleDoc
struct
SimpleDoc
Undocumented in source.
Variables
block
RecorderChainBlock
block
;
Undocumented in source.
docs
Document
[]
docs
;
Undocumented in source.
gen
Mt19937
gen
;
Undocumented in source.
handle
ActorHandle
handle
;
Undocumented in source.
insert_recorder
RecordFactory
.
Recorder
insert_recorder
;
Undocumented in source.
random_archives
RandomArchives
random_archives
;
Undocumented in source.
record_factory
RecordFactory
record_factory
;
Undocumented in source.
replicator_net
SecureNet
replicator_net
;
Undocumented in source.
replicator_opts
immutable
(
ReplicatorOptions
)
replicator_opts
;
Undocumented in source.
Meta
Source
See Implementation
tagion
testbench
services
recorder_service
aliases
FeatureContext
classes
StoreOfTheRecorderChain
manifest constants
feature