Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrRpcCallNotFound = errors.New("rpc call not found")
)
Functions ¶
This section is empty.
Types ¶
type MemoryAdapter ¶
type MemoryAdapter struct {
// contains filtered or unexported fields
}
func NewMemory ¶
func NewMemory() *MemoryAdapter
func (*MemoryAdapter) Request ¶
func (m *MemoryAdapter) Request(ctx context.Context, topic string, in any) (json.RawMessage, error)
type RpcGreetingServiceImpl ¶
type RpcGreetingServiceImpl struct { }
Click to show internal directories.
Click to hide internal directories.