go-common/app/interface/video/portal/model/model.go

9 lines
284 B
Go
Raw Normal View History

2019-04-22 10:49:16 +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"`
}