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
a78bfffb
Commit
a78bfffb
authored
Dec 26, 2024
by
johnnyjoy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: add output only flag
parent
541e07af
Changes
23
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
23 changed files
with
388 additions
and
429 deletions
+388
-429
memo_service.proto
proto/api/v1/memo_service.proto
+2
-2
activity_service.pb.go
proto/gen/api/v1/activity_service.pb.go
+1
-1
auth_service.pb.go
proto/gen/api/v1/auth_service.pb.go
+1
-1
common.pb.go
proto/gen/api/v1/common.pb.go
+1
-1
idp_service.pb.go
proto/gen/api/v1/idp_service.pb.go
+1
-1
inbox_service.pb.go
proto/gen/api/v1/inbox_service.pb.go
+1
-1
markdown_service.pb.go
proto/gen/api/v1/markdown_service.pb.go
+1
-1
memo_relation_service.pb.go
proto/gen/api/v1/memo_relation_service.pb.go
+1
-1
memo_service.pb.go
proto/gen/api/v1/memo_service.pb.go
+342
-342
reaction_service.pb.go
proto/gen/api/v1/reaction_service.pb.go
+1
-1
resource_service.pb.go
proto/gen/api/v1/resource_service.pb.go
+1
-1
user_service.pb.go
proto/gen/api/v1/user_service.pb.go
+1
-1
webhook_service.pb.go
proto/gen/api/v1/webhook_service.pb.go
+1
-1
workspace_service.pb.go
proto/gen/api/v1/workspace_service.pb.go
+1
-1
workspace_setting_service.pb.go
proto/gen/api/v1/workspace_setting_service.pb.go
+1
-1
apidocs.swagger.yaml
proto/gen/apidocs.swagger.yaml
+24
-65
activity.pb.go
proto/gen/store/activity.pb.go
+1
-1
idp.pb.go
proto/gen/store/idp.pb.go
+1
-1
inbox.pb.go
proto/gen/store/inbox.pb.go
+1
-1
memo.pb.go
proto/gen/store/memo.pb.go
+1
-1
resource.pb.go
proto/gen/store/resource.pb.go
+1
-1
user_setting.pb.go
proto/gen/store/user_setting.pb.go
+1
-1
workspace_setting.pb.go
proto/gen/store/workspace_setting.pb.go
+1
-1
No files found.
proto/api/v1/memo_service.proto
View file @
a78bfffb
...
@@ -132,7 +132,7 @@ message Memo {
...
@@ -132,7 +132,7 @@ message Memo {
// The name of the memo.
// The name of the memo.
// Format: memos/{id}
// Format: memos/{id}
// id is the system generated id.
// id is the system generated id.
string
name
=
1
;
string
name
=
1
[(
google.api.field_behavior
)
=
OUTPUT_ONLY
]
;
// The user defined id of the memo.
// The user defined id of the memo.
string
uid
=
2
;
string
uid
=
2
;
...
@@ -155,7 +155,7 @@ message Memo {
...
@@ -155,7 +155,7 @@ message Memo {
Visibility
visibility
=
10
;
Visibility
visibility
=
10
;
repeated
string
tags
=
11
;
repeated
string
tags
=
11
[(
google.api.field_behavior
)
=
OUTPUT_ONLY
]
;
bool
pinned
=
12
;
bool
pinned
=
12
;
...
...
proto/gen/api/v1/activity_service.pb.go
View file @
a78bfffb
// Code generated by protoc-gen-go. DO NOT EDIT.
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// versions:
// protoc-gen-go v1.36.
0
// protoc-gen-go v1.36.
1
// protoc (unknown)
// protoc (unknown)
// source: api/v1/activity_service.proto
// source: api/v1/activity_service.proto
...
...
proto/gen/api/v1/auth_service.pb.go
View file @
a78bfffb
// Code generated by protoc-gen-go. DO NOT EDIT.
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// versions:
// protoc-gen-go v1.36.
0
// protoc-gen-go v1.36.
1
// protoc (unknown)
// protoc (unknown)
// source: api/v1/auth_service.proto
// source: api/v1/auth_service.proto
...
...
proto/gen/api/v1/common.pb.go
View file @
a78bfffb
// Code generated by protoc-gen-go. DO NOT EDIT.
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// versions:
// protoc-gen-go v1.36.
0
// protoc-gen-go v1.36.
1
// protoc (unknown)
// protoc (unknown)
// source: api/v1/common.proto
// source: api/v1/common.proto
...
...
proto/gen/api/v1/idp_service.pb.go
View file @
a78bfffb
// Code generated by protoc-gen-go. DO NOT EDIT.
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// versions:
// protoc-gen-go v1.36.
0
// protoc-gen-go v1.36.
1
// protoc (unknown)
// protoc (unknown)
// source: api/v1/idp_service.proto
// source: api/v1/idp_service.proto
...
...
proto/gen/api/v1/inbox_service.pb.go
View file @
a78bfffb
// Code generated by protoc-gen-go. DO NOT EDIT.
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// versions:
// protoc-gen-go v1.36.
0
// protoc-gen-go v1.36.
1
// protoc (unknown)
// protoc (unknown)
// source: api/v1/inbox_service.proto
// source: api/v1/inbox_service.proto
...
...
proto/gen/api/v1/markdown_service.pb.go
View file @
a78bfffb
// Code generated by protoc-gen-go. DO NOT EDIT.
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// versions:
// protoc-gen-go v1.36.
0
// protoc-gen-go v1.36.
1
// protoc (unknown)
// protoc (unknown)
// source: api/v1/markdown_service.proto
// source: api/v1/markdown_service.proto
...
...
proto/gen/api/v1/memo_relation_service.pb.go
View file @
a78bfffb
// Code generated by protoc-gen-go. DO NOT EDIT.
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// versions:
// protoc-gen-go v1.36.
0
// protoc-gen-go v1.36.
1
// protoc (unknown)
// protoc (unknown)
// source: api/v1/memo_relation_service.proto
// source: api/v1/memo_relation_service.proto
...
...
proto/gen/api/v1/memo_service.pb.go
View file @
a78bfffb
This diff is collapsed.
Click to expand it.
proto/gen/api/v1/reaction_service.pb.go
View file @
a78bfffb
// Code generated by protoc-gen-go. DO NOT EDIT.
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// versions:
// protoc-gen-go v1.36.
0
// protoc-gen-go v1.36.
1
// protoc (unknown)
// protoc (unknown)
// source: api/v1/reaction_service.proto
// source: api/v1/reaction_service.proto
...
...
proto/gen/api/v1/resource_service.pb.go
View file @
a78bfffb
// Code generated by protoc-gen-go. DO NOT EDIT.
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// versions:
// protoc-gen-go v1.36.
0
// protoc-gen-go v1.36.
1
// protoc (unknown)
// protoc (unknown)
// source: api/v1/resource_service.proto
// source: api/v1/resource_service.proto
...
...
proto/gen/api/v1/user_service.pb.go
View file @
a78bfffb
// Code generated by protoc-gen-go. DO NOT EDIT.
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// versions:
// protoc-gen-go v1.36.
0
// protoc-gen-go v1.36.
1
// protoc (unknown)
// protoc (unknown)
// source: api/v1/user_service.proto
// source: api/v1/user_service.proto
...
...
proto/gen/api/v1/webhook_service.pb.go
View file @
a78bfffb
// Code generated by protoc-gen-go. DO NOT EDIT.
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// versions:
// protoc-gen-go v1.36.
0
// protoc-gen-go v1.36.
1
// protoc (unknown)
// protoc (unknown)
// source: api/v1/webhook_service.proto
// source: api/v1/webhook_service.proto
...
...
proto/gen/api/v1/workspace_service.pb.go
View file @
a78bfffb
// Code generated by protoc-gen-go. DO NOT EDIT.
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// versions:
// protoc-gen-go v1.36.
0
// protoc-gen-go v1.36.
1
// protoc (unknown)
// protoc (unknown)
// source: api/v1/workspace_service.proto
// source: api/v1/workspace_service.proto
...
...
proto/gen/api/v1/workspace_setting_service.pb.go
View file @
a78bfffb
// Code generated by protoc-gen-go. DO NOT EDIT.
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// versions:
// protoc-gen-go v1.36.
0
// protoc-gen-go v1.36.
1
// protoc (unknown)
// protoc (unknown)
// source: api/v1/workspace_setting_service.proto
// source: api/v1/workspace_setting_service.proto
...
...
proto/gen/apidocs.swagger.yaml
View file @
a78bfffb
...
@@ -311,16 +311,12 @@ paths:
...
@@ -311,16 +311,12 @@ paths:
type
:
integer
type
:
integer
format
:
int32
format
:
int32
-
name
:
pageToken
-
name
:
pageToken
description
:
|-
description
:
"
A
page
token,
received
from
a
previous
`ListMemos`
call.
\r\n
Provide
this
to
retrieve
the
subsequent
page."
A page token, received from a previous `ListMemos` call.
Provide this to retrieve the subsequent page.
in
:
query
in
:
query
required
:
false
required
:
false
type
:
string
type
:
string
-
name
:
filter
-
name
:
filter
description
:
|-
description
:
"
Filter
is
used
to
filter
memos
returned
in
the
list.
\r\n
Format:
\"
creator
==
'users/{uid}'
&&
visibilities
==
['PUBLIC',
'PROTECTED']
\"
"
Filter is used to filter memos returned in the list.
Format: "creator == 'users/{uid}' && visibilities == ['PUBLIC', 'PROTECTED']"
in
:
query
in
:
query
required
:
false
required
:
false
type
:
string
type
:
string
...
@@ -820,10 +816,7 @@ paths:
...
@@ -820,10 +816,7 @@ paths:
$ref
:
'
#/definitions/googlerpcStatus'
$ref
:
'
#/definitions/googlerpcStatus'
parameters
:
parameters
:
-
name
:
memo.name
-
name
:
memo.name
description
:
|-
description
:
"
The
name
of
the
memo.
\r\n
Format:
memos/{id}
\r\n
id
is
the
system
generated
id."
The name of the memo.
Format: memos/{id}
id is the system generated id.
in
:
path
in
:
path
required
:
true
required
:
true
type
:
string
type
:
string
...
@@ -841,9 +834,7 @@ paths:
...
@@ -841,9 +834,7 @@ paths:
$ref
:
'
#/definitions/v1RowStatus'
$ref
:
'
#/definitions/v1RowStatus'
creator
:
creator
:
type
:
string
type
:
string
title
:
|-
title
:
"
The
name
of
the
creator.
\r\n
Format:
users/{id}"
The name of the creator.
Format: users/{id}
createTime
:
createTime
:
type
:
string
type
:
string
format
:
date-time
format
:
date-time
...
@@ -867,6 +858,7 @@ paths:
...
@@ -867,6 +858,7 @@ paths:
type
:
array
type
:
array
items
:
items
:
type
:
string
type
:
string
readOnly
:
true
pinned
:
pinned
:
type
:
boolean
type
:
boolean
resources
:
resources
:
...
@@ -890,9 +882,7 @@ paths:
...
@@ -890,9 +882,7 @@ paths:
readOnly
:
true
readOnly
:
true
parent
:
parent
:
type
:
string
type
:
string
title
:
|-
title
:
"
The
name
of
the
parent
memo.
\r\n
Format:
memos/{id}"
The name of the parent memo.
Format: memos/{id}
readOnly
:
true
readOnly
:
true
snippet
:
snippet
:
type
:
string
type
:
string
...
@@ -1064,9 +1054,7 @@ paths:
...
@@ -1064,9 +1054,7 @@ paths:
$ref
:
'
#/definitions/googlerpcStatus'
$ref
:
'
#/definitions/googlerpcStatus'
parameters
:
parameters
:
-
name
:
name_4
-
name
:
name_4
description
:
|-
description
:
"
The
name
of
the
memo.
\r\n
Format:
memos/{id}"
The name of the memo.
Format: memos/{id}
in
:
path
in
:
path
required
:
true
required
:
true
type
:
string
type
:
string
...
@@ -1088,9 +1076,7 @@ paths:
...
@@ -1088,9 +1076,7 @@ paths:
$ref
:
'
#/definitions/googlerpcStatus'
$ref
:
'
#/definitions/googlerpcStatus'
parameters
:
parameters
:
-
name
:
name_4
-
name
:
name_4
description
:
|-
description
:
"
The
name
of
the
memo.
\r\n
Format:
memos/{id}"
The name of the memo.
Format: memos/{id}
in
:
path
in
:
path
required
:
true
required
:
true
type
:
string
type
:
string
...
@@ -1242,9 +1228,7 @@ paths:
...
@@ -1242,9 +1228,7 @@ paths:
$ref
:
'
#/definitions/googlerpcStatus'
$ref
:
'
#/definitions/googlerpcStatus'
parameters
:
parameters
:
-
name
:
name
-
name
:
name
description
:
|-
description
:
"
The
name
of
the
memo.
\r\n
Format:
memos/{id}"
The name of the memo.
Format: memos/{id}
in
:
path
in
:
path
required
:
true
required
:
true
type
:
string
type
:
string
...
@@ -1265,9 +1249,7 @@ paths:
...
@@ -1265,9 +1249,7 @@ paths:
$ref
:
'
#/definitions/googlerpcStatus'
$ref
:
'
#/definitions/googlerpcStatus'
parameters
:
parameters
:
-
name
:
name
-
name
:
name
description
:
|-
description
:
"
The
name
of
the
memo.
\r\n
Format:
memos/{id}"
The name of the memo.
Format: memos/{id}
in
:
path
in
:
path
required
:
true
required
:
true
type
:
string
type
:
string
...
@@ -1294,9 +1276,7 @@ paths:
...
@@ -1294,9 +1276,7 @@ paths:
$ref
:
'
#/definitions/googlerpcStatus'
$ref
:
'
#/definitions/googlerpcStatus'
parameters
:
parameters
:
-
name
:
name
-
name
:
name
description
:
|-
description
:
"
The
name
of
the
memo.
\r\n
Format:
memos/{id}"
The name of the memo.
Format: memos/{id}
in
:
path
in
:
path
required
:
true
required
:
true
type
:
string
type
:
string
...
@@ -1317,9 +1297,7 @@ paths:
...
@@ -1317,9 +1297,7 @@ paths:
$ref
:
'
#/definitions/googlerpcStatus'
$ref
:
'
#/definitions/googlerpcStatus'
parameters
:
parameters
:
-
name
:
name
-
name
:
name
description
:
|-
description
:
"
The
name
of
the
memo.
\r\n
Format:
memos/{id}"
The name of the memo.
Format: memos/{id}
in
:
path
in
:
path
required
:
true
required
:
true
type
:
string
type
:
string
...
@@ -1346,9 +1324,7 @@ paths:
...
@@ -1346,9 +1324,7 @@ paths:
$ref
:
'
#/definitions/googlerpcStatus'
$ref
:
'
#/definitions/googlerpcStatus'
parameters
:
parameters
:
-
name
:
name
-
name
:
name
description
:
|-
description
:
"
The
name
of
the
memo.
\r\n
Format:
memos/{id}"
The name of the memo.
Format: memos/{id}
in
:
path
in
:
path
required
:
true
required
:
true
type
:
string
type
:
string
...
@@ -1370,9 +1346,7 @@ paths:
...
@@ -1370,9 +1346,7 @@ paths:
$ref
:
'
#/definitions/googlerpcStatus'
$ref
:
'
#/definitions/googlerpcStatus'
parameters
:
parameters
:
-
name
:
name
-
name
:
name
description
:
|-
description
:
"
The
name
of
the
memo.
\r\n
Format:
memos/{id}"
The name of the memo.
Format: memos/{id}
in
:
path
in
:
path
required
:
true
required
:
true
type
:
string
type
:
string
...
@@ -1399,9 +1373,7 @@ paths:
...
@@ -1399,9 +1373,7 @@ paths:
$ref
:
'
#/definitions/googlerpcStatus'
$ref
:
'
#/definitions/googlerpcStatus'
parameters
:
parameters
:
-
name
:
name
-
name
:
name
description
:
|-
description
:
"
The
name
of
the
memo.
\r\n
Format:
memos/{id}"
The name of the memo.
Format: memos/{id}
in
:
path
in
:
path
required
:
true
required
:
true
type
:
string
type
:
string
...
@@ -1423,9 +1395,7 @@ paths:
...
@@ -1423,9 +1395,7 @@ paths:
$ref
:
'
#/definitions/googlerpcStatus'
$ref
:
'
#/definitions/googlerpcStatus'
parameters
:
parameters
:
-
name
:
name
-
name
:
name
description
:
|-
description
:
"
The
name
of
the
memo.
\r\n
Format:
memos/{id}"
The name of the memo.
Format: memos/{id}
in
:
path
in
:
path
required
:
true
required
:
true
type
:
string
type
:
string
...
@@ -1477,9 +1447,7 @@ paths:
...
@@ -1477,9 +1447,7 @@ paths:
$ref
:
'
#/definitions/googlerpcStatus'
$ref
:
'
#/definitions/googlerpcStatus'
parameters
:
parameters
:
-
name
:
parent
-
name
:
parent
description
:
|-
description
:
"
The
parent,
who
owns
the
tags.
\r\n
Format:
memos/{id}.
Use
\"
memos/-
\"
to
delete
all
tags."
The parent, who owns the tags.
Format: memos/{id}. Use "memos/-" to delete all tags.
in
:
path
in
:
path
required
:
true
required
:
true
type
:
string
type
:
string
...
@@ -1510,9 +1478,7 @@ paths:
...
@@ -1510,9 +1478,7 @@ paths:
$ref
:
'
#/definitions/googlerpcStatus'
$ref
:
'
#/definitions/googlerpcStatus'
parameters
:
parameters
:
-
name
:
parent
-
name
:
parent
description
:
|-
description
:
"
The
parent,
who
owns
the
tags.
\r\n
Format:
memos/{id}.
Use
\"
memos/-
\"
to
rename
all
tags."
The parent, who owns the tags.
Format: memos/{id}. Use "memos/-" to rename all tags.
in
:
path
in
:
path
required
:
true
required
:
true
type
:
string
type
:
string
...
@@ -1962,10 +1928,8 @@ definitions:
...
@@ -1962,10 +1928,8 @@ definitions:
properties
:
properties
:
name
:
name
:
type
:
string
type
:
string
description
:
|-
description
:
"
The
name
of
the
memo.
\r\n
Format:
memos/{id}
\r\n
id
is
the
system
generated
id."
The name of the memo.
readOnly
:
true
Format: memos/{id}
id is the system generated id.
uid
:
uid
:
type
:
string
type
:
string
description
:
The user defined id of the memo.
description
:
The user defined id of the memo.
...
@@ -1973,9 +1937,7 @@ definitions:
...
@@ -1973,9 +1937,7 @@ definitions:
$ref
:
'
#/definitions/v1RowStatus'
$ref
:
'
#/definitions/v1RowStatus'
creator
:
creator
:
type
:
string
type
:
string
title
:
|-
title
:
"
The
name
of
the
creator.
\r\n
Format:
users/{id}"
The name of the creator.
Format: users/{id}
createTime
:
createTime
:
type
:
string
type
:
string
format
:
date-time
format
:
date-time
...
@@ -1999,6 +1961,7 @@ definitions:
...
@@ -1999,6 +1961,7 @@ definitions:
type
:
array
type
:
array
items
:
items
:
type
:
string
type
:
string
readOnly
:
true
pinned
:
pinned
:
type
:
boolean
type
:
boolean
resources
:
resources
:
...
@@ -2022,9 +1985,7 @@ definitions:
...
@@ -2022,9 +1985,7 @@ definitions:
readOnly
:
true
readOnly
:
true
parent
:
parent
:
type
:
string
type
:
string
title
:
|-
title
:
"
The
name
of
the
parent
memo.
\r\n
Format:
memos/{id}"
The name of the parent memo.
Format: memos/{id}
readOnly
:
true
readOnly
:
true
snippet
:
snippet
:
type
:
string
type
:
string
...
@@ -2601,9 +2562,7 @@ definitions:
...
@@ -2601,9 +2562,7 @@ definitions:
$ref
:
'
#/definitions/apiv1Memo'
$ref
:
'
#/definitions/apiv1Memo'
nextPageToken
:
nextPageToken
:
type
:
string
type
:
string
description
:
|-
description
:
"
A
token,
which
can
be
sent
as
`page_token`
to
retrieve
the
next
page.
\r\n
If
this
field
is
omitted,
there
are
no
subsequent
pages."
A token, which can be sent as `page_token` to retrieve the next page.
If this field is omitted, there are no subsequent pages.
v1ListNode
:
v1ListNode
:
type
:
object
type
:
object
properties
:
properties
:
...
...
proto/gen/store/activity.pb.go
View file @
a78bfffb
// Code generated by protoc-gen-go. DO NOT EDIT.
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// versions:
// protoc-gen-go v1.36.
0
// protoc-gen-go v1.36.
1
// protoc (unknown)
// protoc (unknown)
// source: store/activity.proto
// source: store/activity.proto
...
...
proto/gen/store/idp.pb.go
View file @
a78bfffb
// Code generated by protoc-gen-go. DO NOT EDIT.
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// versions:
// protoc-gen-go v1.36.
0
// protoc-gen-go v1.36.
1
// protoc (unknown)
// protoc (unknown)
// source: store/idp.proto
// source: store/idp.proto
...
...
proto/gen/store/inbox.pb.go
View file @
a78bfffb
// Code generated by protoc-gen-go. DO NOT EDIT.
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// versions:
// protoc-gen-go v1.36.
0
// protoc-gen-go v1.36.
1
// protoc (unknown)
// protoc (unknown)
// source: store/inbox.proto
// source: store/inbox.proto
...
...
proto/gen/store/memo.pb.go
View file @
a78bfffb
// Code generated by protoc-gen-go. DO NOT EDIT.
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// versions:
// protoc-gen-go v1.36.
0
// protoc-gen-go v1.36.
1
// protoc (unknown)
// protoc (unknown)
// source: store/memo.proto
// source: store/memo.proto
...
...
proto/gen/store/resource.pb.go
View file @
a78bfffb
// Code generated by protoc-gen-go. DO NOT EDIT.
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// versions:
// protoc-gen-go v1.36.
0
// protoc-gen-go v1.36.
1
// protoc (unknown)
// protoc (unknown)
// source: store/resource.proto
// source: store/resource.proto
...
...
proto/gen/store/user_setting.pb.go
View file @
a78bfffb
// Code generated by protoc-gen-go. DO NOT EDIT.
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// versions:
// protoc-gen-go v1.36.
0
// protoc-gen-go v1.36.
1
// protoc (unknown)
// protoc (unknown)
// source: store/user_setting.proto
// source: store/user_setting.proto
...
...
proto/gen/store/workspace_setting.pb.go
View file @
a78bfffb
// Code generated by protoc-gen-go. DO NOT EDIT.
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// versions:
// protoc-gen-go v1.36.
0
// protoc-gen-go v1.36.
1
// protoc (unknown)
// protoc (unknown)
// source: store/workspace_setting.proto
// source: store/workspace_setting.proto
...
...
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