Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MetadataKey ¶
type MetadataKey string
const ( CorrelationIdKey MetadataKey = "correlationId" ResourceIdKey MetadataKey = "resourceId" ResourceTypeKey MetadataKey = "resourceType" GRPCMethodKey MetadataKey = "grpc_method" EventIDKey MetadataKey = "hatchet__event_id" EventKeyKey MetadataKey = "hatchet__event_key" CronExpressionKey MetadataKey = "hatchet__cron_expression" CronNameKey MetadataKey = "hatchet__cron_name" )
func (MetadataKey) String ¶
func (k MetadataKey) String() string
type ResourceTypeValue ¶
type ResourceTypeValue string
const ( ResourceTypeApiToken ResourceTypeValue = "api-token" ResourceTypeTenantMember ResourceTypeValue = "tenant-member" ResourceTypeTenantInvite ResourceTypeValue = "tenant-invite" ResourceTypeWorkflow ResourceTypeValue = "workflow" ResourceTypeWorkflowRun ResourceTypeValue = "workflow-run" ResourceTypeScheduledWorkflow ResourceTypeValue = "scheduled-workflow" ResourceTypeEvent ResourceTypeValue = "event" )
func (ResourceTypeValue) String ¶
func (k ResourceTypeValue) String() string
Click to show internal directories.
Click to hide internal directories.