Skip to content

Commit

Permalink
change public some orche member func
Browse files Browse the repository at this point in the history
  • Loading branch information
getroot committed Aug 11, 2024
1 parent c87c6d9 commit 7342f3c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/projects/orchestrator/orchestrator.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ namespace ocst
Result Release();

Result CreateVirtualHost(const cfg::vhost::VirtualHost &vhost_cfg);
Result CreateVirtualHost(const info::Host &vhost_info);
Result ReloadCertificate(const std::shared_ptr<VirtualHost> &vhost);

Result DeleteVirtualHost(const info::Host &vhost_info);
CommonErrorCode ReloadCertificate(const ov::String &vhost_name);
CommonErrorCode ReloadAllCertificates();
Expand Down Expand Up @@ -195,9 +198,6 @@ namespace ocst
std::shared_ptr<VirtualHost> GetVirtualHost(const info::VHostAppName &vhost_app_name);
std::shared_ptr<const VirtualHost> GetVirtualHost(const info::VHostAppName &vhost_app_name) const;

Result CreateVirtualHost(const info::Host &vhost_info);
Result ReloadCertificate(const std::shared_ptr<VirtualHost> &vhost);

Result CreateApplicationTemplate(const info::Host &host_info, const cfg::vhost::app::Application &app_config);

std::shared_ptr<Application> GetApplication(const info::VHostAppName &vhost_app_name) const;
Expand Down

0 comments on commit 7342f3c

Please sign in to comment.