send_url.go 149 B

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