package config type SendUrl struct { ComputerSendUrl string `mapstructure:"computer-send-url" json:"computer-send-url" yaml:"computer-send-url"` KeyWordSendUrl string `mapstructure:"keyword-send-url" json:"keyword-send-url" yaml:"keyword-send-url"` }