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
34ddfeac
Commit
34ddfeac
authored
1 year ago
by
ko_oler
Browse files
Options
Downloads
Patches
Plain Diff
Добавлен в Spaces поле-объект StateInfo
parent
78539871
No related branches found
No related tags found
1 merge request
!27
Добавлен в Spaces поле-объект StateInfo
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
proto/spaces/spaces.proto
+9
-2
9 additions, 2 deletions
proto/spaces/spaces.proto
with
9 additions
and
2 deletions
proto/spaces/spaces.proto
+
9
−
2
View file @
34ddfeac
...
...
@@ -5,14 +5,14 @@ option go_package = "git.perx.ru/perxis/perxis-go/proto/spaces;spaces";
package
content
.
spaces
;
import
"google/protobuf/empty.proto"
;
import
"google/protobuf/timestamp.proto"
;
message
Space
{
string
id
=
1
;
string
org_id
=
2
;
string
name
=
3
;
string
description
=
4
;
State
state
=
5
;
StateInfo
state_info
=
5
;
string
transfer_to_org
=
6
;
// идентификатор организации, в которую запрошен перенос пространства
...
...
@@ -30,6 +30,13 @@ enum State {
ERROR
=
7
;
}
message
StateInfo
{
State
state
=
1
;
string
info
=
2
;
int32
version
=
3
;
google.protobuf.Timestamp
started_at
=
4
;
}
message
Config
{
repeated
string
features
=
1
;
}
...
...
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