feat: creating list processor

This commit is contained in:
2025-10-05 15:02:12 +01:00
parent 64abf79f9c
commit ece8536b72
5 changed files with 23 additions and 11 deletions

View File

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