Skip to content

Commit

Permalink
Update docs (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
ishank011 authored Dec 3, 2020
1 parent 9d80507 commit 6e9df8e
Show file tree
Hide file tree
Showing 4 changed files with 781 additions and 182 deletions.
2 changes: 1 addition & 1 deletion cs3/gateway/v1beta1/gateway_api.proto
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ import "cs3/app/provider/v1beta1/provider_api.proto";
import "cs3/app/registry/v1beta1/registry_api.proto";
import "cs3/auth/registry/v1beta1/registry_api.proto";
import "cs3/gateway/v1beta1/resources.proto";
import "cs3/identity/group/v1beta1/group_api.proto";
import "cs3/identity/user/v1beta1/resources.proto";
import "cs3/identity/user/v1beta1/user_api.proto";
import "cs3/identity/group/v1beta1/group_api.proto";
import "cs3/ocm/core/v1beta1/ocm_core_api.proto";
import "cs3/ocm/invite/v1beta1/invite_api.proto";
import "cs3/ocm/provider/v1beta1/provider_api.proto";
Expand Down
2 changes: 1 addition & 1 deletion cs3/identity/group/v1beta1/group_api.proto
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ option java_package = "com.cs3.identity.group.v1beta1";
option objc_class_prefix = "CIG";
option php_namespace = "Cs3\\Identity\\Group\\V1Beta1";

import "cs3/identity/user/v1beta1/resources.proto";
import "cs3/identity/group/v1beta1/resources.proto";
import "cs3/identity/user/v1beta1/resources.proto";
import "cs3/rpc/v1beta1/status.proto";
import "cs3/types/v1beta1/types.proto";

Expand Down
3 changes: 1 addition & 2 deletions cs3/identity/user/v1beta1/user_api.proto
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ option java_package = "com.cs3.identity.user.v1beta1";
option objc_class_prefix = "CIU";
option php_namespace = "Cs3\\Identity\\User\\V1Beta1";

import "cs3/identity/user/v1beta1/resources.proto";
import "cs3/identity/group/v1beta1/resources.proto";
import "cs3/identity/user/v1beta1/resources.proto";
import "cs3/rpc/v1beta1/status.proto";
import "cs3/types/v1beta1/types.proto";

Expand Down Expand Up @@ -175,4 +175,3 @@ message FindUsersResponse {
// The users matching the specified filter.
repeated User users = 3;
}

Loading

0 comments on commit 6e9df8e

Please sign in to comment.