mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-11-16 14:50:25 +08:00
实现IP库制品管理API、自动更新程序
This commit is contained in:
14
pkg/rpc/protos/models/model_ip_library_artifact.proto
Normal file
14
pkg/rpc/protos/models/model_ip_library_artifact.proto
Normal file
@@ -0,0 +1,14 @@
|
||||
syntax = "proto3";
|
||||
option go_package = "./pb";
|
||||
|
||||
package pb;
|
||||
|
||||
message IPLibraryArtifact {
|
||||
int64 id = 1;
|
||||
int64 fileId = 2;
|
||||
int64 createdAt = 3;
|
||||
bytes metaJSON = 4;
|
||||
bool isPublic = 5;
|
||||
string name = 6;
|
||||
string code = 7;
|
||||
}
|
||||
Reference in New Issue
Block a user