Documentation ¶
Index ¶
Constants ¶
View Source
const (
ErrInvalidEventPayload
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ActionDispatcher ¶
type CoreBus ¶
type CoreBus struct { *coreRpc.UnimplementedBusServiceServer // contains filtered or unexported fields }
func (*CoreBus) Broadcast ¶
func (c *CoreBus) Broadcast(ctx context.Context, in *coreRpc.EventRequest) (*coreRpc.EventResponse, error)
func (*CoreBus) RegisterAction ¶
func (c *CoreBus) RegisterAction(name string, in ActionDispatcher)
type Error ¶
type Error struct { Reason ErrorReason Err error }
Click to show internal directories.
Click to hide internal directories.