Documentation ¶
Overview ¶
Package identifier This package provides utility functions for creating a unique schedule name and execution name
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetExecutionIdentifier ¶
func GetExecutionIdentifier(ctx context.Context, identifier core.Identifier, scheduledTime time.Time) (uuid.UUID, error)
GetExecutionIdentifier returns UUID using the hashed value of the schedule identifier and the scheduledTime
func GetScheduleName ¶
func GetScheduleName(ctx context.Context, s models.SchedulableEntity) string
GetScheduleName generate the schedule name to be used as unique identification string within the scheduler
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.