targets

package
v1.15.0-rc.15 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 19, 2025 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Factory

type Factory = func(actorID string) Interface

type Idlable

type Idlable interface {
	Interface
	ScheduledTime() time.Time
}

type Interface

type Interface interface {
	Key() string
	InvokeMethod(ctx context.Context, req *internalv1pb.InternalInvokeRequest) (*internalv1pb.InternalInvokeResponse, error)
	InvokeReminder(ctx context.Context, reminder *api.Reminder) error
	InvokeTimer(ctx context.Context, reminder *api.Reminder) error
	InvokeStream(ctx context.Context, req *internalv1pb.InternalInvokeRequest, stream chan<- *internalv1pb.InternalInvokeResponse) error
	Deactivate(ctx context.Context) error
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL