importer_local

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 22, 2022 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_importer_local_msgdef_proto protoreflect.FileDescriptor
View Source
var File_importer_local_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Msg

type Msg struct {
	// contains filtered or unexported fields
}

func (*Msg) Descriptor deprecated

func (*Msg) Descriptor() ([]byte, []int)

Deprecated: Use Msg.ProtoReflect.Descriptor instead.

func (*Msg) ProtoMessage

func (*Msg) ProtoMessage()

func (*Msg) ProtoReflect

func (x *Msg) ProtoReflect() protoreflect.Message

func (*Msg) Reset

func (x *Msg) Reset()

func (*Msg) String

func (x *Msg) String() string

type SvcClient

type SvcClient interface {
	Send(context.Context, *Msg, ...psrpc.RequestOpt) (*Msg, error)
}

func NewSvcClient

func NewSvcClient(clientID string, bus psrpc.MessageBus, opts ...psrpc.ClientOpt) (SvcClient, error)

NewSvcClient creates a psrpc client that implements the SvcClient interface.

type SvcServer

type SvcServer interface {
}

func NewSvcServer

func NewSvcServer(serverID string, svc SvcServerImpl, bus psrpc.MessageBus, opts ...psrpc.ServerOpt) (SvcServer, error)

NewSvcServer builds a RPCServer that can be used to handle requests that are routed to the right method in the provided svc implementation.

type SvcServerImpl

type SvcServerImpl interface {
	Send(context.Context, *Msg) (*Msg, error)
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL