Searched defs:Config (Results 1 – 3 of 3) sorted by relevance
95 struct Config { struct96 Action action;97 std::string url;98 std::vector<std::string> certsPath;99 Version version;100 std::string bundleName;101 Mode mode = Mode::BACKGROUND;102 Network network = Network::ANY;103 uint32_t index = 0;104 int64_t begins = 0;[all …]
27 struct Config { struct
19 class Config { class