send_url.go 255 B

1234567
  1. package config
  2. type SendUrl struct {
  3. ComputerSendUrl string `mapstructure:"computer-send-url" json:"computer-send-url" yaml:"computer-send-url"`
  4. KeyWordSendUrl string `mapstructure:"keyword-send-url" json:"keyword-send-url" yaml:"keyword-send-url"`
  5. }