mirror of
https://github.com/anyproto/anytype-heart.git
synced 2025-06-10 18:10:49 +09:00
GO-711 Rename request parameter
This commit is contained in:
parent
bc4aaea789
commit
bf7dc19fb3
4 changed files with 776 additions and 776 deletions
|
@ -639,7 +639,7 @@ func (mw *Middleware) ObjectSetDashboard(cctx context.Context, req *pb.RpcObject
|
|||
ctx := mw.newContext(cctx)
|
||||
response := func(setId string, err error) *pb.RpcObjectSetDashboardResponse {
|
||||
resp := &pb.RpcObjectSetDashboardResponse{
|
||||
NewDashboardId: setId,
|
||||
ObjectId: setId,
|
||||
Error: &pb.RpcObjectSetDashboardResponseError{
|
||||
Code: pb.RpcObjectSetDashboardResponseError_NULL,
|
||||
},
|
||||
|
|
|
@ -11103,7 +11103,7 @@ deprecated, to be removed |
|
|||
| Field | Type | Label | Description |
|
||||
| ----- | ---- | ----- | ----------- |
|
||||
| error | [Rpc.Object.SetDashboard.Response.Error](#anytype-Rpc-Object-SetDashboard-Response-Error) | | |
|
||||
| newDashboardId | [string](#string) | | |
|
||||
| objectId | [string](#string) | | |
|
||||
|
||||
|
||||
|
||||
|
|
1546
pb/commands.pb.go
1546
pb/commands.pb.go
File diff suppressed because it is too large
Load diff
|
@ -1474,7 +1474,7 @@ message Rpc {
|
|||
|
||||
message Response {
|
||||
Error error = 1;
|
||||
string newDashboardId = 2;
|
||||
string objectId = 2;
|
||||
|
||||
message Error {
|
||||
Code code = 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue