mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-12-11 02:40:25 +08:00
实现对ACME用户的增删改
This commit is contained in:
11
pkg/rpc/protos/model_acme_user.proto
Normal file
11
pkg/rpc/protos/model_acme_user.proto
Normal file
@@ -0,0 +1,11 @@
|
||||
syntax = "proto3";
|
||||
option go_package = "./pb";
|
||||
|
||||
package pb;
|
||||
|
||||
message ACMEUser {
|
||||
int64 id = 1;
|
||||
string email = 2;
|
||||
string description = 3;
|
||||
int64 createdAt = 4;
|
||||
}
|
||||
Reference in New Issue
Block a user