Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AllocListenAddress ¶
Types ¶
type Handler ¶
type Handler struct { nexus.UnimplementedHandler OnStartOperation func(ctx context.Context, service, operation string, input *nexus.LazyValue, options nexus.StartOperationOptions) (nexus.HandlerStartOperationResult[any], error) OnCancelOperation func(ctx context.Context, service, operation, operationID string, options nexus.CancelOperationOptions) error }
func (Handler) CancelOperation ¶
func (Handler) StartOperation ¶
Click to show internal directories.
Click to hide internal directories.