Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StdioTransport ¶
type StdioTransport struct {
// contains filtered or unexported fields
}
func NewStdioTransport ¶
func NewStdioTransport(opts ...transport.TransportOption) (*StdioTransport, error)
func (*StdioTransport) Info ¶
func (s *StdioTransport) Info() transport.TransportInfo
func (*StdioTransport) Listen ¶
func (s *StdioTransport) Listen(ctx context.Context, handler transport.RequestHandler) error
Click to show internal directories.
Click to hide internal directories.