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