package model type NodeCreateInput struct { Name string Host string Port int Url string PingType int UrlStatus int } type NodeDelInput struct { Host string }