nomadcode/services/core/internal/notification/model.go
toki 11490df648 chore: import nomadcode-core into services/core
git-subtree-dir: services/core
git-subtree-mainline: 6f5e3a119f
git-subtree-split: 6fdbc73753
2026-05-21 13:35:20 +09:00

8 lines
119 B
Go

package notification
type TaskNotification struct {
TaskID string
Title string
Status string
Message string
}