Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
canifa_note
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Vũ Hoàng Anh
canifa_note
Commits
f7f139d6
Commit
f7f139d6
authored
Apr 16, 2024
by
Steven
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: tweak typo
parent
16252188
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
workspace_service.proto
proto/api/v2/workspace_service.proto
+1
-1
README.md
proto/gen/api/v2/README.md
+1
-1
workspace_service.pb.go
proto/gen/api/v2/workspace_service.pb.go
+1
-1
No files found.
proto/api/v2/workspace_service.proto
View file @
f7f139d6
...
@@ -14,7 +14,7 @@ service WorkspaceService {
...
@@ -14,7 +14,7 @@ service WorkspaceService {
}
}
message
WorkspaceProfile
{
message
WorkspaceProfile
{
// The name of intance owner.
// The name of in
s
tance owner.
// Format: "users/{id}"
// Format: "users/{id}"
string
owner
=
1
;
string
owner
=
1
;
// version is the current version of instance
// version is the current version of instance
...
...
proto/gen/api/v2/README.md
View file @
f7f139d6
...
@@ -3131,7 +3131,7 @@ Used internally for obfuscating the page token.
...
@@ -3131,7 +3131,7 @@ Used internally for obfuscating the page token.
| Field | Type | Label | Description |
| Field | Type | Label | Description |
| ----- | ---- | ----- | ----------- |
| ----- | ---- | ----- | ----------- |
| owner |
[
string
](
#string
)
| | The name of intance owner. Format:
"
users/{id}
"
|
| owner |
[
string
](
#string
)
| | The name of in
s
tance owner. Format:
"
users/{id}
"
|
| version |
[
string
](
#string
)
| | version is the current version of instance |
| version |
[
string
](
#string
)
| | version is the current version of instance |
| mode |
[
string
](
#string
)
| | mode is the instance mode (e.g.
"
prod
"
,
"
dev
"
or
"
demo
"
). |
| mode |
[
string
](
#string
)
| | mode is the instance mode (e.g.
"
prod
"
,
"
dev
"
or
"
demo
"
). |
...
...
proto/gen/api/v2/workspace_service.pb.go
View file @
f7f139d6
...
@@ -26,7 +26,7 @@ type WorkspaceProfile struct {
...
@@ -26,7 +26,7 @@ type WorkspaceProfile struct {
sizeCache
protoimpl
.
SizeCache
sizeCache
protoimpl
.
SizeCache
unknownFields
protoimpl
.
UnknownFields
unknownFields
protoimpl
.
UnknownFields
// The name of intance owner.
// The name of in
s
tance owner.
// Format: "users/{id}"
// Format: "users/{id}"
Owner
string
`protobuf:"bytes,1,opt,name=owner,proto3" json:"owner,omitempty"`
Owner
string
`protobuf:"bytes,1,opt,name=owner,proto3" json:"owner,omitempty"`
// version is the current version of instance
// version is the current version of instance
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment