This repository has been archived on 2026-07-29. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
GoEdgeAPI/internal/rpc/protos/service_monitor.proto
T
2020-07-24 09:17:48 +08:00

10 lines
90 B
Protocol Buffer

syntax = "proto3";
package pb;
option go_package = "./pb";
service MonitorService {
}