feat: creating list processor

This commit is contained in:
2025-10-05 15:02:12 +01:00
parent 64abf79f9c
commit 9948d2521b
8 changed files with 53 additions and 41 deletions

View File

@@ -9,7 +9,7 @@ import (
const (
IMAGE_TYPE = "image"
STACK_TYPE = "list"
STACK_TYPE = "stack"
)
type ImageNotification struct {