tagion v1.0.3-rc1 (2023-12-18T15:15:15Z)
Dub
Repo
ReplicatorOptions
tagion
services
replicator
Undocumented in source.
@
safe
struct
ReplicatorOptions {
import
std
.
format
;
;
import
tagion
.
utils
.
JSONCommon
;
;
string
folder_path
;
int
new_file_interval
;
void
setPrefix
(string prefix);
mixin
JSONCommon
;
}
Members
Functions
setPrefix
void
setPrefix
(string prefix)
Undocumented in source. Be warned that the author may not have intended to support it.
Mixins
__anonymous
mixin
JSONCommon
Undocumented in source.
Variables
folder_path
string
folder_path
;
Undocumented in source.
new_file_interval
int
new_file_interval
;
Undocumented in source.
Mixed In Members
From
mixin
JSONCommon
check
alias
check
=
Check
!
OptionException
Undocumented in source.
ArrayElementTypes
alias
ArrayElementTypes
=
AliasSeq
!(
bool
,
string
,
double
,
int
)
Undocumented in source.
isSupportedArray
eponymoustemplate
isSupportedArray
(T)
Undocumented in source.
isSupportedAssociativeArray
eponymoustemplate
isSupportedAssociativeArray
(T)
Undocumented in source.
isSupported
eponymoustemplate
isSupported
(T)
Undocumented in source.
toJSON
JSON
.
JSONValue
toJSON
()
stringify
string
stringify
()
Stringify the struct
parse
void
parse
(JSON.JSONValue json_value)
Intialize a struct from a JSON
Meta
Source
See Implementation
tagion
services
replicator
manifest constants
modify_log
structs
ReplicatorOptions
ReplicatorService