mirror of
https://github.com/octoleo/syncthing.git
synced 2025-01-10 18:24:44 +00:00
Lower case JSON fields are nicer
This commit is contained in:
parent
175f65aabc
commit
7b43ba809b
@ -34,8 +34,8 @@ type querysrv struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type announcement struct {
|
type announcement struct {
|
||||||
Seen time.Time
|
Seen time.Time `json:"seen"`
|
||||||
Addresses []string `json:"addresses"`
|
Addresses []string `json:"addresses"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type safeCache struct {
|
type safeCache struct {
|
||||||
|
Loading…
Reference in New Issue
Block a user