Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
goSDN Northbound
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
danet
goSDN Northbound
Commits
e7769076
Commit
e7769076
authored
3 years ago
by
Manuel Kieweg
Browse files
Options
Downloads
Patches
Plain Diff
indentation
parent
be9061b6
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
proto/gosdn/csbi/csbi.proto
+4
-4
4 additions, 4 deletions
proto/gosdn/csbi/csbi.proto
with
4 additions
and
4 deletions
proto/gosdn/csbi/csbi.proto
+
4
−
4
View file @
e7769076
...
@@ -44,10 +44,10 @@ message Deployment {
...
@@ -44,10 +44,10 @@ message Deployment {
enum
State
{
enum
State
{
ANNOUNCED
=
0
;
ANNOUNCED
=
0
;
BUILT
=
1
;
BUILT
=
1
;
DEPLOYED
=
2
;
DEPLOYED
=
2
;
RUNNING
=
3
;
RUNNING
=
3
;
DECOMMISSIONED
=
4
;
DECOMMISSIONED
=
4
;
}
}
message
CreateRequest
{
message
CreateRequest
{
...
...
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