status-go/protocol/requests/set_light_client.go

6 lines
80 B
Go
Raw Normal View History

2023-11-27 11:08:17 +00:00
package requests
type SetLightClient struct {
Enabled bool `json:"enabled"`
}