package model type Action struct { Name string `json:"name"` Paylaod map[string]any `json:"payload"` }