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
04c78e18
Commit
04c78e18
authored
Apr 26, 2024
by
Steven
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: update buf dependencies
parent
cc2370e0
Changes
33
Show whitespace changes
Inline
Side-by-side
Showing
33 changed files
with
68 additions
and
196 deletions
+68
-196
buf.gen.yaml
proto/buf.gen.yaml
+5
-5
activity_service.pb.go
proto/gen/api/v2/activity_service.pb.go
+1
-1
auth_service.pb.go
proto/gen/api/v2/auth_service.pb.go
+1
-1
common.pb.go
proto/gen/api/v2/common.pb.go
+1
-1
idp_service.pb.go
proto/gen/api/v2/idp_service.pb.go
+1
-1
idp_service.pb.gw.go
proto/gen/api/v2/idp_service.pb.gw.go
+3
-11
inbox_service.pb.go
proto/gen/api/v2/inbox_service.pb.go
+1
-1
inbox_service.pb.gw.go
proto/gen/api/v2/inbox_service.pb.gw.go
+1
-1
link_service.pb.go
proto/gen/api/v2/link_service.pb.go
+1
-1
memo_relation_service.pb.go
proto/gen/api/v2/memo_relation_service.pb.go
+1
-1
memo_service.pb.go
proto/gen/api/v2/memo_service.pb.go
+1
-1
memo_service.pb.gw.go
proto/gen/api/v2/memo_service.pb.gw.go
+13
-61
reaction_service.pb.go
proto/gen/api/v2/reaction_service.pb.go
+1
-1
resource_service.pb.go
proto/gen/api/v2/resource_service.pb.go
+1
-1
resource_service.pb.gw.go
proto/gen/api/v2/resource_service.pb.gw.go
+3
-11
storage_service.pb.go
proto/gen/api/v2/storage_service.pb.go
+1
-1
storage_service.pb.gw.go
proto/gen/api/v2/storage_service.pb.gw.go
+3
-11
tag_service.pb.go
proto/gen/api/v2/tag_service.pb.go
+1
-1
tag_service.pb.gw.go
proto/gen/api/v2/tag_service.pb.gw.go
+6
-30
user_service.pb.go
proto/gen/api/v2/user_service.pb.go
+1
-1
user_service.pb.gw.go
proto/gen/api/v2/user_service.pb.gw.go
+6
-22
webhook_service.pb.go
proto/gen/api/v2/webhook_service.pb.go
+1
-1
webhook_service.pb.gw.go
proto/gen/api/v2/webhook_service.pb.gw.go
+3
-11
workspace_service.pb.go
proto/gen/api/v2/workspace_service.pb.go
+1
-1
workspace_setting_service.pb.go
proto/gen/api/v2/workspace_setting_service.pb.go
+1
-1
workspace_setting_service.pb.gw.go
proto/gen/api/v2/workspace_setting_service.pb.gw.go
+2
-10
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
reaction.pb.go
proto/gen/store/reaction.pb.go
+1
-1
storage.pb.go
proto/gen/store/storage.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/buf.gen.yaml
View file @
04c78e18
...
...
@@ -6,23 +6,23 @@ managed:
except
:
-
buf.build/googleapis/googleapis
plugins
:
-
plugin
:
buf.build/protocolbuffers/go
:v1.31.0
-
plugin
:
buf.build/protocolbuffers/go
out
:
gen
opt
:
-
paths=source_relative
-
plugin
:
buf.build/grpc/go
:v1.3.0
-
plugin
:
buf.build/grpc/go
out
:
gen
opt
:
-
paths=source_relative
-
plugin
:
buf.build/grpc-ecosystem/gateway
:v2.16.1
-
plugin
:
buf.build/grpc-ecosystem/gateway
out
:
gen
opt
:
-
paths=source_relative
-
plugin
:
buf.build/grpc-ecosystem/openapiv2
:v2.19.0
-
plugin
:
buf.build/grpc-ecosystem/openapiv2
out
:
../docs
opt
:
output_format=yaml,allow_merge=true
# Build the TypeScript definitions for the web.
-
plugin
:
buf.build/community/stephenh-ts-proto
:v1.152.1
-
plugin
:
buf.build/community/stephenh-ts-proto
out
:
../web/src/types/proto
# reference: https://github.com/deeplay-io/nice-grpc/blob/master/packages/nice-grpc-web/README.md#using-ts-proto
opt
:
...
...
proto/gen/api/v2/activity_service.pb.go
View file @
04c78e18
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.3
1
.0
// protoc-gen-go v1.3
3
.0
// protoc (unknown)
// source: api/v2/activity_service.proto
...
...
proto/gen/api/v2/auth_service.pb.go
View file @
04c78e18
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.3
1
.0
// protoc-gen-go v1.3
3
.0
// protoc (unknown)
// source: api/v2/auth_service.proto
...
...
proto/gen/api/v2/common.pb.go
View file @
04c78e18
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.3
1
.0
// protoc-gen-go v1.3
3
.0
// protoc (unknown)
// source: api/v2/common.proto
...
...
proto/gen/api/v2/idp_service.pb.go
View file @
04c78e18
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.3
1
.0
// protoc-gen-go v1.3
3
.0
// protoc (unknown)
// source: api/v2/idp_service.proto
...
...
proto/gen/api/v2/idp_service.pb.gw.go
View file @
04c78e18
...
...
@@ -105,11 +105,7 @@ func request_IdentityProviderService_CreateIdentityProvider_0(ctx context.Contex
var
protoReq
CreateIdentityProviderRequest
var
metadata
runtime
.
ServerMetadata
newReader
,
berr
:=
utilities
.
IOReaderFactory
(
req
.
Body
)
if
berr
!=
nil
{
return
nil
,
metadata
,
status
.
Errorf
(
codes
.
InvalidArgument
,
"%v"
,
berr
)
}
if
err
:=
marshaler
.
NewDecoder
(
newReader
())
.
Decode
(
&
protoReq
.
IdentityProvider
);
err
!=
nil
&&
err
!=
io
.
EOF
{
if
err
:=
marshaler
.
NewDecoder
(
req
.
Body
)
.
Decode
(
&
protoReq
.
IdentityProvider
);
err
!=
nil
&&
err
!=
io
.
EOF
{
return
nil
,
metadata
,
status
.
Errorf
(
codes
.
InvalidArgument
,
"%v"
,
err
)
}
...
...
@@ -122,11 +118,7 @@ func local_request_IdentityProviderService_CreateIdentityProvider_0(ctx context.
var
protoReq
CreateIdentityProviderRequest
var
metadata
runtime
.
ServerMetadata
newReader
,
berr
:=
utilities
.
IOReaderFactory
(
req
.
Body
)
if
berr
!=
nil
{
return
nil
,
metadata
,
status
.
Errorf
(
codes
.
InvalidArgument
,
"%v"
,
berr
)
}
if
err
:=
marshaler
.
NewDecoder
(
newReader
())
.
Decode
(
&
protoReq
.
IdentityProvider
);
err
!=
nil
&&
err
!=
io
.
EOF
{
if
err
:=
marshaler
.
NewDecoder
(
req
.
Body
)
.
Decode
(
&
protoReq
.
IdentityProvider
);
err
!=
nil
&&
err
!=
io
.
EOF
{
return
nil
,
metadata
,
status
.
Errorf
(
codes
.
InvalidArgument
,
"%v"
,
err
)
}
...
...
@@ -136,7 +128,7 @@ func local_request_IdentityProviderService_CreateIdentityProvider_0(ctx context.
}
var
(
filter_IdentityProviderService_UpdateIdentityProvider_0
=
&
utilities
.
DoubleArray
{
Encoding
:
map
[
string
]
int
{
"identity_provider"
:
0
,
"
identityProvider"
:
1
,
"name"
:
2
},
Base
:
[]
int
{
1
,
3
,
4
,
5
,
2
,
0
,
0
,
0
,
0
},
Check
:
[]
int
{
0
,
1
,
1
,
1
,
2
,
5
,
2
,
3
,
4
}}
filter_IdentityProviderService_UpdateIdentityProvider_0
=
&
utilities
.
DoubleArray
{
Encoding
:
map
[
string
]
int
{
"identity_provider"
:
0
,
"
name"
:
1
},
Base
:
[]
int
{
1
,
2
,
1
,
0
,
0
},
Check
:
[]
int
{
0
,
1
,
2
,
3
,
2
}}
)
func
request_IdentityProviderService_UpdateIdentityProvider_0
(
ctx
context
.
Context
,
marshaler
runtime
.
Marshaler
,
client
IdentityProviderServiceClient
,
req
*
http
.
Request
,
pathParams
map
[
string
]
string
)
(
proto
.
Message
,
runtime
.
ServerMetadata
,
error
)
{
...
...
proto/gen/api/v2/inbox_service.pb.go
View file @
04c78e18
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.3
1
.0
// protoc-gen-go v1.3
3
.0
// protoc (unknown)
// source: api/v2/inbox_service.proto
...
...
proto/gen/api/v2/inbox_service.pb.gw.go
View file @
04c78e18
...
...
@@ -68,7 +68,7 @@ func local_request_InboxService_ListInboxes_0(ctx context.Context, marshaler run
}
var
(
filter_InboxService_UpdateInbox_0
=
&
utilities
.
DoubleArray
{
Encoding
:
map
[
string
]
int
{
"inbox"
:
0
,
"name"
:
1
},
Base
:
[]
int
{
1
,
4
,
5
,
2
,
0
,
0
,
0
,
0
},
Check
:
[]
int
{
0
,
1
,
1
,
2
,
4
,
2
,
2
,
3
}}
filter_InboxService_UpdateInbox_0
=
&
utilities
.
DoubleArray
{
Encoding
:
map
[
string
]
int
{
"inbox"
:
0
,
"name"
:
1
},
Base
:
[]
int
{
1
,
2
,
1
,
0
,
0
},
Check
:
[]
int
{
0
,
1
,
2
,
3
,
2
}}
)
func
request_InboxService_UpdateInbox_0
(
ctx
context
.
Context
,
marshaler
runtime
.
Marshaler
,
client
InboxServiceClient
,
req
*
http
.
Request
,
pathParams
map
[
string
]
string
)
(
proto
.
Message
,
runtime
.
ServerMetadata
,
error
)
{
...
...
proto/gen/api/v2/link_service.pb.go
View file @
04c78e18
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.3
1
.0
// protoc-gen-go v1.3
3
.0
// protoc (unknown)
// source: api/v2/link_service.proto
...
...
proto/gen/api/v2/memo_relation_service.pb.go
View file @
04c78e18
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.3
1
.0
// protoc-gen-go v1.3
3
.0
// protoc (unknown)
// source: api/v2/memo_relation_service.proto
...
...
proto/gen/api/v2/memo_service.pb.go
View file @
04c78e18
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.3
1
.0
// protoc-gen-go v1.3
3
.0
// protoc (unknown)
// source: api/v2/memo_service.proto
...
...
proto/gen/api/v2/memo_service.pb.gw.go
View file @
04c78e18
...
...
@@ -35,11 +35,7 @@ func request_MemoService_CreateMemo_0(ctx context.Context, marshaler runtime.Mar
var
protoReq
CreateMemoRequest
var
metadata
runtime
.
ServerMetadata
newReader
,
berr
:=
utilities
.
IOReaderFactory
(
req
.
Body
)
if
berr
!=
nil
{
return
nil
,
metadata
,
status
.
Errorf
(
codes
.
InvalidArgument
,
"%v"
,
berr
)
}
if
err
:=
marshaler
.
NewDecoder
(
newReader
())
.
Decode
(
&
protoReq
);
err
!=
nil
&&
err
!=
io
.
EOF
{
if
err
:=
marshaler
.
NewDecoder
(
req
.
Body
)
.
Decode
(
&
protoReq
);
err
!=
nil
&&
err
!=
io
.
EOF
{
return
nil
,
metadata
,
status
.
Errorf
(
codes
.
InvalidArgument
,
"%v"
,
err
)
}
...
...
@@ -52,11 +48,7 @@ func local_request_MemoService_CreateMemo_0(ctx context.Context, marshaler runti
var
protoReq
CreateMemoRequest
var
metadata
runtime
.
ServerMetadata
newReader
,
berr
:=
utilities
.
IOReaderFactory
(
req
.
Body
)
if
berr
!=
nil
{
return
nil
,
metadata
,
status
.
Errorf
(
codes
.
InvalidArgument
,
"%v"
,
berr
)
}
if
err
:=
marshaler
.
NewDecoder
(
newReader
())
.
Decode
(
&
protoReq
);
err
!=
nil
&&
err
!=
io
.
EOF
{
if
err
:=
marshaler
.
NewDecoder
(
req
.
Body
)
.
Decode
(
&
protoReq
);
err
!=
nil
&&
err
!=
io
.
EOF
{
return
nil
,
metadata
,
status
.
Errorf
(
codes
.
InvalidArgument
,
"%v"
,
err
)
}
...
...
@@ -190,7 +182,7 @@ func local_request_MemoService_GetMemo_0(ctx context.Context, marshaler runtime.
}
var
(
filter_MemoService_UpdateMemo_0
=
&
utilities
.
DoubleArray
{
Encoding
:
map
[
string
]
int
{
"memo"
:
0
,
"name"
:
1
},
Base
:
[]
int
{
1
,
4
,
5
,
2
,
0
,
0
,
0
,
0
},
Check
:
[]
int
{
0
,
1
,
1
,
2
,
4
,
2
,
2
,
3
}}
filter_MemoService_UpdateMemo_0
=
&
utilities
.
DoubleArray
{
Encoding
:
map
[
string
]
int
{
"memo"
:
0
,
"name"
:
1
},
Base
:
[]
int
{
1
,
2
,
1
,
0
,
0
},
Check
:
[]
int
{
0
,
1
,
2
,
3
,
2
}}
)
func
request_MemoService_UpdateMemo_0
(
ctx
context
.
Context
,
marshaler
runtime
.
Marshaler
,
client
MemoServiceClient
,
req
*
http
.
Request
,
pathParams
map
[
string
]
string
)
(
proto
.
Message
,
runtime
.
ServerMetadata
,
error
)
{
...
...
@@ -345,11 +337,7 @@ func request_MemoService_ExportMemos_0(ctx context.Context, marshaler runtime.Ma
var
protoReq
ExportMemosRequest
var
metadata
runtime
.
ServerMetadata
newReader
,
berr
:=
utilities
.
IOReaderFactory
(
req
.
Body
)
if
berr
!=
nil
{
return
nil
,
metadata
,
status
.
Errorf
(
codes
.
InvalidArgument
,
"%v"
,
berr
)
}
if
err
:=
marshaler
.
NewDecoder
(
newReader
())
.
Decode
(
&
protoReq
);
err
!=
nil
&&
err
!=
io
.
EOF
{
if
err
:=
marshaler
.
NewDecoder
(
req
.
Body
)
.
Decode
(
&
protoReq
);
err
!=
nil
&&
err
!=
io
.
EOF
{
return
nil
,
metadata
,
status
.
Errorf
(
codes
.
InvalidArgument
,
"%v"
,
err
)
}
...
...
@@ -362,11 +350,7 @@ func local_request_MemoService_ExportMemos_0(ctx context.Context, marshaler runt
var
protoReq
ExportMemosRequest
var
metadata
runtime
.
ServerMetadata
newReader
,
berr
:=
utilities
.
IOReaderFactory
(
req
.
Body
)
if
berr
!=
nil
{
return
nil
,
metadata
,
status
.
Errorf
(
codes
.
InvalidArgument
,
"%v"
,
berr
)
}
if
err
:=
marshaler
.
NewDecoder
(
newReader
())
.
Decode
(
&
protoReq
);
err
!=
nil
&&
err
!=
io
.
EOF
{
if
err
:=
marshaler
.
NewDecoder
(
req
.
Body
)
.
Decode
(
&
protoReq
);
err
!=
nil
&&
err
!=
io
.
EOF
{
return
nil
,
metadata
,
status
.
Errorf
(
codes
.
InvalidArgument
,
"%v"
,
err
)
}
...
...
@@ -379,11 +363,7 @@ func request_MemoService_SetMemoResources_0(ctx context.Context, marshaler runti
var
protoReq
SetMemoResourcesRequest
var
metadata
runtime
.
ServerMetadata
newReader
,
berr
:=
utilities
.
IOReaderFactory
(
req
.
Body
)
if
berr
!=
nil
{
return
nil
,
metadata
,
status
.
Errorf
(
codes
.
InvalidArgument
,
"%v"
,
berr
)
}
if
err
:=
marshaler
.
NewDecoder
(
newReader
())
.
Decode
(
&
protoReq
);
err
!=
nil
&&
err
!=
io
.
EOF
{
if
err
:=
marshaler
.
NewDecoder
(
req
.
Body
)
.
Decode
(
&
protoReq
);
err
!=
nil
&&
err
!=
io
.
EOF
{
return
nil
,
metadata
,
status
.
Errorf
(
codes
.
InvalidArgument
,
"%v"
,
err
)
}
...
...
@@ -413,11 +393,7 @@ func local_request_MemoService_SetMemoResources_0(ctx context.Context, marshaler
var
protoReq
SetMemoResourcesRequest
var
metadata
runtime
.
ServerMetadata
newReader
,
berr
:=
utilities
.
IOReaderFactory
(
req
.
Body
)
if
berr
!=
nil
{
return
nil
,
metadata
,
status
.
Errorf
(
codes
.
InvalidArgument
,
"%v"
,
berr
)
}
if
err
:=
marshaler
.
NewDecoder
(
newReader
())
.
Decode
(
&
protoReq
);
err
!=
nil
&&
err
!=
io
.
EOF
{
if
err
:=
marshaler
.
NewDecoder
(
req
.
Body
)
.
Decode
(
&
protoReq
);
err
!=
nil
&&
err
!=
io
.
EOF
{
return
nil
,
metadata
,
status
.
Errorf
(
codes
.
InvalidArgument
,
"%v"
,
err
)
}
...
...
@@ -499,11 +475,7 @@ func request_MemoService_SetMemoRelations_0(ctx context.Context, marshaler runti
var
protoReq
SetMemoRelationsRequest
var
metadata
runtime
.
ServerMetadata
newReader
,
berr
:=
utilities
.
IOReaderFactory
(
req
.
Body
)
if
berr
!=
nil
{
return
nil
,
metadata
,
status
.
Errorf
(
codes
.
InvalidArgument
,
"%v"
,
berr
)
}
if
err
:=
marshaler
.
NewDecoder
(
newReader
())
.
Decode
(
&
protoReq
);
err
!=
nil
&&
err
!=
io
.
EOF
{
if
err
:=
marshaler
.
NewDecoder
(
req
.
Body
)
.
Decode
(
&
protoReq
);
err
!=
nil
&&
err
!=
io
.
EOF
{
return
nil
,
metadata
,
status
.
Errorf
(
codes
.
InvalidArgument
,
"%v"
,
err
)
}
...
...
@@ -533,11 +505,7 @@ func local_request_MemoService_SetMemoRelations_0(ctx context.Context, marshaler
var
protoReq
SetMemoRelationsRequest
var
metadata
runtime
.
ServerMetadata
newReader
,
berr
:=
utilities
.
IOReaderFactory
(
req
.
Body
)
if
berr
!=
nil
{
return
nil
,
metadata
,
status
.
Errorf
(
codes
.
InvalidArgument
,
"%v"
,
berr
)
}
if
err
:=
marshaler
.
NewDecoder
(
newReader
())
.
Decode
(
&
protoReq
);
err
!=
nil
&&
err
!=
io
.
EOF
{
if
err
:=
marshaler
.
NewDecoder
(
req
.
Body
)
.
Decode
(
&
protoReq
);
err
!=
nil
&&
err
!=
io
.
EOF
{
return
nil
,
metadata
,
status
.
Errorf
(
codes
.
InvalidArgument
,
"%v"
,
err
)
}
...
...
@@ -619,11 +587,7 @@ func request_MemoService_CreateMemoComment_0(ctx context.Context, marshaler runt
var
protoReq
CreateMemoCommentRequest
var
metadata
runtime
.
ServerMetadata
newReader
,
berr
:=
utilities
.
IOReaderFactory
(
req
.
Body
)
if
berr
!=
nil
{
return
nil
,
metadata
,
status
.
Errorf
(
codes
.
InvalidArgument
,
"%v"
,
berr
)
}
if
err
:=
marshaler
.
NewDecoder
(
newReader
())
.
Decode
(
&
protoReq
);
err
!=
nil
&&
err
!=
io
.
EOF
{
if
err
:=
marshaler
.
NewDecoder
(
req
.
Body
)
.
Decode
(
&
protoReq
);
err
!=
nil
&&
err
!=
io
.
EOF
{
return
nil
,
metadata
,
status
.
Errorf
(
codes
.
InvalidArgument
,
"%v"
,
err
)
}
...
...
@@ -653,11 +617,7 @@ func local_request_MemoService_CreateMemoComment_0(ctx context.Context, marshale
var
protoReq
CreateMemoCommentRequest
var
metadata
runtime
.
ServerMetadata
newReader
,
berr
:=
utilities
.
IOReaderFactory
(
req
.
Body
)
if
berr
!=
nil
{
return
nil
,
metadata
,
status
.
Errorf
(
codes
.
InvalidArgument
,
"%v"
,
berr
)
}
if
err
:=
marshaler
.
NewDecoder
(
newReader
())
.
Decode
(
&
protoReq
);
err
!=
nil
&&
err
!=
io
.
EOF
{
if
err
:=
marshaler
.
NewDecoder
(
req
.
Body
)
.
Decode
(
&
protoReq
);
err
!=
nil
&&
err
!=
io
.
EOF
{
return
nil
,
metadata
,
status
.
Errorf
(
codes
.
InvalidArgument
,
"%v"
,
err
)
}
...
...
@@ -827,11 +787,7 @@ func request_MemoService_UpsertMemoReaction_0(ctx context.Context, marshaler run
var
protoReq
UpsertMemoReactionRequest
var
metadata
runtime
.
ServerMetadata
newReader
,
berr
:=
utilities
.
IOReaderFactory
(
req
.
Body
)
if
berr
!=
nil
{
return
nil
,
metadata
,
status
.
Errorf
(
codes
.
InvalidArgument
,
"%v"
,
berr
)
}
if
err
:=
marshaler
.
NewDecoder
(
newReader
())
.
Decode
(
&
protoReq
);
err
!=
nil
&&
err
!=
io
.
EOF
{
if
err
:=
marshaler
.
NewDecoder
(
req
.
Body
)
.
Decode
(
&
protoReq
);
err
!=
nil
&&
err
!=
io
.
EOF
{
return
nil
,
metadata
,
status
.
Errorf
(
codes
.
InvalidArgument
,
"%v"
,
err
)
}
...
...
@@ -861,11 +817,7 @@ func local_request_MemoService_UpsertMemoReaction_0(ctx context.Context, marshal
var
protoReq
UpsertMemoReactionRequest
var
metadata
runtime
.
ServerMetadata
newReader
,
berr
:=
utilities
.
IOReaderFactory
(
req
.
Body
)
if
berr
!=
nil
{
return
nil
,
metadata
,
status
.
Errorf
(
codes
.
InvalidArgument
,
"%v"
,
berr
)
}
if
err
:=
marshaler
.
NewDecoder
(
newReader
())
.
Decode
(
&
protoReq
);
err
!=
nil
&&
err
!=
io
.
EOF
{
if
err
:=
marshaler
.
NewDecoder
(
req
.
Body
)
.
Decode
(
&
protoReq
);
err
!=
nil
&&
err
!=
io
.
EOF
{
return
nil
,
metadata
,
status
.
Errorf
(
codes
.
InvalidArgument
,
"%v"
,
err
)
}
...
...
proto/gen/api/v2/reaction_service.pb.go
View file @
04c78e18
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.3
1
.0
// protoc-gen-go v1.3
3
.0
// protoc (unknown)
// source: api/v2/reaction_service.proto
...
...
proto/gen/api/v2/resource_service.pb.go
View file @
04c78e18
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.3
1
.0
// protoc-gen-go v1.3
3
.0
// protoc (unknown)
// source: api/v2/resource_service.proto
...
...
proto/gen/api/v2/resource_service.pb.gw.go
View file @
04c78e18
...
...
@@ -35,11 +35,7 @@ func request_ResourceService_CreateResource_0(ctx context.Context, marshaler run
var
protoReq
CreateResourceRequest
var
metadata
runtime
.
ServerMetadata
newReader
,
berr
:=
utilities
.
IOReaderFactory
(
req
.
Body
)
if
berr
!=
nil
{
return
nil
,
metadata
,
status
.
Errorf
(
codes
.
InvalidArgument
,
"%v"
,
berr
)
}
if
err
:=
marshaler
.
NewDecoder
(
newReader
())
.
Decode
(
&
protoReq
.
Resource
);
err
!=
nil
&&
err
!=
io
.
EOF
{
if
err
:=
marshaler
.
NewDecoder
(
req
.
Body
)
.
Decode
(
&
protoReq
.
Resource
);
err
!=
nil
&&
err
!=
io
.
EOF
{
return
nil
,
metadata
,
status
.
Errorf
(
codes
.
InvalidArgument
,
"%v"
,
err
)
}
...
...
@@ -52,11 +48,7 @@ func local_request_ResourceService_CreateResource_0(ctx context.Context, marshal
var
protoReq
CreateResourceRequest
var
metadata
runtime
.
ServerMetadata
newReader
,
berr
:=
utilities
.
IOReaderFactory
(
req
.
Body
)
if
berr
!=
nil
{
return
nil
,
metadata
,
status
.
Errorf
(
codes
.
InvalidArgument
,
"%v"
,
berr
)
}
if
err
:=
marshaler
.
NewDecoder
(
newReader
())
.
Decode
(
&
protoReq
.
Resource
);
err
!=
nil
&&
err
!=
io
.
EOF
{
if
err
:=
marshaler
.
NewDecoder
(
req
.
Body
)
.
Decode
(
&
protoReq
.
Resource
);
err
!=
nil
&&
err
!=
io
.
EOF
{
return
nil
,
metadata
,
status
.
Errorf
(
codes
.
InvalidArgument
,
"%v"
,
err
)
}
...
...
@@ -172,7 +164,7 @@ func local_request_ResourceService_GetResource_0(ctx context.Context, marshaler
}
var
(
filter_ResourceService_UpdateResource_0
=
&
utilities
.
DoubleArray
{
Encoding
:
map
[
string
]
int
{
"resource"
:
0
,
"name"
:
1
},
Base
:
[]
int
{
1
,
4
,
5
,
2
,
0
,
0
,
0
,
0
},
Check
:
[]
int
{
0
,
1
,
1
,
2
,
4
,
2
,
2
,
3
}}
filter_ResourceService_UpdateResource_0
=
&
utilities
.
DoubleArray
{
Encoding
:
map
[
string
]
int
{
"resource"
:
0
,
"name"
:
1
},
Base
:
[]
int
{
1
,
2
,
1
,
0
,
0
},
Check
:
[]
int
{
0
,
1
,
2
,
3
,
2
}}
)
func
request_ResourceService_UpdateResource_0
(
ctx
context
.
Context
,
marshaler
runtime
.
Marshaler
,
client
ResourceServiceClient
,
req
*
http
.
Request
,
pathParams
map
[
string
]
string
)
(
proto
.
Message
,
runtime
.
ServerMetadata
,
error
)
{
...
...
proto/gen/api/v2/storage_service.pb.go
View file @
04c78e18
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.3
1
.0
// protoc-gen-go v1.3
3
.0
// protoc (unknown)
// source: api/v2/storage_service.proto
...
...
proto/gen/api/v2/storage_service.pb.gw.go
View file @
04c78e18
...
...
@@ -35,11 +35,7 @@ func request_StorageService_CreateStorage_0(ctx context.Context, marshaler runti
var
protoReq
CreateStorageRequest
var
metadata
runtime
.
ServerMetadata
newReader
,
berr
:=
utilities
.
IOReaderFactory
(
req
.
Body
)
if
berr
!=
nil
{
return
nil
,
metadata
,
status
.
Errorf
(
codes
.
InvalidArgument
,
"%v"
,
berr
)
}
if
err
:=
marshaler
.
NewDecoder
(
newReader
())
.
Decode
(
&
protoReq
);
err
!=
nil
&&
err
!=
io
.
EOF
{
if
err
:=
marshaler
.
NewDecoder
(
req
.
Body
)
.
Decode
(
&
protoReq
);
err
!=
nil
&&
err
!=
io
.
EOF
{
return
nil
,
metadata
,
status
.
Errorf
(
codes
.
InvalidArgument
,
"%v"
,
err
)
}
...
...
@@ -52,11 +48,7 @@ func local_request_StorageService_CreateStorage_0(ctx context.Context, marshaler
var
protoReq
CreateStorageRequest
var
metadata
runtime
.
ServerMetadata
newReader
,
berr
:=
utilities
.
IOReaderFactory
(
req
.
Body
)
if
berr
!=
nil
{
return
nil
,
metadata
,
status
.
Errorf
(
codes
.
InvalidArgument
,
"%v"
,
berr
)
}
if
err
:=
marshaler
.
NewDecoder
(
newReader
())
.
Decode
(
&
protoReq
);
err
!=
nil
&&
err
!=
io
.
EOF
{
if
err
:=
marshaler
.
NewDecoder
(
req
.
Body
)
.
Decode
(
&
protoReq
);
err
!=
nil
&&
err
!=
io
.
EOF
{
return
nil
,
metadata
,
status
.
Errorf
(
codes
.
InvalidArgument
,
"%v"
,
err
)
}
...
...
@@ -136,7 +128,7 @@ func local_request_StorageService_ListStorages_0(ctx context.Context, marshaler
}
var
(
filter_StorageService_UpdateStorage_0
=
&
utilities
.
DoubleArray
{
Encoding
:
map
[
string
]
int
{
"storage"
:
0
,
"id"
:
1
},
Base
:
[]
int
{
1
,
4
,
5
,
2
,
0
,
0
,
0
,
0
},
Check
:
[]
int
{
0
,
1
,
1
,
2
,
4
,
2
,
2
,
3
}}
filter_StorageService_UpdateStorage_0
=
&
utilities
.
DoubleArray
{
Encoding
:
map
[
string
]
int
{
"storage"
:
0
,
"id"
:
1
},
Base
:
[]
int
{
1
,
2
,
1
,
0
,
0
},
Check
:
[]
int
{
0
,
1
,
2
,
3
,
2
}}
)
func
request_StorageService_UpdateStorage_0
(
ctx
context
.
Context
,
marshaler
runtime
.
Marshaler
,
client
StorageServiceClient
,
req
*
http
.
Request
,
pathParams
map
[
string
]
string
)
(
proto
.
Message
,
runtime
.
ServerMetadata
,
error
)
{
...
...
proto/gen/api/v2/tag_service.pb.go
View file @
04c78e18
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.3
1
.0
// protoc-gen-go v1.3
3
.0
// protoc (unknown)
// source: api/v2/tag_service.proto
...
...
proto/gen/api/v2/tag_service.pb.gw.go
View file @
04c78e18
...
...
@@ -35,11 +35,7 @@ func request_TagService_UpsertTag_0(ctx context.Context, marshaler runtime.Marsh
var
protoReq
UpsertTagRequest
var
metadata
runtime
.
ServerMetadata
newReader
,
berr
:=
utilities
.
IOReaderFactory
(
req
.
Body
)
if
berr
!=
nil
{
return
nil
,
metadata
,
status
.
Errorf
(
codes
.
InvalidArgument
,
"%v"
,
berr
)
}
if
err
:=
marshaler
.
NewDecoder
(
newReader
())
.
Decode
(
&
protoReq
);
err
!=
nil
&&
err
!=
io
.
EOF
{
if
err
:=
marshaler
.
NewDecoder
(
req
.
Body
)
.
Decode
(
&
protoReq
);
err
!=
nil
&&
err
!=
io
.
EOF
{
return
nil
,
metadata
,
status
.
Errorf
(
codes
.
InvalidArgument
,
"%v"
,
err
)
}
...
...
@@ -52,11 +48,7 @@ func local_request_TagService_UpsertTag_0(ctx context.Context, marshaler runtime
var
protoReq
UpsertTagRequest
var
metadata
runtime
.
ServerMetadata
newReader
,
berr
:=
utilities
.
IOReaderFactory
(
req
.
Body
)
if
berr
!=
nil
{
return
nil
,
metadata
,
status
.
Errorf
(
codes
.
InvalidArgument
,
"%v"
,
berr
)
}
if
err
:=
marshaler
.
NewDecoder
(
newReader
())
.
Decode
(
&
protoReq
);
err
!=
nil
&&
err
!=
io
.
EOF
{
if
err
:=
marshaler
.
NewDecoder
(
req
.
Body
)
.
Decode
(
&
protoReq
);
err
!=
nil
&&
err
!=
io
.
EOF
{
return
nil
,
metadata
,
status
.
Errorf
(
codes
.
InvalidArgument
,
"%v"
,
err
)
}
...
...
@@ -69,11 +61,7 @@ func request_TagService_BatchUpsertTag_0(ctx context.Context, marshaler runtime.
var
protoReq
BatchUpsertTagRequest
var
metadata
runtime
.
ServerMetadata
newReader
,
berr
:=
utilities
.
IOReaderFactory
(
req
.
Body
)
if
berr
!=
nil
{
return
nil
,
metadata
,
status
.
Errorf
(
codes
.
InvalidArgument
,
"%v"
,
berr
)
}
if
err
:=
marshaler
.
NewDecoder
(
newReader
())
.
Decode
(
&
protoReq
);
err
!=
nil
&&
err
!=
io
.
EOF
{
if
err
:=
marshaler
.
NewDecoder
(
req
.
Body
)
.
Decode
(
&
protoReq
);
err
!=
nil
&&
err
!=
io
.
EOF
{
return
nil
,
metadata
,
status
.
Errorf
(
codes
.
InvalidArgument
,
"%v"
,
err
)
}
...
...
@@ -86,11 +74,7 @@ func local_request_TagService_BatchUpsertTag_0(ctx context.Context, marshaler ru
var
protoReq
BatchUpsertTagRequest
var
metadata
runtime
.
ServerMetadata
newReader
,
berr
:=
utilities
.
IOReaderFactory
(
req
.
Body
)
if
berr
!=
nil
{
return
nil
,
metadata
,
status
.
Errorf
(
codes
.
InvalidArgument
,
"%v"
,
berr
)
}
if
err
:=
marshaler
.
NewDecoder
(
newReader
())
.
Decode
(
&
protoReq
);
err
!=
nil
&&
err
!=
io
.
EOF
{
if
err
:=
marshaler
.
NewDecoder
(
req
.
Body
)
.
Decode
(
&
protoReq
);
err
!=
nil
&&
err
!=
io
.
EOF
{
return
nil
,
metadata
,
status
.
Errorf
(
codes
.
InvalidArgument
,
"%v"
,
err
)
}
...
...
@@ -121,11 +105,7 @@ func request_TagService_RenameTag_0(ctx context.Context, marshaler runtime.Marsh
var
protoReq
RenameTagRequest
var
metadata
runtime
.
ServerMetadata
newReader
,
berr
:=
utilities
.
IOReaderFactory
(
req
.
Body
)
if
berr
!=
nil
{
return
nil
,
metadata
,
status
.
Errorf
(
codes
.
InvalidArgument
,
"%v"
,
berr
)
}
if
err
:=
marshaler
.
NewDecoder
(
newReader
())
.
Decode
(
&
protoReq
);
err
!=
nil
&&
err
!=
io
.
EOF
{
if
err
:=
marshaler
.
NewDecoder
(
req
.
Body
)
.
Decode
(
&
protoReq
);
err
!=
nil
&&
err
!=
io
.
EOF
{
return
nil
,
metadata
,
status
.
Errorf
(
codes
.
InvalidArgument
,
"%v"
,
err
)
}
...
...
@@ -138,11 +118,7 @@ func local_request_TagService_RenameTag_0(ctx context.Context, marshaler runtime
var
protoReq
RenameTagRequest
var
metadata
runtime
.
ServerMetadata
newReader
,
berr
:=
utilities
.
IOReaderFactory
(
req
.
Body
)
if
berr
!=
nil
{
return
nil
,
metadata
,
status
.
Errorf
(
codes
.
InvalidArgument
,
"%v"
,
berr
)
}
if
err
:=
marshaler
.
NewDecoder
(
newReader
())
.
Decode
(
&
protoReq
);
err
!=
nil
&&
err
!=
io
.
EOF
{
if
err
:=
marshaler
.
NewDecoder
(
req
.
Body
)
.
Decode
(
&
protoReq
);
err
!=
nil
&&
err
!=
io
.
EOF
{
return
nil
,
metadata
,
status
.
Errorf
(
codes
.
InvalidArgument
,
"%v"
,
err
)
}
...
...
proto/gen/api/v2/user_service.pb.go
View file @
04c78e18
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.3
1
.0
// protoc-gen-go v1.3
3
.0
// protoc (unknown)
// source: api/v2/user_service.proto
...
...
proto/gen/api/v2/user_service.pb.gw.go
View file @
04c78e18
...
...
@@ -141,11 +141,7 @@ func request_UserService_CreateUser_0(ctx context.Context, marshaler runtime.Mar
var
protoReq
CreateUserRequest
var
metadata
runtime
.
ServerMetadata
newReader
,
berr
:=
utilities
.
IOReaderFactory
(
req
.
Body
)
if
berr
!=
nil
{
return
nil
,
metadata
,
status
.
Errorf
(
codes
.
InvalidArgument
,
"%v"
,
berr
)
}
if
err
:=
marshaler
.
NewDecoder
(
newReader
())
.
Decode
(
&
protoReq
.
User
);
err
!=
nil
&&
err
!=
io
.
EOF
{
if
err
:=
marshaler
.
NewDecoder
(
req
.
Body
)
.
Decode
(
&
protoReq
.
User
);
err
!=
nil
&&
err
!=
io
.
EOF
{
return
nil
,
metadata
,
status
.
Errorf
(
codes
.
InvalidArgument
,
"%v"
,
err
)
}
...
...
@@ -158,11 +154,7 @@ func local_request_UserService_CreateUser_0(ctx context.Context, marshaler runti
var
protoReq
CreateUserRequest
var
metadata
runtime
.
ServerMetadata
newReader
,
berr
:=
utilities
.
IOReaderFactory
(
req
.
Body
)
if
berr
!=
nil
{
return
nil
,
metadata
,
status
.
Errorf
(
codes
.
InvalidArgument
,
"%v"
,
berr
)
}
if
err
:=
marshaler
.
NewDecoder
(
newReader
())
.
Decode
(
&
protoReq
.
User
);
err
!=
nil
&&
err
!=
io
.
EOF
{
if
err
:=
marshaler
.
NewDecoder
(
req
.
Body
)
.
Decode
(
&
protoReq
.
User
);
err
!=
nil
&&
err
!=
io
.
EOF
{
return
nil
,
metadata
,
status
.
Errorf
(
codes
.
InvalidArgument
,
"%v"
,
err
)
}
...
...
@@ -172,7 +164,7 @@ func local_request_UserService_CreateUser_0(ctx context.Context, marshaler runti
}
var
(
filter_UserService_UpdateUser_0
=
&
utilities
.
DoubleArray
{
Encoding
:
map
[
string
]
int
{
"user"
:
0
,
"name"
:
1
},
Base
:
[]
int
{
1
,
4
,
5
,
2
,
0
,
0
,
0
,
0
},
Check
:
[]
int
{
0
,
1
,
1
,
2
,
4
,
2
,
2
,
3
}}
filter_UserService_UpdateUser_0
=
&
utilities
.
DoubleArray
{
Encoding
:
map
[
string
]
int
{
"user"
:
0
,
"name"
:
1
},
Base
:
[]
int
{
1
,
2
,
1
,
0
,
0
},
Check
:
[]
int
{
0
,
1
,
2
,
3
,
2
}}
)
func
request_UserService_UpdateUser_0
(
ctx
context
.
Context
,
marshaler
runtime
.
Marshaler
,
client
UserServiceClient
,
req
*
http
.
Request
,
pathParams
map
[
string
]
string
)
(
proto
.
Message
,
runtime
.
ServerMetadata
,
error
)
{
...
...
@@ -376,7 +368,7 @@ func local_request_UserService_GetUserSetting_0(ctx context.Context, marshaler r
}
var
(
filter_UserService_UpdateUserSetting_0
=
&
utilities
.
DoubleArray
{
Encoding
:
map
[
string
]
int
{
"setting"
:
0
,
"name"
:
1
},
Base
:
[]
int
{
1
,
4
,
5
,
2
,
0
,
0
,
0
,
0
},
Check
:
[]
int
{
0
,
1
,
1
,
2
,
4
,
2
,
2
,
3
}}
filter_UserService_UpdateUserSetting_0
=
&
utilities
.
DoubleArray
{
Encoding
:
map
[
string
]
int
{
"setting"
:
0
,
"name"
:
1
},
Base
:
[]
int
{
1
,
2
,
1
,
0
,
0
},
Check
:
[]
int
{
0
,
1
,
2
,
3
,
2
}}
)
func
request_UserService_UpdateUserSetting_0
(
ctx
context
.
Context
,
marshaler
runtime
.
Marshaler
,
client
UserServiceClient
,
req
*
http
.
Request
,
pathParams
map
[
string
]
string
)
(
proto
.
Message
,
runtime
.
ServerMetadata
,
error
)
{
...
...
@@ -531,11 +523,7 @@ func request_UserService_CreateUserAccessToken_0(ctx context.Context, marshaler
var
protoReq
CreateUserAccessTokenRequest
var
metadata
runtime
.
ServerMetadata
newReader
,
berr
:=
utilities
.
IOReaderFactory
(
req
.
Body
)
if
berr
!=
nil
{
return
nil
,
metadata
,
status
.
Errorf
(
codes
.
InvalidArgument
,
"%v"
,
berr
)
}
if
err
:=
marshaler
.
NewDecoder
(
newReader
())
.
Decode
(
&
protoReq
);
err
!=
nil
&&
err
!=
io
.
EOF
{
if
err
:=
marshaler
.
NewDecoder
(
req
.
Body
)
.
Decode
(
&
protoReq
);
err
!=
nil
&&
err
!=
io
.
EOF
{
return
nil
,
metadata
,
status
.
Errorf
(
codes
.
InvalidArgument
,
"%v"
,
err
)
}
...
...
@@ -565,11 +553,7 @@ func local_request_UserService_CreateUserAccessToken_0(ctx context.Context, mars
var
protoReq
CreateUserAccessTokenRequest
var
metadata
runtime
.
ServerMetadata
newReader
,
berr
:=
utilities
.
IOReaderFactory
(
req
.
Body
)
if
berr
!=
nil
{
return
nil
,
metadata
,
status
.
Errorf
(
codes
.
InvalidArgument
,
"%v"
,
berr
)
}
if
err
:=
marshaler
.
NewDecoder
(
newReader
())
.
Decode
(
&
protoReq
);
err
!=
nil
&&
err
!=
io
.
EOF
{
if
err
:=
marshaler
.
NewDecoder
(
req
.
Body
)
.
Decode
(
&
protoReq
);
err
!=
nil
&&
err
!=
io
.
EOF
{
return
nil
,
metadata
,
status
.
Errorf
(
codes
.
InvalidArgument
,
"%v"
,
err
)
}
...
...
proto/gen/api/v2/webhook_service.pb.go
View file @
04c78e18
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.3
1
.0
// protoc-gen-go v1.3
3
.0
// protoc (unknown)
// source: api/v2/webhook_service.proto
...
...
proto/gen/api/v2/webhook_service.pb.gw.go
View file @
04c78e18
...
...
@@ -35,11 +35,7 @@ func request_WebhookService_CreateWebhook_0(ctx context.Context, marshaler runti
var
protoReq
CreateWebhookRequest
var
metadata
runtime
.
ServerMetadata
newReader
,
berr
:=
utilities
.
IOReaderFactory
(
req
.
Body
)
if
berr
!=
nil
{
return
nil
,
metadata
,
status
.
Errorf
(
codes
.
InvalidArgument
,
"%v"
,
berr
)
}
if
err
:=
marshaler
.
NewDecoder
(
newReader
())
.
Decode
(
&
protoReq
);
err
!=
nil
&&
err
!=
io
.
EOF
{
if
err
:=
marshaler
.
NewDecoder
(
req
.
Body
)
.
Decode
(
&
protoReq
);
err
!=
nil
&&
err
!=
io
.
EOF
{
return
nil
,
metadata
,
status
.
Errorf
(
codes
.
InvalidArgument
,
"%v"
,
err
)
}
...
...
@@ -52,11 +48,7 @@ func local_request_WebhookService_CreateWebhook_0(ctx context.Context, marshaler
var
protoReq
CreateWebhookRequest
var
metadata
runtime
.
ServerMetadata
newReader
,
berr
:=
utilities
.
IOReaderFactory
(
req
.
Body
)
if
berr
!=
nil
{
return
nil
,
metadata
,
status
.
Errorf
(
codes
.
InvalidArgument
,
"%v"
,
berr
)
}
if
err
:=
marshaler
.
NewDecoder
(
newReader
())
.
Decode
(
&
protoReq
);
err
!=
nil
&&
err
!=
io
.
EOF
{
if
err
:=
marshaler
.
NewDecoder
(
req
.
Body
)
.
Decode
(
&
protoReq
);
err
!=
nil
&&
err
!=
io
.
EOF
{
return
nil
,
metadata
,
status
.
Errorf
(
codes
.
InvalidArgument
,
"%v"
,
err
)
}
...
...
@@ -154,7 +146,7 @@ func local_request_WebhookService_ListWebhooks_0(ctx context.Context, marshaler
}
var
(
filter_WebhookService_UpdateWebhook_0
=
&
utilities
.
DoubleArray
{
Encoding
:
map
[
string
]
int
{
"webhook"
:
0
,
"id"
:
1
},
Base
:
[]
int
{
1
,
4
,
5
,
2
,
0
,
0
,
0
,
0
},
Check
:
[]
int
{
0
,
1
,
1
,
2
,
4
,
2
,
2
,
3
}}
filter_WebhookService_UpdateWebhook_0
=
&
utilities
.
DoubleArray
{
Encoding
:
map
[
string
]
int
{
"webhook"
:
0
,
"id"
:
1
},
Base
:
[]
int
{
1
,
2
,
1
,
0
,
0
},
Check
:
[]
int
{
0
,
1
,
2
,
3
,
2
}}
)
func
request_WebhookService_UpdateWebhook_0
(
ctx
context
.
Context
,
marshaler
runtime
.
Marshaler
,
client
WebhookServiceClient
,
req
*
http
.
Request
,
pathParams
map
[
string
]
string
)
(
proto
.
Message
,
runtime
.
ServerMetadata
,
error
)
{
...
...
proto/gen/api/v2/workspace_service.pb.go
View file @
04c78e18
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.3
1
.0
// protoc-gen-go v1.3
3
.0
// protoc (unknown)
// source: api/v2/workspace_service.proto
...
...
proto/gen/api/v2/workspace_setting_service.pb.go
View file @
04c78e18
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.3
1
.0
// protoc-gen-go v1.3
3
.0
// protoc (unknown)
// source: api/v2/workspace_setting_service.proto
...
...
proto/gen/api/v2/workspace_setting_service.pb.gw.go
View file @
04c78e18
...
...
@@ -105,11 +105,7 @@ func request_WorkspaceSettingService_SetWorkspaceSetting_0(ctx context.Context,
var
protoReq
SetWorkspaceSettingRequest
var
metadata
runtime
.
ServerMetadata
newReader
,
berr
:=
utilities
.
IOReaderFactory
(
req
.
Body
)
if
berr
!=
nil
{
return
nil
,
metadata
,
status
.
Errorf
(
codes
.
InvalidArgument
,
"%v"
,
berr
)
}
if
err
:=
marshaler
.
NewDecoder
(
newReader
())
.
Decode
(
&
protoReq
.
Setting
);
err
!=
nil
&&
err
!=
io
.
EOF
{
if
err
:=
marshaler
.
NewDecoder
(
req
.
Body
)
.
Decode
(
&
protoReq
.
Setting
);
err
!=
nil
&&
err
!=
io
.
EOF
{
return
nil
,
metadata
,
status
.
Errorf
(
codes
.
InvalidArgument
,
"%v"
,
err
)
}
...
...
@@ -139,11 +135,7 @@ func local_request_WorkspaceSettingService_SetWorkspaceSetting_0(ctx context.Con
var
protoReq
SetWorkspaceSettingRequest
var
metadata
runtime
.
ServerMetadata
newReader
,
berr
:=
utilities
.
IOReaderFactory
(
req
.
Body
)
if
berr
!=
nil
{
return
nil
,
metadata
,
status
.
Errorf
(
codes
.
InvalidArgument
,
"%v"
,
berr
)
}
if
err
:=
marshaler
.
NewDecoder
(
newReader
())
.
Decode
(
&
protoReq
.
Setting
);
err
!=
nil
&&
err
!=
io
.
EOF
{
if
err
:=
marshaler
.
NewDecoder
(
req
.
Body
)
.
Decode
(
&
protoReq
.
Setting
);
err
!=
nil
&&
err
!=
io
.
EOF
{
return
nil
,
metadata
,
status
.
Errorf
(
codes
.
InvalidArgument
,
"%v"
,
err
)
}
...
...
proto/gen/store/activity.pb.go
View file @
04c78e18
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.3
1
.0
// protoc-gen-go v1.3
3
.0
// protoc (unknown)
// source: store/activity.proto
...
...
proto/gen/store/idp.pb.go
View file @
04c78e18
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.3
1
.0
// protoc-gen-go v1.3
3
.0
// protoc (unknown)
// source: store/idp.proto
...
...
proto/gen/store/inbox.pb.go
View file @
04c78e18
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.3
1
.0
// protoc-gen-go v1.3
3
.0
// protoc (unknown)
// source: store/inbox.proto
...
...
proto/gen/store/reaction.pb.go
View file @
04c78e18
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.3
1
.0
// protoc-gen-go v1.3
3
.0
// protoc (unknown)
// source: store/reaction.proto
...
...
proto/gen/store/storage.pb.go
View file @
04c78e18
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.3
1
.0
// protoc-gen-go v1.3
3
.0
// protoc (unknown)
// source: store/storage.proto
...
...
proto/gen/store/user_setting.pb.go
View file @
04c78e18
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.3
1
.0
// protoc-gen-go v1.3
3
.0
// protoc (unknown)
// source: store/user_setting.proto
...
...
proto/gen/store/workspace_setting.pb.go
View file @
04c78e18
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.3
1
.0
// protoc-gen-go v1.3
3
.0
// protoc (unknown)
// 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