remove feedparams
This commit is contained in:
parent
6d5b7b5971
commit
79d1bb2ea5
|
@ -4,10 +4,6 @@ import (
|
||||||
"encoding/json"
|
"encoding/json"
|
||||||
)
|
)
|
||||||
|
|
||||||
type FeedParams struct {
|
|
||||||
GamePk string
|
|
||||||
}
|
|
||||||
|
|
||||||
type Feed struct {
|
type Feed struct {
|
||||||
MetaData metadata
|
MetaData metadata
|
||||||
LiveData livedata
|
LiveData livedata
|
||||||
|
|
Loading…
Reference in New Issue