Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
perxis-proto
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
perxis
perxis-proto
Commits
d4e89d7b
Commit
d4e89d7b
authored
1 year ago
by
Semyon Krestyaninov
Committed by
Pavel Antonov
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
В методе Update сервиса Locales убрано возвращение обновленной локали
parent
f899d488
No related branches found
No related tags found
1 merge request
!45
В методе Update сервиса Locales убрано возвращение обновленной локали
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
proto/locales/locales.proto
+1
-5
1 addition, 5 deletions
proto/locales/locales.proto
with
1 addition
and
5 deletions
proto/locales/locales.proto
+
1
−
5
View file @
d4e89d7b
...
...
@@ -32,10 +32,6 @@ message UpdateRequest {
Locale
locale
=
1
;
}
message
UpdateResponse
{
Locale
locale
=
1
;
}
message
ListRequest
{
string
space_id
=
1
;
}
...
...
@@ -53,7 +49,7 @@ service Locales {
rpc
Create
(
CreateRequest
)
returns
(
CreateResponse
)
{}
// Обновить локаль
rpc
Update
(
UpdateRequest
)
returns
(
UpdateResponse
)
{}
rpc
Update
(
UpdateRequest
)
returns
(
google.protobuf.Empty
)
{}
// Получить список локалей
rpc
List
(
ListRequest
)
returns
(
ListResponse
)
{}
...
...
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