refactor: localize protobuf definitions
This commit is contained in:
@@ -9,7 +9,6 @@ It translates gRPC into RESTful JSON APIs.
|
||||
package cloud
|
||||
|
||||
import (
|
||||
"bsm/full/protobuf"
|
||||
"context"
|
||||
"errors"
|
||||
"io"
|
||||
@@ -65,7 +64,7 @@ func local_request_Bookmark_CreateBookmark_0(ctx context.Context, marshaler runt
|
||||
|
||||
func request_Bookmark_GetBookmark_0(ctx context.Context, marshaler runtime.Marshaler, client BookmarkClient, req *http.Request, pathParams map[string]string) (proto.Message, runtime.ServerMetadata, error) {
|
||||
var (
|
||||
protoReq blocks.IDRequest
|
||||
protoReq IDRequest
|
||||
metadata runtime.ServerMetadata
|
||||
)
|
||||
if err := marshaler.NewDecoder(req.Body).Decode(&protoReq); err != nil && !errors.Is(err, io.EOF) {
|
||||
@@ -80,7 +79,7 @@ func request_Bookmark_GetBookmark_0(ctx context.Context, marshaler runtime.Marsh
|
||||
|
||||
func local_request_Bookmark_GetBookmark_0(ctx context.Context, marshaler runtime.Marshaler, server BookmarkServer, req *http.Request, pathParams map[string]string) (proto.Message, runtime.ServerMetadata, error) {
|
||||
var (
|
||||
protoReq blocks.IDRequest
|
||||
protoReq IDRequest
|
||||
metadata runtime.ServerMetadata
|
||||
)
|
||||
if err := marshaler.NewDecoder(req.Body).Decode(&protoReq); err != nil && !errors.Is(err, io.EOF) {
|
||||
@@ -119,7 +118,7 @@ func local_request_Bookmark_UpdateBookmark_0(ctx context.Context, marshaler runt
|
||||
|
||||
func request_Bookmark_DeleteBookmark_0(ctx context.Context, marshaler runtime.Marshaler, client BookmarkClient, req *http.Request, pathParams map[string]string) (proto.Message, runtime.ServerMetadata, error) {
|
||||
var (
|
||||
protoReq blocks.IDRequest
|
||||
protoReq IDRequest
|
||||
metadata runtime.ServerMetadata
|
||||
)
|
||||
if err := marshaler.NewDecoder(req.Body).Decode(&protoReq); err != nil && !errors.Is(err, io.EOF) {
|
||||
@@ -134,7 +133,7 @@ func request_Bookmark_DeleteBookmark_0(ctx context.Context, marshaler runtime.Ma
|
||||
|
||||
func local_request_Bookmark_DeleteBookmark_0(ctx context.Context, marshaler runtime.Marshaler, server BookmarkServer, req *http.Request, pathParams map[string]string) (proto.Message, runtime.ServerMetadata, error) {
|
||||
var (
|
||||
protoReq blocks.IDRequest
|
||||
protoReq IDRequest
|
||||
metadata runtime.ServerMetadata
|
||||
)
|
||||
if err := marshaler.NewDecoder(req.Body).Decode(&protoReq); err != nil && !errors.Is(err, io.EOF) {
|
||||
@@ -146,7 +145,7 @@ func local_request_Bookmark_DeleteBookmark_0(ctx context.Context, marshaler runt
|
||||
|
||||
func request_Bookmark_ListBookmarks_0(ctx context.Context, marshaler runtime.Marshaler, client BookmarkClient, req *http.Request, pathParams map[string]string) (proto.Message, runtime.ServerMetadata, error) {
|
||||
var (
|
||||
protoReq blocks.FetchRequest
|
||||
protoReq FetchRequest
|
||||
metadata runtime.ServerMetadata
|
||||
)
|
||||
if err := marshaler.NewDecoder(req.Body).Decode(&protoReq); err != nil && !errors.Is(err, io.EOF) {
|
||||
@@ -161,7 +160,7 @@ func request_Bookmark_ListBookmarks_0(ctx context.Context, marshaler runtime.Mar
|
||||
|
||||
func local_request_Bookmark_ListBookmarks_0(ctx context.Context, marshaler runtime.Marshaler, server BookmarkServer, req *http.Request, pathParams map[string]string) (proto.Message, runtime.ServerMetadata, error) {
|
||||
var (
|
||||
protoReq blocks.FetchRequest
|
||||
protoReq FetchRequest
|
||||
metadata runtime.ServerMetadata
|
||||
)
|
||||
if err := marshaler.NewDecoder(req.Body).Decode(&protoReq); err != nil && !errors.Is(err, io.EOF) {
|
||||
|
||||
Reference in New Issue
Block a user