Skip to content

Commit

Permalink
add opaque to protocols
Browse files Browse the repository at this point in the history
  • Loading branch information
gmgigi96 committed Jan 30, 2023
1 parent 692ba9a commit 22e2269
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cs3/ocm/core/v1beta1/resources.proto
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ option objc_class_prefix = "COC";
option php_namespace = "Cs3\\Ocm\\Core\\V1Beta1";

import "cs3/sharing/ocm/v1beta1/resources.proto";
import "cs3/types/v1beta1/types.proto";

// The protocol which is used to establish synchronisation.
message Protocol {
Expand All @@ -37,6 +38,7 @@ message Protocol {
WebDAVProtocol webdap_options = 1;
WebappProtocol webapp_options = 2;
DatatxProtocol datatx_oprions = 3;
cs3.types.v1beta1.Opaque generic_options = 4;
}
}

Expand Down

0 comments on commit 22e2269

Please sign in to comment.