mirror of
https://github.com/status-im/status-go.git
synced 2025-01-23 13:11:11 +00:00
735a422230
* chore_: create v2 endpoints for status.go to use status-backend server * feat_: support using http for media server (#6060)
7 lines
120 B
Go
7 lines
120 B
Go
package requests
|
|
|
|
type ConnectionChange struct {
|
|
Type string `json:"type"`
|
|
Expensive bool `json:"expensive"`
|
|
}
|