github.com/status-im/status-go@v1.1.0/protocol/requests/toggle_peer_syncing.go (about) 1 package requests 2 3 type TogglePeerSyncingRequest struct { 4 Enabled bool `json:"enabled"` 5 } 6 7 func (a *TogglePeerSyncingRequest) Validate() error { 8 return nil 9 }