# Functions
DBUpdateGORMExtractorKey struct field key extractor for gorm model.
DBUpdateMongoExtractorKey struct field key extractor for mongo model.
DBUpdateSetIgnoredFields option func.
DBUpdateSetUpdatedFields option func.
DBUpdateSqlExtractorKey struct field key extractor for mongo model.
GetValueFromContext will get context with specific key.
NewEventContext event context constructor.
NewEventContextWithResult event context constructor.
NewGraphQLErrorResolver constructor.
NewMeta create new meta for slice data.
NewQueue constructs and returns a new Queue.
ParseTokenClaimFromContext parse token claim from given context.
ParseWorkerKeyFromContext parse token claim from given context.
SetToContext will set context with specific key.
# Constants
ContextKeyHTTPHeader context key.
ContextKeySQLTransaction context key.
ContextKeyTaskQueueRetry context key.
ContextKeyTokenClaim context key.
ContextKeyWorkerKey context key.
# Structs
DBUpdateOptionKeyExtractorResult option func.
DBUpdateTools for construct selected field to update.
ErrorRetrier task queue worker for retry error with retry count and delay between retry.
EventContext worker context in handler.
Filter data.
Meta model.
NullableFilter filter contains nullable value.
PublisherArgument declare publisher argument.
Queue represents a single instance of the queue data structure.
Result common output.
SliceResult include meta.
TokenClaim for token claim data.
# Interfaces
GraphQLErrorResolver graphql error with extensions.
# Type aliases
ContextKey represent Key of all context.
DBUpdateOptionFunc option func.