userver: samples/hello_service/src/say_hello.hpp
Loading...
Searching...
No Matches
samples/hello_service/src/say_hello.hpp
#pragma once
#include <string>
#include <string_view>
namespace samples::hello {
std::string SayHelloTo(std::string_view name);
} // namespace samples::hello