7 lines
124 B
Go
7 lines
124 B
Go
|
package model
|
||
|
|
||
|
type ClientConfig struct {
|
||
|
Telemetry bool `json:"telemetry"`
|
||
|
TelemetryID string `json:"telemetryid"`
|
||
|
}
|