mirror of
https://github.com/LBRYFoundation/tracker.git
synced 2025-08-23 17:47:29 +00:00
add missing json struct tag
This commit is contained in:
parent
7acabfe9f6
commit
deb44da5f0
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ type PeerMap struct {
|
||||||
Peers map[string]map[PeerKey]Peer `json:"peers"`
|
Peers map[string]map[PeerKey]Peer `json:"peers"`
|
||||||
Seeders bool `json:"seeders"`
|
Seeders bool `json:"seeders"`
|
||||||
Config config.SubnetConfig `json:"config"`
|
Config config.SubnetConfig `json:"config"`
|
||||||
Size int32
|
Size int32 `json:"size"`
|
||||||
sync.RWMutex
|
sync.RWMutex
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue