mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-12-14 21:06:34 +08:00
[SSL证书]实现对ACME任务的增删改查
This commit is contained in:
10
pkg/rpc/protos/model_ssl_cert.proto
Normal file
10
pkg/rpc/protos/model_ssl_cert.proto
Normal file
@@ -0,0 +1,10 @@
|
||||
syntax = "proto3";
|
||||
option go_package = "./pb";
|
||||
|
||||
package pb;
|
||||
|
||||
message SSLCert {
|
||||
int64 id = 1;
|
||||
bool isOn = 2;
|
||||
string name = 3;
|
||||
}
|
||||
Reference in New Issue
Block a user