Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
perxis-proto
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
12
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
perxis
perxis-proto
Commits
e2ce2751
Commit
e2ce2751
authored
6 months ago
by
ko_oler
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' into feature/2785-middleware
parents
229fbdb2
806e7b2b
No related branches found
No related tags found
1 merge request
!65
Draft: Добавлена спецификация на события в системе
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
proto/invitations/invitations.proto
+2
-7
2 additions, 7 deletions
proto/invitations/invitations.proto
proto/organizations/organizations.proto
+1
-1
1 addition, 1 deletion
proto/organizations/organizations.proto
with
3 additions
and
8 deletions
proto/invitations/invitations.proto
+
2
−
7
View file @
e2ce2751
...
...
@@ -3,6 +3,7 @@ syntax = "proto3";
import
"google/protobuf/timestamp.proto"
;
import
"google/protobuf/empty.proto"
;
import
"google/protobuf/wrappers.proto"
;
import
"common/common.proto"
;
option
go_package
=
"git.perx.ru/perxis/perxis-go/proto/invitations;invitations"
;
...
...
@@ -28,12 +29,6 @@ message Filter {
repeated
string
role
=
6
;
}
message
FindOptions
{
repeated
string
sort
=
1
;
int32
page_num
=
2
;
int32
page_size
=
3
;
}
message
CreateRequest
{
Invitation
invitation
=
1
;
}
...
...
@@ -69,7 +64,7 @@ message AcceptInvitationResponse {}
message
FindRequest
{
Filter
filter
=
1
;
FindOptions
opts
=
2
;
common.
FindOptions
opt
ion
s
=
3
;
}
message
FindResponse
{
...
...
This diff is collapsed.
Click to expand it.
proto/organizations/organizations.proto
+
1
−
1
View file @
e2ce2751
...
...
@@ -49,7 +49,7 @@ message Filter {
message
FindRequest
{
Filter
filter
=
1
;
common.FindOptions
opts
=
2
;
common.FindOptions
opt
ion
s
=
2
;
}
message
FindResponse
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment