runner

package
v0.7.3 Latest Latest
Warning

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

Go to latest
Published: Aug 29, 2022 License: GPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const (
	RunnerJobIDKey = attribute.Key("runner.job.id")
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Runner

type Runner interface {
	EnqueueInboxActivity(ctx context.Context, instanceID int64, actorIRI string, activity fedihelper.Activity) error
	EnqueueDeliverActivity(ctx context.Context, instanceID int64, activity fedihelper.Activity) error
	EnqueueMaintDeliveryErrorTimeout(ctx context.Context) error
	EnqueueProcessBlockAdd(ctx context.Context, blockID int64) error
	EnqueueProcessBlockDelete(ctx context.Context, blockID int64) error
	EnqueueProcessBlockUpdate(ctx context.Context, blockID int64) error
	EnqueueSendNotification(ctx context.Context, event models.EventType, metadata map[string]interface{}) error
	EnqueueUpdateAccountInfo(ctx context.Context, accountID int64) error
	EnqueueUpdateInstanceInfo(ctx context.Context, instanceID int64) error
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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