Versions in this module Expand all Collapse all v1 v1.0.0 Jun 19, 2026 Changes in this version + func Cancel(ctx context.Context, core *transport.Core, application, requestID string) error + func Result(ctx context.Context, core *transport.Core, application, requestID string) (any, error) + func Status(ctx context.Context, core *transport.Core, application, requestID string, ...) (status.Status, error) + func Subscribe(ctx context.Context, core *transport.Core, application string, arguments any, ...) (any, error) + type Handle struct + CancelURL string + RequestID string + ResponseURL string + StatusURL string + func GetHandle(core *transport.Core, application, requestID string) (*Handle, error) + func Submit(ctx context.Context, core *transport.Core, application string, arguments any, ...) (*Handle, error) + func (h *Handle) Cancel(ctx context.Context) error + func (h *Handle) Get(ctx context.Context) (any, error) + func (h *Handle) IterEvents(ctx context.Context, withLogs bool, interval time.Duration) iter.Seq2[status.Status, error] + func (h *Handle) Status(ctx context.Context, withLogs bool) (status.Status, error)