live.go 96 B

123456
  1. package live
  2. type Feed struct {
  3. RoomID int64 `json:"room_id"`
  4. Face string `json:"face"`
  5. }