Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventsProxyService ¶
type EventsProxyService struct {
// contains filtered or unexported fields
}
EventsProxyService implements the EventsProxyService gRPC API.
func NewEventsProxyService ¶
func NewEventsProxyService(runClient workflowconnect.InternalRunServiceClient) *EventsProxyService
func (*EventsProxyService) Record ¶
func (s *EventsProxyService) Record(ctx context.Context, req *connect.Request[workflow.RecordRequest]) (*connect.Response[workflow.RecordResponse], error)
Record accepts action events and forwards them synchronously to the run service.
Click to show internal directories.
Click to hide internal directories.