5 namespace launchdarkly::config::shared::built {
26 std::string streaming,
45 std::string polling_base_url_;
46 std::string streaming_base_url_;
47 std::string events_base_url_;
Definition: service_endpoints.hpp:11
ServiceEndpoints(std::string polling, std::string streaming, std::string events)
Definition: service_endpoints.cpp:5
std::string const & PollingBaseUrl() const
Definition: service_endpoints.cpp:12
std::string const & StreamingBaseUrl() const
Definition: service_endpoints.cpp:16
std::string const & EventsBaseUrl() const
Definition: service_endpoints.cpp:20