Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LocalPluginStream ¶
type LocalPluginStream struct {
// contains filtered or unexported fields
}
LocalPluginStream implements the Sender and Receiver interfaces for local plugin connections.
func NewLocalPluginStream ¶
func NewLocalPluginStream(ctx context.Context) *LocalPluginStream
func (*LocalPluginStream) Context ¶
func (s *LocalPluginStream) Context() context.Context
func (*LocalPluginStream) Error ¶
func (s *LocalPluginStream) Error(err error)
func (*LocalPluginStream) Recv ¶
func (s *LocalPluginStream) Recv() (*proto.ExecuteResponse, error)
func (*LocalPluginStream) Send ¶
func (s *LocalPluginStream) Send(r *proto.ExecuteResponse) error
Click to show internal directories.
Click to hide internal directories.