Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RouterService ¶
type RouterService struct {
// contains filtered or unexported fields
}
custom router service for integration tests
func NewRouterService ¶
func NewRouterService() *RouterService
func (RouterService) CanInvoke ¶
func (rs RouterService) CanInvoke(ctx context.Context, typeUrl string) error
func (RouterService) Invoke ¶
func (rs RouterService) Invoke(ctx context.Context, req transaction.Msg) (transaction.Msg, error)
func (*RouterService) RegisterHandler ¶
func (rs *RouterService) RegisterHandler(handler routerHandler, typeUrl string)
Click to show internal directories.
Click to hide internal directories.