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) ProtoMessage ¶
func (*Msg) ProtoMessage()
func (*Msg) ProtoReflect ¶
func (x *Msg) ProtoReflect() protoreflect.Message
type SvcClient ¶
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.
Click to show internal directories.
Click to hide internal directories.