Esempio n. 1
0
def main() -> int:
    return execute_api(Onefuzz(), [Endpoint, Command], __version__)
def main() -> int:
    return execute_api(Ossfuzz(Onefuzz(), logging.getLogger("ossfuzz")),
                       [Command], "0.0.1")
Esempio n. 3
0
def main() -> int:
    return execute_api(Run(Onefuzz(), logging.getLogger("integration")),
                       [Command], "0.0.1")