eventkeys

package
v0.101.1 Latest Latest
Warning

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

Go to latest
Published: Aug 4, 2026 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

View Source
const (
	WorkerName = workflowNamePrefix + "worker"

	WorkflowBatchName        = workflowNamePrefix + "batch"
	WorkflowDurableName      = workflowNamePrefix + "durable"
	WorkflowDurableChildName = workflowNamePrefix + "durable-child"
)

Variables

Functions

func IsKnown

func IsKnown(key EventKey) bool

func Names

func Names(keys []EventKey) []string

func WorkflowStandardName

func WorkflowStandardName(i int) string

Types

type EventKey

type EventKey string
const (
	EventKeyDefault EventKey = "load-test:event"
	EventKeyBatch   EventKey = "load-test:batch-event"
	EventKeyDurable EventKey = "load-test:durable-event"
)

func ByName

func ByName(name string) (EventKey, bool)

func (EventKey) Name

func (k EventKey) Name() string

func (EventKey) String

func (k EventKey) String() string

Jump to

Keyboard shortcuts

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