package mysql import ( "context" "wucher/internal/shared/pkg/appctx" ) func actorUserIDFromContext(ctx context.Context) []byte { return appctx.GetUserID(ctx) }