Init Commit

This commit is contained in:
2021-12-18 11:27:44 +08:00
commit acfb9a3dae
14 changed files with 275 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
//
// Created by fly on 2021/12/17.
//
#ifndef REGISTRYCENTER_SERVICESTATUS_H
#define REGISTRYCENTER_SERVICESTATUS_H
#include <rep_ServiceStatus_source.h>
class ServiceStatus : public ServiceStatusSource {
Q_OBJECT
public:
explicit ServiceStatus(QObject *parent = nullptr);
~ServiceStatus() override;
void reportStatus(QString appId, QString appName) override;
};
#endif //REGISTRYCENTER_SERVICESTATUS_H