Versions in this module Expand all Collapse all v4 v4.2.0 Dec 22, 2025 Changes in this version + var File_example_assets_api_proto protoreflect.FileDescriptor + var File_example_assets_api_request_proto protoreflect.FileDescriptor + var File_example_assets_api_response_proto protoreflect.FileDescriptor + type ApiExchange struct + Request *ApiRequest + Response *ApiResponse + func (*ApiExchange) Descriptor() ([]byte, []int) + func (*ApiExchange) ProtoMessage() + func (x *ApiExchange) GetRequest() *ApiRequest + func (x *ApiExchange) GetResponse() *ApiResponse + func (x *ApiExchange) ProtoReflect() protoreflect.Message + func (x *ApiExchange) Reset() + func (x *ApiExchange) String() string + type ApiRequest struct + Header []string + func (*ApiRequest) Descriptor() ([]byte, []int) + func (*ApiRequest) ProtoMessage() + func (x *ApiRequest) GetHeader() []string + func (x *ApiRequest) ProtoReflect() protoreflect.Message + func (x *ApiRequest) Reset() + func (x *ApiRequest) String() string + type ApiResponse struct + Code int32 + Status string + func (*ApiResponse) Descriptor() ([]byte, []int) + func (*ApiResponse) ProtoMessage() + func (x *ApiResponse) GetCode() int32 + func (x *ApiResponse) GetStatus() string + func (x *ApiResponse) ProtoReflect() protoreflect.Message + func (x *ApiResponse) Reset() + func (x *ApiResponse) String() string