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_user.proto
T
2020-07-24 09:17:48 +08:00

9 lines
86 B
Protocol Buffer

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