tagion v1.0.3-rc1 (2023-12-18T15:15:15Z)
Dub
Repo
Options
tagion
services
options
All options for neuewelle
@
safe
struct
Options {
import
std
.
json
;
;
import
tagion
.
utils
.
JSONCommon
;
;
struct
LoggerOptions
via
import
tagion
.
logger
.
LoggerOptions
:
LoggerOptions
;
;
struct
DARTOptions
via
import
tagion
.
services
.
DART
:
DARTOptions
;
;
struct
DARTInterfaceOptions
via
import
tagion
.
services
.
DARTInterface
:
DARTInterfaceOptions
;
;
struct
CollectorOptions
via
import
tagion
.
services
.
collector
:
CollectorOptions
;
;
struct
EpochCreatorOptions
via
import
tagion
.
services
.
epoch_creator
:
EpochCreatorOptions
;
;
struct
HiRPCVerifierOptions
via
import
tagion
.
services
.
hirpc_verifier
:
HiRPCVerifierOptions
;
;
struct
InputValidatorOptions
via
import
tagion
.
services
.
inputvalidator
:
InputValidatorOptions
;
;
struct
MonitorOptions
via
import
tagion
.
services
.
monitor
:
MonitorOptions
;
;
struct
ReplicatorOptions
via
import
tagion
.
services
.
replicator
:
ReplicatorOptions
;
;
struct
SubscriptionServiceOptions
via
import
tagion
.
services
.
subscription
:
SubscriptionServiceOptions
;
;
struct
TranscriptOptions
via
import
tagion
.
services
.
transcript
:
TranscriptOptions
;
;
struct
TRTOptions
via
import
tagion
.
services
.
TRTService
:
TRTOptions
;
;
WaveOptions
wave
;
InputValidatorOptions
inputvalidator
;
HiRPCVerifierOptions
hirpc_verifier
;
DARTOptions
dart
;
EpochCreatorOptions
epoch_creator
;
MonitorOptions
monitor
;
ReplicatorOptions
replicator
;
DARTInterfaceOptions
dart_interface
;
SubscriptionServiceOptions
subscription
;
LoggerOptions
logger
;
TRTOptions
trt
;
TaskNames
task_names
;
mixin
JSONCommon
;
mixin
JSONConfig
;
this
(inout(Options) opt);
static
Options
defaultOptions
();
}
Constructors
this
this
(inout(Options) opt)
Undocumented in source.
Members
Mixins
__anonymous
mixin
JSONCommon
Undocumented in source.
__anonymous
mixin
JSONConfig
Undocumented in source.
Static functions
defaultOptions
Options
defaultOptions
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
dart
DARTOptions
dart
;
Undocumented in source.
dart_interface
DARTInterfaceOptions
dart_interface
;
Undocumented in source.
epoch_creator
EpochCreatorOptions
epoch_creator
;
Undocumented in source.
hirpc_verifier
HiRPCVerifierOptions
hirpc_verifier
;
Undocumented in source.
inputvalidator
InputValidatorOptions
inputvalidator
;
Undocumented in source.
logger
LoggerOptions
logger
;
Undocumented in source.
monitor
MonitorOptions
monitor
;
Undocumented in source.
replicator
ReplicatorOptions
replicator
;
Undocumented in source.
subscription
SubscriptionServiceOptions
subscription
;
Undocumented in source.
task_names
TaskNames
task_names
;
Undocumented in source.
trt
TRTOptions
trt
;
Undocumented in source.
wave
WaveOptions
wave
;
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
From
mixin
JSONConfig
parseJSON
void
parseJSON
(string json_text)
Undocumented in source. Be warned that the author may not have intended to support it.
load
void
load
(string config_file)
Undocumented in source. Be warned that the author may not have intended to support it.
save
void
save
(string config_file)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
tagion
services
options
enums
NetworkMode
functions
setDefault
setPrefix
static functions
contract_sock_addr
structs
Options
TaskNames
WaveOptions
All options for neuewelle