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
GoEdgeCommon/pkg/rpc/protos/models/model_server_daily_stat.proto
T

12 lines
192 B
Protocol Buffer

syntax = "proto3";
option go_package = "./pb";
package pb;
// 服务每日统计
message ServerDailyStat {
int64 serverId = 1;
int64 regionId = 2;
int64 bytes = 3;
int64 createdAt = 4;
}