#include <optional>#include <string>#include "absl/time/time.h"
Go to the source code of this file.
Namespaces | |
| namespace | yaze |
| namespace | yaze::cli |
| Namespace for the command line interface. | |
| namespace | yaze::cli::agent |
Functions | |
| std::string | yaze::cli::agent::HarnessAddress (const std::string &host, int port) |
| std::string | yaze::cli::agent::JsonEscape (absl::string_view value) |
| std::string | yaze::cli::agent::YamlQuote (absl::string_view value) |
| std::string | yaze::cli::agent::FormatOptionalTime (const std::optional< absl::Time > &time) |
| std::string | yaze::cli::agent::OptionalTimeToIso (const std::optional< absl::Time > &time) |
| std::string | yaze::cli::agent::OptionalTimeToJson (const std::optional< absl::Time > &time) |
| std::string | yaze::cli::agent::OptionalTimeToYaml (const std::optional< absl::Time > &time) |