Documentation
¶
Index ¶
- type PatchRequestTestServer
- type PathParamsTestServer
- type QueryParamsTestServer
- type StreamingTestServer
- func (s *StreamingTestServer) Add(server integration.StreamingTest_AddServer) error
- func (s *StreamingTestServer) BulkCapitalize(server integration.StreamingTest_BulkCapitalizeServer) error
- func (s *StreamingTestServer) Chat(server integration.StreamingTest_ChatServer) error
- func (s *StreamingTestServer) Generate(req *integration.GenerateRequest, ...) error
- func (s *StreamingTestServer) NotifyMe(req *integration.NotifyMeRequest, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PatchRequestTestServer ¶
type PatchRequestTestServer struct {
integration.UnimplementedPatchRequestTestServer
}
func (PatchRequestTestServer) Patch ¶
func (p PatchRequestTestServer) Patch( ctx context.Context, req *integration.PatchRequestSample) (*integration.PatchRequestSample, error)
type PathParamsTestServer ¶
type PathParamsTestServer struct {
integration.UnimplementedPathParamsTestServer
}
func (PathParamsTestServer) Echo ¶
func (p PathParamsTestServer) Echo( ctx context.Context, req *integration.TestMessage) (*integration.TestMessage, error)
type QueryParamsTestServer ¶
type QueryParamsTestServer struct {
integration.UnimplementedQueryParamsTestServer
}
func (QueryParamsTestServer) Echo ¶
func (q QueryParamsTestServer) Echo( ctx context.Context, req *integration.TestMessage) (*integration.TestMessage, error)
type StreamingTestServer ¶
type StreamingTestServer struct {
integration.UnimplementedStreamingTestServer
// contains filtered or unexported fields
}
func NewStreamingTestServer ¶
func NewStreamingTestServer() *StreamingTestServer
func (*StreamingTestServer) Add ¶
func (s *StreamingTestServer) Add(server integration.StreamingTest_AddServer) error
func (*StreamingTestServer) BulkCapitalize ¶
func (s *StreamingTestServer) BulkCapitalize(server integration.StreamingTest_BulkCapitalizeServer) error
func (*StreamingTestServer) Chat ¶
func (s *StreamingTestServer) Chat(server integration.StreamingTest_ChatServer) error
func (*StreamingTestServer) Generate ¶
func (s *StreamingTestServer) Generate(req *integration.GenerateRequest, server integration.StreamingTest_GenerateServer) error
func (*StreamingTestServer) NotifyMe ¶
func (s *StreamingTestServer) NotifyMe( req *integration.NotifyMeRequest, server integration.StreamingTest_NotifyMeServer) error
Click to show internal directories.
Click to hide internal directories.