mirror of
https://github.com/status-im/status-go.git
synced 2025-03-03 16:11:05 +00:00
7 lines
120 B
Go
7 lines
120 B
Go
|
package requests
|
||
|
|
||
|
type ConnectionChange struct {
|
||
|
Type string `json:"type"`
|
||
|
Expensive bool `json:"expensive"`
|
||
|
}
|