v1

package
v0.0.92 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 3, 2022 License: MIT Imports: 21 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_pkg_middleware_api_trivial_v1_api_proto protoreflect.FileDescriptor
View Source
var RequestIdKey = "X-Request-ID"

RequestIdKey is metadata key name for request ID

Functions

func HTTPError

func HTTPError(ctx context.Context, mux *runtime.ServeMux,
	marshaler runtime.Marshaler, w http.ResponseWriter, r *http.Request, err error)

HTTPError uses the mux-configured error handler.

func HTTPForwardResponse

func HTTPForwardResponse(ctx context.Context, r http.ResponseWriter, message proto.Message) error

cant not rewrite message, only append message to response

func UnaryServerInterceptorOfError

func UnaryServerInterceptorOfError() grpc.UnaryServerInterceptor

UnaryServerInterceptorOfError returns a new unary server interceptors

func UnaryServerInterceptorOfRequestId

func UnaryServerInterceptorOfRequestId() grpc.UnaryServerInterceptor

UnaryServerInterceptorOfRequestId returns a new unary server interceptors with tags in context with request_id.

Types

type JSONPb

type JSONPb struct {
	*apijsonpb_.JSONPb
}

func NewDefaultJSONPb

func NewDefaultJSONPb() *JSONPb

func (*JSONPb) Marshal

func (j *JSONPb) Marshal(v interface{}) ([]byte, error)

Marshal marshals "v" into JSON.

type TrivialErrorResponse

type TrivialErrorResponse struct {
	SessionId string `protobuf:"bytes,1,opt,name=session_id,proto3" json:"session_id,omitempty"`
	ErrorCode int32  `protobuf:"varint,2,opt,name=error_code,json=errorcode,proto3" json:"error_code,omitempty"`
	ErrorMsg  string `protobuf:"bytes,3,opt,name=error_msg,json=errormsg,proto3" json:"error_msg,omitempty"`
	// contains filtered or unexported fields
}

func (*TrivialErrorResponse) Descriptor deprecated

func (*TrivialErrorResponse) Descriptor() ([]byte, []int)

Deprecated: Use TrivialErrorResponse.ProtoReflect.Descriptor instead.

func (*TrivialErrorResponse) GetErrorCode

func (x *TrivialErrorResponse) GetErrorCode() int32

func (*TrivialErrorResponse) GetErrorMsg

func (x *TrivialErrorResponse) GetErrorMsg() string

func (*TrivialErrorResponse) GetSessionId

func (x *TrivialErrorResponse) GetSessionId() string

func (*TrivialErrorResponse) ProtoMessage

func (*TrivialErrorResponse) ProtoMessage()

func (*TrivialErrorResponse) ProtoReflect

func (x *TrivialErrorResponse) ProtoReflect() protoreflect.Message

func (*TrivialErrorResponse) Reset

func (x *TrivialErrorResponse) Reset()

func (*TrivialErrorResponse) String

func (x *TrivialErrorResponse) String() string

type TrivialResponse

type TrivialResponse struct {
	SessionId string `protobuf:"bytes,1,opt,name=session_id,proto3" json:"session_id,omitempty"`
	ErrorCode int32  `protobuf:"varint,2,opt,name=error_code,json=errorcode,proto3" json:"error_code,omitempty"`
	ErrorMsg  string `protobuf:"bytes,3,opt,name=error_msg,json=errormsg,proto3" json:"error_msg,omitempty"`
	// contains filtered or unexported fields
}

func (*TrivialResponse) Descriptor deprecated

func (*TrivialResponse) Descriptor() ([]byte, []int)

Deprecated: Use TrivialResponse.ProtoReflect.Descriptor instead.

func (*TrivialResponse) GetErrorCode

func (x *TrivialResponse) GetErrorCode() int32

func (*TrivialResponse) GetErrorMsg

func (x *TrivialResponse) GetErrorMsg() string

func (*TrivialResponse) GetSessionId

func (x *TrivialResponse) GetSessionId() string

func (*TrivialResponse) ProtoMessage

func (*TrivialResponse) ProtoMessage()

func (*TrivialResponse) ProtoReflect

func (x *TrivialResponse) ProtoReflect() protoreflect.Message

func (*TrivialResponse) Reset

func (x *TrivialResponse) Reset()

func (*TrivialResponse) String

func (x *TrivialResponse) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL