Files
EdgeCommon/pkg/rpc/protos/model_ip_library.proto

14 lines
183 B
Protocol Buffer
Raw Normal View History

2020-11-04 15:51:38 +08:00
syntax = "proto3";
option go_package = "./pb";
package pb;
import "model_file.proto";
message IPLibrary {
int64 id = 1;
string type = 2;
int64 createdAt = 3;
File file = 30;
}