9 lines
284 B
Go
Raw Permalink Normal View History

2019-04-22 02:59:20 +00:00
package model
// StreamForwardingConfResponse 转推白名单返回结构
type StreamForwardingConfResponse struct {
Global []string `json:"global,omitempty"`
Address map[string]string `json:"address,omitempty"`
List map[string][]string `json:"list,omitempty"`
}