Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
152 changes: 76 additions & 76 deletions proto/plugin/certificate_issuer/v1/certificate_issuer.pb.go

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions proto/plugin/certificate_issuer/v1/certificate_issuer.proto
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
syntax = "proto3";

Check failure on line 1 in proto/plugin/certificate_issuer/v1/certificate_issuer.proto

View workflow job for this annotation

GitHub Actions / buf

Previously present message "GetCertificateValidty" was deleted from file.
package plugin.certificate_issuer.v1;

service CertificateIssuerService {
Expand All @@ -8,11 +8,11 @@
message GetCertificateRequest {
string common_name = 1;
repeated string locality = 2;
GetCertificateValidty validity = 3;
GetCertificateValidity validity = 3;

Check failure on line 11 in proto/plugin/certificate_issuer/v1/certificate_issuer.proto

View workflow job for this annotation

GitHub Actions / buf

Field "3" with name "validity" on message "GetCertificateRequest" changed type from "plugin.certificate_issuer.v1.GetCertificateValidty" to "plugin.certificate_issuer.v1.GetCertificateValidity".
PrivateKey private_key = 4;
}

message GetCertificateValidty {
message GetCertificateValidity {
int64 value = 1;
ValidityType type = 2;
}
Expand Down
130 changes: 77 additions & 53 deletions proto/plugin/notification/v1/notification.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion proto/plugin/notification/v1/notification.pb.validate.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions proto/plugin/notification/v1/notification_ext_plugin.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading