Versions in this module Expand all Collapse all v0 v0.0.1 Nov 18, 2024 Changes in this version + const OperationSrvTestdataDelete + const OperationSrvTestdataGet + const OperationSrvTestdataPatch + const OperationSrvTestdataPost + const OperationSrvTestdataPut + const OperationSrvTestdataWebsocket + const SrvTestdata_BidirectionalStream_FullMethodName + const SrvTestdata_ClientToServer_FullMethodName + const SrvTestdata_Delete_FullMethodName + const SrvTestdata_Get_FullMethodName + const SrvTestdata_Patch_FullMethodName + const SrvTestdata_Post_FullMethodName + const SrvTestdata_Put_FullMethodName + const SrvTestdata_ServerToClient_FullMethodName + const SrvTestdata_Websocket_FullMethodName + var File_api_testing_service_v1_services_testdata_service_v1_proto protoreflect.FileDescriptor + var SrvTestdata_ServiceDesc = grpc.ServiceDesc + func RegisterSrvTestdataHTTPServer(s *http.Server, srv SrvTestdataHTTPServer) + func RegisterSrvTestdataServer(s grpc.ServiceRegistrar, srv SrvTestdataServer) + type SrvTestdataClient interface + BidirectionalStream func(ctx context.Context, opts ...grpc.CallOption) (SrvTestdata_BidirectionalStreamClient, error) + ClientToServer func(ctx context.Context, opts ...grpc.CallOption) (SrvTestdata_ClientToServerClient, error) + Delete func(ctx context.Context, in *resources.TestReq, opts ...grpc.CallOption) (*resources.TestResp, error) + Get func(ctx context.Context, in *resources.TestReq, opts ...grpc.CallOption) (*resources.TestResp, error) + Patch func(ctx context.Context, in *resources.TestReq, opts ...grpc.CallOption) (*resources.TestResp, error) + Post func(ctx context.Context, in *resources.TestReq, opts ...grpc.CallOption) (*resources.TestResp, error) + Put func(ctx context.Context, in *resources.TestReq, opts ...grpc.CallOption) (*resources.TestResp, error) + ServerToClient func(ctx context.Context, in *resources.TestReq, opts ...grpc.CallOption) (SrvTestdata_ServerToClientClient, error) + Websocket func(ctx context.Context, in *resources.TestReq, opts ...grpc.CallOption) (*resources.TestResp, error) + func NewSrvTestdataClient(cc grpc.ClientConnInterface) SrvTestdataClient + type SrvTestdataHTTPClient interface + Delete func(ctx context.Context, req *resources.TestReq, opts ...http.CallOption) (rsp *resources.TestResp, err error) + Get func(ctx context.Context, req *resources.TestReq, opts ...http.CallOption) (rsp *resources.TestResp, err error) + Patch func(ctx context.Context, req *resources.TestReq, opts ...http.CallOption) (rsp *resources.TestResp, err error) + Post func(ctx context.Context, req *resources.TestReq, opts ...http.CallOption) (rsp *resources.TestResp, err error) + Put func(ctx context.Context, req *resources.TestReq, opts ...http.CallOption) (rsp *resources.TestResp, err error) + Websocket func(ctx context.Context, req *resources.TestReq, opts ...http.CallOption) (rsp *resources.TestResp, err error) + func NewSrvTestdataHTTPClient(client *http.Client) SrvTestdataHTTPClient + type SrvTestdataHTTPClientImpl struct + func (c *SrvTestdataHTTPClientImpl) Delete(ctx context.Context, in *resources.TestReq, opts ...http.CallOption) (*resources.TestResp, error) + func (c *SrvTestdataHTTPClientImpl) Get(ctx context.Context, in *resources.TestReq, opts ...http.CallOption) (*resources.TestResp, error) + func (c *SrvTestdataHTTPClientImpl) Patch(ctx context.Context, in *resources.TestReq, opts ...http.CallOption) (*resources.TestResp, error) + func (c *SrvTestdataHTTPClientImpl) Post(ctx context.Context, in *resources.TestReq, opts ...http.CallOption) (*resources.TestResp, error) + func (c *SrvTestdataHTTPClientImpl) Put(ctx context.Context, in *resources.TestReq, opts ...http.CallOption) (*resources.TestResp, error) + func (c *SrvTestdataHTTPClientImpl) Websocket(ctx context.Context, in *resources.TestReq, opts ...http.CallOption) (*resources.TestResp, error) + type SrvTestdataHTTPServer interface + Delete func(context.Context, *resources.TestReq) (*resources.TestResp, error) + Get func(context.Context, *resources.TestReq) (*resources.TestResp, error) + Patch func(context.Context, *resources.TestReq) (*resources.TestResp, error) + Post func(context.Context, *resources.TestReq) (*resources.TestResp, error) + Put func(context.Context, *resources.TestReq) (*resources.TestResp, error) + Websocket func(context.Context, *resources.TestReq) (*resources.TestResp, error) + type SrvTestdataServer interface + BidirectionalStream func(SrvTestdata_BidirectionalStreamServer) error + ClientToServer func(SrvTestdata_ClientToServerServer) error + Delete func(context.Context, *resources.TestReq) (*resources.TestResp, error) + Get func(context.Context, *resources.TestReq) (*resources.TestResp, error) + Patch func(context.Context, *resources.TestReq) (*resources.TestResp, error) + Post func(context.Context, *resources.TestReq) (*resources.TestResp, error) + Put func(context.Context, *resources.TestReq) (*resources.TestResp, error) + ServerToClient func(*resources.TestReq, SrvTestdata_ServerToClientServer) error + Websocket func(context.Context, *resources.TestReq) (*resources.TestResp, error) + type SrvTestdata_BidirectionalStreamClient interface + Recv func() (*resources.TestResp, error) + Send func(*resources.TestReq) error + type SrvTestdata_BidirectionalStreamServer interface + Recv func() (*resources.TestReq, error) + Send func(*resources.TestResp) error + type SrvTestdata_ClientToServerClient interface + CloseAndRecv func() (*resources.TestResp, error) + Send func(*resources.TestReq) error + type SrvTestdata_ClientToServerServer interface + Recv func() (*resources.TestReq, error) + SendAndClose func(*resources.TestResp) error + type SrvTestdata_ServerToClientClient interface + Recv func() (*resources.TestResp, error) + type SrvTestdata_ServerToClientServer interface + Send func(*resources.TestResp) error + type UnimplementedSrvTestdataServer struct + func (UnimplementedSrvTestdataServer) BidirectionalStream(SrvTestdata_BidirectionalStreamServer) error + func (UnimplementedSrvTestdataServer) ClientToServer(SrvTestdata_ClientToServerServer) error + func (UnimplementedSrvTestdataServer) Delete(context.Context, *resources.TestReq) (*resources.TestResp, error) + func (UnimplementedSrvTestdataServer) Get(context.Context, *resources.TestReq) (*resources.TestResp, error) + func (UnimplementedSrvTestdataServer) Patch(context.Context, *resources.TestReq) (*resources.TestResp, error) + func (UnimplementedSrvTestdataServer) Post(context.Context, *resources.TestReq) (*resources.TestResp, error) + func (UnimplementedSrvTestdataServer) Put(context.Context, *resources.TestReq) (*resources.TestResp, error) + func (UnimplementedSrvTestdataServer) ServerToClient(*resources.TestReq, SrvTestdata_ServerToClientServer) error + func (UnimplementedSrvTestdataServer) Websocket(context.Context, *resources.TestReq) (*resources.TestResp, error) + type UnsafeSrvTestdataServer interface