TaskNames

Undocumented in source.
@safe
struct TaskNames {
string program;
string supervisor;
string inputvalidator;
string dart;
string hirpc_verifier;
string collector;
string transcript;
string tvm;
string epoch_creator;
string replicator;
string dart_interface;
string trt;
string node_interface;
}

Constructors

this
this(string prefix)

Set a prefix for the default options

Members

Functions

setPrefix
void setPrefix(string prefix)

Inserts a prefix for all the task_names This function is used in mode 0.

Mixed In Members

From mixin JSONCommon

toJSON
JSON.JSONValue toJSON()
stringify
string stringify()

Stringify the struct

parse
void parse(JSON.JSONValue json_value)

Initialize a struct from a JSON